BrownTiger

Members
  • Posts

    739
  • Joined

  • Last visited

Reputation

96 Excellent

Profile Information

  • Gender
    Male
  • Location
    Land of Eves
  • Interests
    Architecture
    3D models
    BS EE, MS CS
    Hardware VLSI Design, Android / IOS
    C++, WTL, STL, QT, Kernel, Boost, SmartCards,
    ADF, Oracle, MySQL, Java, Ruby, Python,

Recent Profile Visitors

2732 profile views
  1. This company is running itself into the ground. With more and more choices available every day, not just SoftPlan... It chooses to twist screws' on existing user base. Let me know how it will end.... [ I guess, convert projects HomeDesigner, doubt homedesign will ever have monthly fee unless they are suicidal... ] What do you think this means: - The Traffic on these forums are down - Not even software pirates appears to be interested - Seen College kids with free versions? Seen any recently? - IFC models? Let me guess, ad in FamilyHandyman and FineHomebuilding, instead of embracing opensource and integration. Ruby addons? No?! More and more closed architecture. Out of here for now.
  2. LOL, Most of the time this have to do with anti-piracy protection. Software products decrypt the code segments at the runtime, use anti-debugging, anti-... techniques', use crypt blowfish on data, communicate with central server (like botnet), and sometimes copy the segments of a known viruses. Most anti- viruses, trying to analyze a threat, see the anti-debugging, data crypt, notice QtWebEngineProcess local webserver that looks like a botnet backdoor - thus the result. Excluding a software is NOT a solution either, because it could get infected... And than you are in whole new class of trouble. Personally I recommend all vendors scaling down anti-piracy protection whatever the vendor they use and make code more transparent for antivirus software to scan, get rid of code segment private encryptions [I trashed all of mine years ago] either go UPX or just abandon - to let Windows DEP ( Data Execution Prevention) to do it's work. Writable code segments are PITA and defy the CPU code cache.
  3. Take the Dock Support pipe, change material to white, hit the chair, change width from 2 1/4 -> 6", rotate 90.
  4. What would the detailing for 14" IJoists would look like? Why can't you use 12"? Technically 3" of closed cell = R21 and 3x 3" mineral wool @R23= 69. So what is the point of going 14" I joists? Unless you have some really large spans.
  5. Is Ruby an option? Windows macros can wrap with \n, or completely change based on active layerset. So you can possibly have different labels in different plan views. Some could display more info, headers, etc..
  6. Have you tried some of the monospaced fonts: Courier, Lucida Console, Menlo, Monaco, Consolas, Inconsolata and Source Code Pro, etc...
  7. Most of us create a layout and send your plan to a layout page. You can specify your scale when sending your plan view to a layout or later by selecting a bounding rectangle and pressing the scale button below. https://www.chiefarchitect.com/videos/watch/48/creating-layouts-and-construction-documents.html?playlist=105
  8. Or like this: a neutral (gray) never goes anywhere near DC circuits, thus DC negative (blue) was added. Grounding should be the shortest path IMHO, also some disputes are there.
  9. ChiefArchitect posted pretty cool Austin remodel plan and the layout. https://www.chiefarchitect.com/products/samples.html#projects-austin After playing with it a bit, noticed an issue with "Solar diagram" and just letting them know. This diagram has many mistakes... I know it never meant to be real... But in case you are interested: - Solar panels are wired in series, and those series are wired in parallel, where VOC [voltage at open] of a panel x number of panels should not exceed max DC input on an inverter. So if your inverter max DC input voltage 240v and a [72 cel] solar panel produces 41v - You can have a max of 6 panels [or better 5] per series. Adding "up to 20" together could produce super high voltage. - "Parallel Consolidator" can serves as [Combiner] for these parallel strings. Multiple groups let say of 6 panels output combined together. Not needed if you only have one string. - A "Charge controller" is what charges the batteries and Alternative Current L1 and L2 never comes anywhere near those batteries, rather only connect to the inverter. - An inverter what produces the AC current, feed by DC [or AC] and decides when to charge the batteries or consume thus powers a charge controller. - A battery bank would only get + and - from the charge controller. [may need a disconnect or a fuse] - An AC neutral leg is not the same as - terminal from the solar strand.
  10. https://www.chiefarchitect.com/3d-library/index.php?r=site/detail/1093
  11. Fyi this error plagues a lot of software. Not just ChiefArchitect . Have you guys tried to set TdrLevel to 0. Many times it helps/ BT
  12. How about, simple way to get Topography data, parcel boundaries without Surveyor data: 1) Get Parlay trial 2) Open GoogleEarth and draw a rectangle on parcel boundary over parlay. Or if you know where property bounds are just draw them without PARLAY. [my state also offers parcel , topo layers so parlay is not needed. 3) Right click on your boundary shape, and click save as KMZ file. 4) Download Global Mapper [and may be patch], tell it to install DWG autocad addon. 5) Open GlobalMapper, say Open Datafile and load your property boundary. 6) Once loaded, use get external data and choose topography provider of your choice. 7) Select Analysis create topography, choose like 2 ft lines... 8) Once created: hit digitizer to select your boundary again (will be displayed hashed). 9) Specify export as "Autocad 2018" with elevation labels 10) Right click on topography layer and select LAYER> EXPORT> DWG > [Click on the 3rd tab] and select clip to boundary. 11) Specify your favorite location for DWG. Now DWG can be imported into ChiefArchitect (alternatively you can do this as an image). Whole process takes 5 minutes if you know where to click. Again my state offers both TOPO and PARCEL layers because they think that no one outside of the industry would know how to use them.
  13. Condition (1) Stepped foundation similar to this https://www.chiefarchitect.com/videos/watch/402/stepped-foundation.html?playlist=88 (2) Stepped walls are foundation pony walls with light weight construction walls above. Goal is to display the slab with no framing. Just like The issue: turning off Framing wall and foundation wall on the same layer
  14. Exactly, while at it can we specify max plate length like [16'] to avoid 120' single plates and properly account for studs at plate ends. Yes we can chop every single wall into 16' sections and if anything moves you are SOL.
  15. I also found that: (0) Countless times material duplicated, specifically these two: "Color -White" and "Fir Stud 16 o.c" (1) Sometimes merging materials causes X12 to crash violently. (Offender: Material OSB) (2) Merging materials "works well" in the material dialog, but as soon as you OK's that dialog you get an error in the plan stating "Failed to merge" [I am aware they must have been dissimilar]. But the fact is why O why material merging dialog does not report that. Another observation was software had no issues merging "Color -White"'s and "Fir Stud 16 o.c"''s when requested. So they had to be similar. BT