Joe_Carrick

Members
  • Posts

    11964
  • Joined

  • Last visited

Posts posted by Joe_Carrick

  1. When you select a cabinet or multiple cabinets:

    • open for edit
    • highlite the custom field in the Object Information Panel
    • enter your text in the panel to the right.  (or if you have a predefined text macro for that test you can just put the macro there)
  2. We had a CalCOMP system with a 50 MB removable HD.  

    I actually went to work for CalCOMP where we had both 50 MB & 100 MB removable HDs.  Boy the aingst when someone had a head crash and spread it to 50-60 HDs.  You really needed the tape backups.:(

  3. 5 minutes ago, TeaTime said:

    Title Bar says Pro 2024 - so technically you're on the wrong Forum but that doesn't matter, Import options are view dependent.

    Open the menu in a Plan view.

    That was my other thought.  Plan View has different available tools than Layout.

    Chief Premier has a lot more File Export & Import tools than HD Pro.

  4. Kate,

    I don't know of any file type that can be imported into Chief to do that.  Perhaps a 3D file like SKP or OBJ but from AutoCAD you can't get that.

    You are unfortunately going to need to build the model in order to do a rendering.  Tracing over the DWG using walls, doors, windows, etc will get you close.

  5. Rene,

     

    Inevitably an Evaluation Error is caused by some variable (NVP) not being initialized.  I find this most often with macros in a Schedule column.  In which case I have to open & then close the Schedule.  It really depends on the macro and what "error handling" is being done in that macro.

     

    In my case I have 2 schedules and one of them isn't initializing an array that the other needs data from.  

     

    I would need to see your macro that's producing the error to be able to identify what might be causing it.

     

    I agree with you it's most likely a bug in how Chief updates macro execution.  They specifically tend to minimize so performance isn't degraded.  Repeated macro execution can slow Chief down.

     

  6. 15 minutes ago, Renerabbitt said:

    I also still just want one Note/Callout Tool With schedules for both Layout and Plan for a variety of uses

    Notes are not the same as Callouts so:

    • I want separate tools.
    • A combination tool could be useful as well.
    • I want separate defaults for Callouts in Plan vs Layout.

    Layout Box Labels have a Callout Option.  This is the primary use for Callouts in Layout.

    Callouts (Stand Alone and Camera) in Plan are used to reference the Views sent to Layout.

     

    Notes are typically used to minimize the text on a Plan View.  They provide a reference to the Note Schedule(s).

     

    That said, I prefer actual text in my CAD Details to minimize contractors & subs from having to search for the information.  

    I've seen too many ConDocs with Notes incorrectly cross referenced.

  7. Eric is correct that it works in a text box - but you have to put it there as a macro evaluation.  ie %...........%.

    You can even use a RTB and get all sorts of formatting.  The advantage however of using a custom macro is that it can get data from the owner or referenced object and use that to return results.

  8. I just tried the following in the Ruby Console:

    • y = 450.00 ; x = Math.sqrt(y).round(4)      ---> 21.2132

    It works fine.  However, the data in the parentheses has to be numerical.  Otherwise you'll get an error.

     

    Also note that Ruby is case sensitive.  So as Eric said, Math works, math doesn't.

  9. I use a custom sheet size for my Interior Elevations.  Typically 4" tall x 7-1/2" wide with a corresponding CAD Box (invisible linestyle)

    When I send the view to layout it's automatically that size and will snap to other layout boxes.  The Layout Box can be resized if needed but I only need to do that for the width in most cases.

    I also have a default set for my layout boxes so they are labeled to match the project browser name.

  10. 11 minutes ago, EDCsharon said:

    there's nothing like sleeping on crisp cotton sheets air dried

    Unless you have birds that perched on the clothes line and left their calling card.  :lol:

    • Upvote 1