Joe_Carrick

Members
  • Posts

    12076
  • Joined

  • Last visited

Posts posted by Joe_Carrick

  1. If you want "Live Details" try this:

    • Create a Cross Section (Vector Render Technique)
    • Save it and rename as desired
    • Open it for Edit in the Project Browser 
    • Set Clip Lines (Horizontal and Vertical) and check "Display"
    • In the View, move the Clip Lines to crop the Detail
    • Annotate the detail - some things can use referenced labels
    • send to Layout (at desired scale) and use the built-in macros to Label the Detail

    When anything is changed, the Detail will automatically correspond to those changes.

     

    You might need to play with the Defaults to get the annotation sized correctly for the scale of the Detail(s)

    • Like 1
  2. Here's my version of the macro.

     

    ###################################

    # Macro Name: cab_label

    #   OBJECT type width depth height swing

    ###################################

     

    referenced ? obj = referenced : obj = owner

     

    slabel = ""

    slabel << obj.type[0].upcase.gsub("F","T")  # convert Full to Tall

    slabel << obj.width.to_f.round(0).to_s

    slabel << obj.depth.to_f.round(0).to_s

    slabel << obj.height.to_f.round(0).to_s

    slabel << obj.door_swing

     

    Nothing else is required 

  3. Create a Layout Template with the Border, Title Block, etc on page 0.  You can make your own arrangement & Title Block Content.

     

    A Layout can actually have several "Template Pages" and any Layout Page can use any of those as a basis for what is displayed as the background.  But all sheets in a Layout have to be the same size.

     

    You can use any standard page size for a Layout.  24x36 is Arch-D but there are many other sizes available and you can even define custom sizes.

    • Upvote 1
  4. 2 hours ago, marlem2000 said:

    What I'd like to do is building a plaid from the begining.

    X14 provides the ability to create "Solids" with Fillets.

    In X12 you would need to draw a Polyline in an Elevation View, Fillet that and then convert to a Polyline Solid.

     

    In either case, the material would have to be applied.

  5. 29 minutes ago, ValleyGuy said:

    For all those at CA fostering ulcers and sprouting grey hair, I would like to encourage you to keep your heads up. It's hard to give your all and receive harsh criticism that you don't measure up, or to provide years of service support and product improvement only to have someone belittle your efforts because they never called for help or chose to upgrade their purchase. I don't get the feeling that you are out to price gouge me any more than I am toward my customers. I believe that you are still a company that has people behind it and not some corporate board only answering to the shareholders. Keep up the good work, and THANK YOU for helping me to be successful.

    :wub:B):wub:

    • Like 1
    • Upvote 1
  6. 16 minutes ago, lbuttery said:

    Note: Chief licenses have NO resale value - they can NOT be offered for sale

     

    as CA will not allow transfers anymore

     

    if you have no use for Chief it is now GARBAGE

     

    I should have been able to sell my X14 with current SSA for approx. $2,500

     

    I feel screwed :(

     

    Lew

    Lew,

     

    You were never able to sell your License with SSA. 

     

    You were only able to sell your License with CA's approval in certain specific cases.  In those cases the purchaser was provided with the opportunity to purchase their own SSA.

     

    I'm not sure you're correct about CA no longer allowing transfers.  I think that's still their option depending on the circumstances.

     

     

  7. 1 hour ago, Kiwideziner said:

    Joe

    it is all based on the ISO std. no seperators are used. ie 1.2m would be 1200, however with larger numbers a space between the whole m is sometimes used for clarity ie 15 200.

    So, the rule would be no separator for anything less than 10000 mm and a space for anything more?

    Is there any problem if a space is never used?

  8. 1 hour ago, EdEmery12 said:

    Question:

     

    If I buy a new/renew SSA subscription today will that keep me from having to buy a subscription plan?

    Would that qualify for updates going forward?  

    Yes !!!!

     

    Just continue to pay the SSA fee each year and you will have the latest version.

     

    You can opt out of SSA at any time in the future and have the version you had updated to at that time.

     

    This should answer all the questions about the Perpetual License and SSA going forward.

  9. 7 minutes ago, DBCooper said:

    I think it depends on the country (or language?).  I don't think there is a universal metric standard.

     

    That's fine.  It's still useful information and maybe the "country or Language" would also be nice to have.

  10. Here are a couple of my "Room Macros" that will provide the "Secondary" output for the "internal" and "standard" areas.

    This is just a sample of what is going to be in that Macro Package.

     

    These macros can be placed in the Default Room Label - or in a Text Box placed in a Room.  Whatever the current system (Metric or Imperial) the macros will display the opposite data.

     

    Stay tuned after the 1st of the year for a complete listing of all my macro packages.

     

    I will be adding a similar macro to display the Secondary "Room Dimensions"

     

    Secondary Room Areas.json

    • Upvote 2