Joe_Carrick

Members
  • Posts

    11656
  • Joined

  • Last visited

Posts posted by Joe_Carrick

  1. 3 hours ago, Renerabbitt said:

    I fixed it, and it is a bug. If you added something to a style palette that contained a macro in its label, that macro will always remain. You have to make an entirely new style palette. You cannot overwrite the existing style palette because the label macro remains. Interesting because there is no reported value for label in Style Palettes

    I think I understand.  It's kind of the same as the previous problems (prior to current X15 version) with symbols stored in the Library.  What object did you include in the style palette?  I assume there wasn't any way to replace that object with a current X15 version object.

  2. 5 minutes ago, HumbleChief said:

    I'd like to avoid having to do this on each page and have the page 0 masks overlay front/top each PDF on each page in the layout

    I don't think there's any way to do that automatically. 

     

    I'm assuming you would have different PDFs on different pages at different locations on the pages.  A mask on a default page would always be at a specific location, not relative to the PDFs.

    • Upvote 1
  3. Search in "3D Warehouse" for Models "Clothes Line".

    There are a lot of them.   

     

    btw, I haven't seen those used here in California, USA for about 50 years.  We had them when I was still living in my parent's house before I went to college.  Now almost everyone has an electric or gas clothes dryer.

  4. This would be IMO a very difficult programming task.  Chief's walls are very special objects which define the vertical limits of rooms.

    If a sloped window wall is what's wanted I would simply create a symbol using a post to ceiling glass panel railing, defined as a geometric shape.  I would set a z stretch plane at + 12".

     

    Then I would place it in the plan and rotate about the y axis to the angle desired.  I would make the wall where I place this as a single layer transparent wall. 

     

    Perhaps if Chief were to create a "Window Wall" tool with the ability to specify a slope it could work - but it would need to also define the room as other than contained simply in a vertical wall.

    • Upvote 1
  5. Just now, Renerabbitt said:

    Joe are you refering to my template plans or in general?
    All of my updated plan macros were written in X15...also I do not believe any of the macros I provided were problematic in X15..not that I know of anyway

    I'm not referring to your template plans.  There shouldn't be any problems with plans created using X15 templates that are using X15 macros.  The problems would only occur when a Library Object created in X14 (or before) with embedded macros is added to an X15 plan.  Those macros wouldn't be the same as the ones in the plan and so might be incompatible.

  6. 2 hours ago, vikiw_bend said:

    Hey Joe - what went wrong with the X14 plans you brought in to X15? I brought a couple plans in but haven't checked them out thoroughly. Were the problems obvious?

    It was almost all related to NVPs in macros for openings (doors & windows).  Also since I rewrote almost all of my user macros for X15 and renamed some of them to X15 conventions (no spaces in macro names) there were a lot of macros that were no longer valid in those plans.

     

    If you don't use many macros in your plans you shouldn't have too much problem.  That's not my way of working.

     

    For example, I have macros for openings (doors and windows), walls and roof planes which provide different labels in plan views than in elevations & sections.  Almost everything in my plans and layouts are annotated my these very comprehensive macros.

  7. 34 minutes ago, robdyck said:

    Is there any way to access the roof surface material only, in a roof plane schedule

    For the Plan View, 

     

    %owner.layers[0].material_data.description%

     

    placed in the Roof Plane Label should do it.

    -or-

     

    %owner.layers[0].material_data.description%

       -over-

    %owner.layers[1].material_data.description%

     

    if you also want to indicate the underlayment.

     

    To get it in the Schedule you will need a custom field - but the same macro should work.

     

     

    • Upvote 2
  8. Some notes about moving to X15.

    • Some X14 macros won't work in X15 due to NVP changes.
    • If you have a project that was started in X14 or before - be careful not to open and save it in X15
    • Make sure you only use X15 compatible macros in new plans 
    • User Library Objects from prior to X15 may have imbedded macros that won't work in X15
    • Those should be modified to be X15 compatible. 

    IOW, check the differences and make sure you account for them.

     

    I had one project that was almost completed and I inadvertently opened it in X15, made some changes and saved it, overwriting the X14 version.  It took quite a lot of time to make the corrections so everything worked properly.

  9. My problem with using Schedules for this is that I can't specify an area to be in more than one Schedule. 

    Basically I have many closed Polylines all on floor level 1

    • I want all of them to be in Schedule A
    • some of them in Schedule B
    • some in Schedule C
    • etc.

    I need to display totals for each Schedule as well as some calculated totals (added, and/or subtracted)

     

    Schedules currently just don't have the flexibility I need.  

     

  10. 50 minutes ago, Alaskan_Son said:

    I've tested and used quite a few different methods for this type of thing, but I hated having to manually refresh things or depend on timers, so I recently went back to the drawing board and developed an entirely new system...

     

    Totals.thumb.gif.9e06aae853702612b6d9e0c21baf688f.gif

     

    It remain constantly live, and allows using either a standalone total or a functioning schedule that can be reordered.  Its a rather complex system with its own limitations but I love how it works.  I don't have a lot of spare time these days but I can offer my services to help set something up or teach you how it works as time permits.  If you're interested, I think you have my email. 

    What happen if you edit one of the existing walls?

  11. 1 hour ago, Renerabbitt said:

    This looks like one of Joe's very old macros.

    Not mine, not by a long shot.

    There are a lot of mistakes in this macro.  Some NVPs in X15 have different names than in X14, including the fact that the Base Cabinets type is now "Base cabinet".  it would be better to just assign:

    • nomen = obj.type[0].upcase

    which would pick up B, W, F depending on the cabinet

    Also, the line hinging = owner.door_swing 

     should be hinging = obj.door_swing

     

    In my macros I use comprehensive error handling by use of:

     

    begin

      some code...

    rescue

      exception code...

    end

     

    so that my macros will never result in "evaluation error"

  12. On 1/4/2021 at 5:58 PM, mtldesigns said:

    I found under the Bonus catalog "Doors No.3 Specialty" there is a inswing and a outswing bookshelf door.

    These symbols have some serious problems in terms of how they open and what's required in terms of casings/trim.  You really need to look at some actual manufactured bookcase doors to see what they really need to be.  Also, the 2D Plan View CAD is totally wrong unless you specify about an 8" thickness but it should also be consistent with the wall thickness or visa-versa.  The problem with that is Chief limits the door thickness to 4" :(:lol:

     

    I would be inclined to make my own symbols for these - but probably start with those in that catalog or "a wall cabinets w/o doors" and modify as needed.  The advantage with using a cabinet is that you can have "face frames".