Joe_Carrick

Members
  • Posts

    11783
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. The problem is that Text is a 2D CAD Object and even if we could add text to a 3D Perspective the text would not rotate with the View. You can of course send an Image of the 3D Render to Layout and then superimpose the text in the Layout.
  2. This is a Macro Package that labels all Framing Members in Framing Plans, Wall Details and Sections. The macros can be used either in Labels or in Leader Line Text. It consists of: Float Class.rb Framing Labels Macro Package.json Framing Labels Framing Labels wo Length Framing Spacing Defaults FrSpecFile Framing Readme.txt I don't recall if you purchased this package. It was not included in the "Macro a Month Club" subscription. If you did purchase it I can send you the latest version at no charge, otherwise, the package is $50.
  3. If you create a CAD Detail from View of a 3D Perspective (Vector Render) you can then add Text to that View. The keys to this are: The 3D Perspective View must be set to Vector Mode You must create a CAD Detail from View If you want a Title for the View Rename the CAD Detail to the name you want the Title to be use the %view.name% macro All of the Text Object Types are available in CAD Details It would be nice if we could create a CAD Detail from View using at least some of the other Render Modes - but that's not available currently.
  4. Yes, we need a better "Create Linestyle" tool. One that I was familiar with from back in the 1980's allowed: a Beginning Terminator a End Terminator a Repeat Pattern These could be made up of a selected set of Lines and Text (marque selected) which were then analyzed (left to right) and stored as available Line Style components. I suggested this sort of Line Style tool to CA years ago but it's never percolated to the top of the list.
  5. Try using a Concrete Wall 12" thick. Then the dimensions should do exactly what you want. As you had it originally, the dimensions were to the Exterior Face of the Framing. This is normal drafting standards for wood frame construction. Wood Studs are generally 3-1/2" or 5-1/2". To create a 12" thick wall it would only be logical to use 2 layers of studs and an air gap between them. IAE, specifying which layers to dimension to and setting the dimension default to match what you want is critical.
  6. You can do it. My Framing Labels macro handles almost every possible condition for me - but sometimes it's just as easy to do a simple one using some of the built in object specific macros. There are not that many things that are able to be automatically labeled in a section view.
  7. Here's a simple example. I didn't fully annotate this but everything you see is automatic. Framing Labels are reference macros where cut in cross section, the dimensions are of course Auto Story Pole and the Title and Scale are a CAD Block with %view.name%, a scale (text) based on a macro that sees 1/2" in the "Layer Set Name", and a Graphic Scale. Additional annotation can be done manually for wall materials, floor surfaces, insulation, etc.
  8. To create a LIVE Wall Section: Use an Orthographic Back Clipped Cross Section Adjust the Position of the Camera Callout (Right, Left or Both) Set to "Clip to Sides" and adjust the extents. Reset the Drawing Scale to 1/2" = 1' Select an Annoset/LayerSet combination that is designed for this view and scale Add a Story Pole Dimension Add Object Specific Annotation User Custom Text Macros (referenced macros with Leader Lines Labels for some Objects Auto Detail as needed Add Rich Text Title %view.name% as named in the Project Browser Add a "Graphic Scale" Now, as changes are made to the Plan, the Wall Detail will change accordingly.
  9. In X9 a layer_set attribute was added to each object. In most cases that matches the "Current Layer Set" but sometimes it only matches the Layer Set in use when the object was created. This seems to be true for all Architectural Objects. OTOH, Text Objects always match the "Current Layer Set". So, in User Text Macros I use a global variable $LayerSet when I want to know the "Current Layer Set" in order to get a different result based on what that is. In order to set that global variable, I've added the attached macro to all my Defaults for Callouts, Markers, Text and Rich Text. Then it's just a matter of placing at least one of those items in all Plan Views, Sections, Elevations, CAD Details, etc. Whenever the Layer Set is changed, the value of $LayerSet is updated. LayerSet,Global.json
  10. Eric, I do that so the it's easy to add (concatenate) the result. example: result = area.round(2).to_s + " sq.ft." result = "Area = " + result or, if you want to perform some other calculations: x = area.round(2) result = "Area = " + x.to_s + " sq.ft." There are other ways of coding to get the same result.
  11. Select the Room and then "Create Room Molding Polyline". Click any segment that doesn't have the Molding and check "Molding on Selected Edge.
  12. Create a new macro named "Area.rounded" Check "Evaluated" Select Context "Owner" enter the following in the macro result = area.round(2).to_s insert that macro in the Polyline Label.
  13. The reason I do this is so that I know which Layout goes with the Project. They not only don't have to have the same name but they don't even have to be in the same Folder. But having them the same makes it easier to keep track. btw, I have several "Detail Plan Files" that are linked to the Layout in addition to the "Project Plan File". My "Detail Plan Files" are in a Folder that never changes location so they never need to be relinked.
  14. Open the Layout Select Tools, Layout, Relink Files Then just Browse to the Current Project Folder and select the Plan File.
  15. My guess is that "Seeking Services" gets you to ChiefTalk is because CA intended that it be a resource for people looking for a professional Designer or Architect. I don't think "Seeking Services" was ever intended as a Q&A or Help system for learning how to use the software. CA actually has training courses if that's what you are looking for. It's a good idea to read the purpose of each Forum to determine where to post.
  16. The Exterior Wall Layer could be turned off - still not ideal but it will work. Another option is to just use the Glass House Render Mode.
  17. You would need a pic of a (1) full tile and (2) half tiles below (running bond). The best way to do that would be to take a pic of 3 tiles and then crop it. That then becomes the Texture that is repeated.
  18. The only way I know of doing that is to make the Exterior Walls a Transparent Material (Glass for Example) but they wouldn't really be "Wire Frame".
  19. You would need to just delete those views from the Layout. Once the Layout Box is gone, the link will disappear.
  20. Larry, You can also go into Preferences and change the Undo Folder to a Folder on your SSD which should help a lot. I have it set there and I limit my undo stack to 12.
  21. It may be that the new "Undo/Redo" settings in X9 are having an effect. The higher the settings, the more disk I/O and swapping might be required. I believe Chief is making a copy of the model in memory for each change to the model and saving it to disk. Depending on the location and size of the swap file, this could result in a very large "Undo Stack" and result in memory being written to disk (probably an HHD. If I'm correct then reducing the number of "Undo's" could result in much better performance. It might also be possible to increase the size of the "Cache".
  22. Just re-link to the Plan File(s) you want your Template to use. If you set the Template to be the Default Layout Template then it can automatically be used when sending from a new Plan that doesn't already have a Layout.
  23. It's in the Symbol dbx (the little chair icon on the Edit Toolbar)