Joe_Carrick

Members
  • Posts

    11855
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. Sherry, If you put all that stuff in your Default Plan Template the new projects will have it as well. You only need to keep the Template up to date.
  2. While I do have macros that work as Perry indicated, my preference is to use the Door and Window Schedules and Callouts for Labels. This is simply because I don't like too much text on my Plan Views. That means I have to use the Schedules to show what's New, Existing, etc. That's easy to do in X9 by adding that to the Description or Comments fields in the OIP. But.... sometimes I use the macros instead of the Callouts.
  3. No, it's just called "Straight Stairs" now. Basically there are 3 "Click Stairs" now Straight Stairs L Shaped Stairs U Shaped Stairs
  4. Sherry, You can simply copy the contents of the X8 Scripts folder to the X9 Scripts folder. In addition, make sure the Ruby Load Path in Preferences is set to your X9 Scripts Folder. Existing Plans brought forward from X8 will have the macros already in them.
  5. Here's a macro that can be inserted into the Label of a Layout Box: referenced ? obj=referenced : obj=owner $Full_Plan_Filename = obj.referenced_full_filename $Plan_Filename = obj.referenced_filename $Plan_File_Path = $Full_Plan_Filename.gsub($Plan_Filename+".plan","").untaint result = "" It simply uses the file information of where the Layout Box came from to set up three $Global Variables: $Full_Plan_Filename (Includes drive letter and extension) $Plan_Filename (Filename without extension) $Plan_File_Path (FilePath ending with "/") that can be used by any macro in the Layout or in the Plan.
  6. We had that in X8 and probably back as far as X4 or X5. I'm not sure how useful those will be.
  7. Bernie, I will set up a macro for you to add to a Layout Box Label that will provide the full qualified path to your Plan as a $Global variable accessible from macros in the Plan or Layout. The attributes that have been added in X9 are: floor_number (all objects) layer_set (all objects) function (rooms) countertop_overhang_left, right, front, back (cabinets) There may be a couple more but I haven't found them yet. The Object Information Panel fields (Code, Comment, Description & Manufacturer) have been added to several Objects but not all. They correspond to the same fields that are in the Components dbx but are now persistent and can be edited in the Object dbx. They can no longer be edited in the Component dbx. This allows further customization of Labels by inserting key data in any of those fields that is not being used in a Schedule. I'm hoping there will be additional attributes in the final X9 release but I really don't know if that will be true or not.
  8. Bernie, The Plan File path (Full File Name) is an attribute referenced_full_filename of each Layout Box. That's the only way to get that data. It can be saved in a Global variable by inserting a user macro in the Layout Box Label.
  9. OK, This one will be an interesting discussion because there are a variety of ways to accomplish it - particularly for the room by room basis.
  10. I think all you need to do is go into the CAD Defaults and check "Quadrant Bearing" or "Azimuth Bearing" - depending on the format you want.
  11. Simply create a new Wall Type for the Glass. It needs to have a 1st layer ("Opening, No Material") with a thickness to offset the glass from the main layer of the Pony Wall.
  12. If there are any changes between now and the final release, anything you are working on in the X9 Beta would still work. If CA has to change the Plan file format, they automatically update an existing Plan to the new format when opened and subsequently saved in the latest version.
  13. For the GTM on Friday, it would be helpful if everyone could give a brief description of what you would like to see or have covered. Some of the macros that I can demo will only work in X9 because of some new attributes & features CA has made available. Door/Window Labels different for Floor Plans vs Framing Plans Automatic Plan Name depending on Floor and Plan Type Drawing Scale depending on Layer Set OTOH, there is a lot that doesn't require X9 Area Analysis using closed Polylines Roof Areas (Tables showing a variety of information for each Roof Plane) Living Areas (per Floor and Totals) Framing Labels (Plans and Wall Details) Ceiling Heights per Floor It will not be possible to go into a lot of detail for everything in just 1 hour but I will be able to show a lot of the above. If you have any specific questions beyond that I will be happy to answer as time permits.
  14. Larry, Don't worry about it. This is a detail that I've never seen used in Southern California - so it's not something you should be concerned with.
  15. Scott, 3:00 pm on Friday works for me.
  16. Never mind, I think it was a part of the dreaded relationship between Layer Sets and Active Defaults. There are some sneaky things going on with Text, Dimensions, Callouts and Markers. Any of which will be created using the Text Style specified in Active Defaults, completely irrespective of the Text Style specified for the layer. OTOH, Labels will automatically match what is specified in the Layer. I am going to need to add a bunch of Layer Sets to get the results I want.
  17. You are wrong my friend. If a Layer in the Layer Set has that in the "Text Style Column. It will use the "Active Default Text Style". In fact, if you change the "Active Default" any Text on that Layer will change instantly.
  18. We can specify the Text Styles for Text, Dimensions, Markers & Callouts in the Annosets / Active Defaults. Then in the Layer Set we can set each Layer to "Default Text Style". The Layers will use whatever is specified in Active Defaults. This works well in terms of using the correct text style. However, when a Text Object is examined the attribute layer_text_style simply returns "Default Text Style" rather than the name of the Text Style. I name my Text Styles with a size and scale as follows: 1/8" Arial - 1/8" Scale 1/8" Arial - 1/4" Scale etc. There are some layers (specifically LABEL layers) that the Text Style may need to be different. Currently those need to be specified in the Layer Set since there are no settings available in the Annosets for Labels. I would like to be able to: Set a "Label Default Text Style" that could be used in the Layer Sets Be able to examine the Text Object attribute layer_text_style and get the underlying name vs "Default Text Style" or "Label Default Text Style". IOW: 1/8" Arial - 1/8" Scale as set in Active Defaults Have access in user Text Macros to the "Active Default Values"
  19. In 2D it will just show like a Drawer.
  20. Since we now have the ability to show Drawers open in Plan and 3D it would be a lot easier for them to do. I've also requested that Pullout Trays should look more realistic both in 3D and in Sections.
  21. Have you sent it in as a suggestion?
  22. Thanks DM. I went to 3D Warehouse and downloaded them earlier. My Plan is to keep a Plan with the Pullouts that I can add Door Symbols to and create whatever Door Symbol I need. With the y-origin offset set properly they will show open or closed perfectly as a Drawer.
  23. How much ? PayPal account is chriscoll@dslextreme.com
  24. Larry, At some point you will need to draw that Foundation Wall or edit the Wall Height in a 3D View.
  25. That's what I thought Do you have the pullouts available without the Fronts or would I need to use the Delete Surface Tool to get to that point?