Joe_Carrick

Members
  • Posts

    11962
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. Create a wedge shaped "Face" in cross section view and then sweep/extrude it about a center point. This is not simple but with some calculation and experiment you can get what you are asking for. Another way to do this would be with a Molding Profile assigned to an arc.
  2. Forget about blocking and using the Library. Put the text in a CAD Detail Window - you can simply copy/paste to and from the CAD Detail Window. If this is done in your Default Plan those notes will always be available and they will be on the layer where they were created. You can even have different CAD Detail Windows for different kinds of notes.
  3. For what you want, I would use Perry's method. A Room Finish Schedule can be limited to just the Room Name and the Sizes - maybe add Area. In addition it can be limited to a single floor if you want. Using a macro for this would not be easy because each and every room would need to have a unique name and the macro(s) would need to be fairly complex to accumulate the data in a global hash table so that it could be displayed in a table. Using Schedules which CA has already programmed is much easier. ps: I have a macro package that can do this (and quite a bit more) but for what you've asked the Schedule is the way to go.
  4. Go to Page 0 of your Layout and delete the macro that's at that location.
  5. I've seen that in the past. I just don't remember what the solution was. It might be a Driver Update issue or it might be a setting in Preferences. Best bet would be to contact Customer Support - assuming you have SSA.
  6. Dermot & Jerry are right, You can set the "Custom Offsets" and "Size" as needed.
  7. In that case, you'll just need to place the "Shutter Symbols" manually.
  8. Larry............ You know better than to post this. Most Architects know how buildings are built and produce accurate plans. The term Architect comes from the Latin meaning "Chief Builder" or "Master Builder". I will admit that there are some Architects who don't have the expertise they should but I've seen more "Builders" and "Designers" who fit that category.
  9. Check "Outside Casing" for the Shutters. Oops, Jerry beat me to it.
  10. It would be nice if we could set the tolerance -or- toggle the alignment message off -or- ????? In this particular case the only reason for the Pony Wall is to cover the CMU foundation wall that is 48" tall. Maybe the best solution would be to replace that furred out section with a "Railing Wall"
  11. I have a plan where every time I open it I get the message that walls do not align from floor to floor and the plan is automatically opened at floor 1 - regardless of how it was last saved. The offending walls appear to be where there's an intentional offset of about 6". The wall on Floor 1 is a Pony Wall condition which could be confusing Chief. Is there any way to force Chief to ignore this offset?
  12. No, it can't. Chief has never been able to handle molding transitions like that on 3D Molding Polylines. I wish it could because it would make custom stair railings much easier to do.
  13. Mark, I've found some Shopsmith Mark 5's and Mark 7'sin 3D Warehouse, but not the DC3300 Dust Collector.
  14. Does anyone have one of these? I really don't want to go thru the process of creating one if there's already one available.
  15. Jonathon, $3.00 gets you my "FloatClass.rb" which allows you to simply convert any value to ft-in-fractions by simply adding .ftin(8) to the value. IOW, if width = 30.5 owner.width.ftin(8) -> 2'-6 1/2"
  16. sorry Alan, My mistake - it should be: referenced ? obj = referenced : obj = owner obj.surface_area.round
  17. Yes, it's possible. Subscribers to my "Macro a Month Club" can do this easily by using my custom ftin(denominator) method.
  18. Alan, If you use a context of referenced it will only work for the text object with arrow. If you use a context of owner it will only work for labels. Try this - it should work for both labels and referenced: referenced ? obj = referenced : obj = owner owner.surface_area.round make the macro context = none Essentially, the first line allows the macro to be in the label or in a text object with arrow.
  19. Some Defaults are active - but only those labeled (D) in the object dbx. In the case of Schedules there are none
  20. Uncheck "Use Callout for Label" in the dbx of the Schedule. That will also work if you have that unchecked in the Defaults before you create the Schedule.
  21. Not with the current attributes: Rooms have the following attributes that could be helpful: 1. area 2. volume 3. ceiling_elevation 4. floor_elevation Calculations could be done from that but only if the room was square. If that was true the perimeter would be 4 x sqrt of area. The key missing attribute is "perimeter" ceiling_elevation - floor_elevation = ceiling_height ceiling_height * perimeter = wall_area .
  22. Have you tried using a "Solid Fill" with transparency at 25% or more?
  23. Select the Layout Box > open the dbx > select Label > Specify Label > Insert > Object Specific. You should see the macro there.
  24. The simplest way would be to create a molding profile and assign it as a crown molding in the room. You will need to set the ceiling height to the maximum height - the cCrown molding will provide the lowered area. You can assign additional crown moldings with offsets if needed.
  25. You should post this in the HD Forum - or simply call Chief Architect Sales.