Jump to content

Boh

Member
  • Posts

    1,704
  • Joined

  • Last visited

Posts posted by Boh

  1. It may be because sometimes you have to "Reset" the worksheet-space object connection. If you select a space object and in the OIP toggle on any setting then straight off again, then recalculate the worksheet you may find it works again. E.g. flick "show 2d boundary" on then off again.

     

    image.thumb.png.e935bbc27c90c77db229f75b7fce2aac.png

  2. Hi tsw.

     

    I don't think there is a simple way to do what you are asking in vw2016 (Your signature says you are using 2016). You could possibly do it with stacked viewports?

     

    In vw 2019 you can display objects that are in front of the cut plane in section viewports. The visibility of the objects is set by class. Also in 2019 2d/3d hybrid symbols can have 2d elevation information as well as 2d plan info so that may be an option too.

     

    I'm not fully immersed in 2019 yet so can't say for sure. You would have to play around with those options a bit as they may still not do exactly what you want.

     

    Maybe someone else has some  better ideas.

  3. Welcome to the forum! It maybe that you have turned the grid snaps on so you are starting to draw from the nearest snap grid point.

     image.thumb.png.cb3b1722af2f86f093ec217b3c68fd23.png

     

    Click once on the highlighted grid icon to toggle grid snaps on/off. Double click to adjust the grid settiings. If you can't see the snapping palette go to Windows>palettes and put a tick next to the snapping option.

     

    Hope that helps.

    • Like 1
  4. Ok I’m not the worksheet wizard that some others on this forum are however I think if you have “=count” as a database column header then this will be a count of whatever is listed. If you also summarise the class column then the count column will show the count in each class. Similarly summarise the rectangle width or height and the count column will return the number of rectangles with the same height or width. Summarise class AND width then the count column gives the number of rectangles that have the same width and class etc

     

    hope I have answered your question and it was helpful!  

    • Like 1
  5. Visiting this old thread. Is there still no way to bring .pat autocad hatch patterns directly into vectorworks?

     

    I just  want a concrete roof tile hatch but can't find one in vectorworks. Have found a .pat file that looks ok though but don't have autocad so can't import it

    • Like 3
  6. I have used walls in symbols for apartment/hotel work where there are multiple room types represented by different symbols. I use stories but not wall styles that are storey level dependant. You could try using wall styles in your symbol whose height is not defined by storey level. 

     

    Still i have found the wall height control becomes erratic for walls inside symbols. The walls would at least have a height and not collapse to zero as is happening for you. 

     

    I have occasionally had to redo walls in symbols whose height was not correct. 

  7. Script to update all VP's on a sheet. I use it all the time. Credit to @Pat Stanford

    Procedure UpdateSheetLayerVPs;
    {Selects, Updates and Deselects each viewport on a sheet layer}
    {Revised to handle both sheet layer and section viewports}
    {? 2008, Coviana, Inc - Pat Stanford pat@coviana.com}
    {Licensed under the GNU Lesser General Public License}
    Begin
    DSelectAll;
    SelectObj((ST=REGVIEWPORT) or (ST=SECTVIEWPORT));
    While FSActLayer<>Nil do
    Begin
    UpdateVP(FSActLayer);
    SetDSelect(FSActLayer);
    End;
    End;
    Run(UpdateSheetLayerVPs);

     

    • Like 1
  8. I take it you are working on vw2016 as per your signature? I haven't used the space tool on 2016 but have on 2018 with success. I have a standard space object symbol I use with multiple labels that has my preferred space object settings including classing of elements.

     

    I am not using 2019 yet as from what I understand, mainly from this forum, that it is too buggy.

  9. I am interested to know how people set up their sheet layers on their various templates?

     

    As we use 3d more and more we are putting much more info directly on sheet layers. This info can't currently be easily imported from file to file, so templates need to have all their sheet layer info included. 

     

    So how do we manage that across multiple templates as they all develop? i.e. I wan't to be able to update sheet layers in different templates quickly. E.g. a "Site Plan" sheet layer is updated with revised notes, viewports etc. I then want to update the "Site Plan" sheets in my other templates.

     

    Any suggestion or workarounds would be appreciated.

     

    I've also recently posted to a separate wish-list item requesting an upgrade to the sheet layer import command. Have a read and upvote it!

     

    Thanks in advance for any advice.

     

     

     

×
×
  • Create New...