5FT-20Designs

Members
  • Posts

    64
  • Joined

  • Last visited

Posts posted by 5FT-20Designs

  1. This is a small text macro that sets my standard notes for the “Text Below Line” in the Callout Labels Specification on my layouts.  It checks for key words used in the label and assigns the correct text.  This is only the 3rd macro I’ve written, so it’s clumsy.  Any suggestions on streamlining will be greatly appreciated.  Have several more ideas that I want to work on.

     

    I've spend hours going through threads on macros/Rudy and picking up information.  Special thanks to @Joe_Carrick, @Alaskan_Son, @solverand @Renerabbittfor all your post and help.

     

    referenced ? obj=referenced : obj=owner
    line_type = obj.automatic_label.upcase

    #KEY = Key Plan 
    #ELEV, PLAN, SECT, DETAIL = Has a scale
    #CABINET = Special note about fillers for cabinet schedules
    #VIEW, CAMERA, SKETCH = No scale, for reference only
    #MOLDING, PANEL = Items that need to field trimmed


    if line_type.include? ("KEY");
         callout_line = "- NOT TO SCALE -"
    elsif line_type.include? ("ELEV") or line_type.include? ("PLAN") or line_type.include? ("SECT") or line_type.include? ("DETAIL");
         callout_line = "- Scale:  " + obj.box_scale.delete(' ').gsub('=',' = ').gsub('ft','\'').gsub(' in','"') + "-0\" -"
    elsif line_type.include? ("CABINET");
         callout_line = "- REF CABINET NOTE #1, FIELD TRIM OTHER FILLERS AS REQ’D -"
    elsif line_type.include? ("VIEW") or line_type.include? ("CAMERA") or line_type.include? ("SKETCH");
         callout_line = "- FOR ILLUSTRATION PURPOSES ONLY - "
    elsif line_type.include? ("MOLDING") or line_type.include? ("PANEL");
         callout_line = "- FIELD TRIM AS REQ'D -"
    else
         callout_line = ""TextBelowLine.rb
    end

  2. I started adding abbreviations to the beginning of my CAD Details, Cameras and Sections in an attempt to keep some sort of order.  For example “SC##” are schedules, “DF##” are foundation details and so on.

    When I send a CAD detail, Camera or Section, I use “slice” to remove the first 6 characters from the name.

    image.thumb.png.ef423c975b2407ded69dabf1d17f37f9.png

    I would like to eliminate the 6 character limit and search for “- “ to determine how many to strip.  This will allow me use any number of characters I need.  I’ve tried the following and can get the “index” to return the correct number, but the “slice” doesn’t evaluate.

    image.thumb.png.241740b32c4dab94989f53fcfa082090.png

    Can this be done as I have above?

    Any suggestions would be greatly appreciated.

     

    Thanks,

    Keith

  3. Sorry for not making my question clear.  I understand that i can supress the labels and that's what i did on my plan.

    Why do I need to suppress the labels when my fixture schedule specifies callout only?

    If I select label & callouts or labels only, the display is correct.  But when I select callouts only, the dw label is still visible/

    Is this because it is in a cabinet?  Other appliances in a cabinet seem to work

  4. When I pull a dimension from the bottom of the microwave to the top of the oven, the dimension isn't showing.  Still shows the drag handles foir the dims.

    Seems to be an issue with my microwave (Mfr JennAir) since the oven deminsions correctly.

     

    Thanks,

    Keith

    Oven Wall Elev.jpg

    Oven Wall Elev Missing Dim.jpg

    Oven Wall Elev Missing Dim 2.jpg

  5. I’m a big fan of This Old House.  This made me laugh when the host, Steve Thomas, did a story on the latest for visualizing a space.

    Cost, $1,000 for 2-3 printed pictures.
    November 1991 Season 13, episode 11 “The Wayland House”

     

    A051B407-28C1-4BD1-8937-12C96F74E2BE.jpeg

    73208052-34A8-40C8-9A7D-28307766990F.jpeg

    A66260FD-AF9F-4EC9-9C1E-D31FAC614259.jpeg

    905B7808-096A-449D-B91F-882B3D1DDB8E.jpeg

    • Like 1
  6. I am adding several offices in a large room that has a suspended ceiling.  The office walls will be 8ft and open above that. 

    Right now I have the walls defined as a pony wall with the lower wall as a Interior-4, 8ft high, and the upper has a blank wall created from air. When I create a camera view, the suspended ceiling is cut from the blank wall going to the full ceiling height.  Right now I do not have a roof built so it is easy to see.

     

    I've tried a half wall (solid railing) that works except when I add a door, there is no header and the casing goes the full 8ft height.  Added a soffit above the door frame does not help, the casing still goes to the top of the wall. 

     

    Any help would be appreciated.

     

    Thanks,

     

    The ceiling is about 20ft high with the suspended ceiling at 12ft.

     

    post-260-0-88749200-1407884058_thumb.jpg