Jump to content

zuken

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by zuken

  1. I am trying to create a script to select multiple instances of a selected symbol by name in the active design layer. This is what I have so far but I am missing something. PROCEDURE SelectSameSymbol; VAR h:HANDLE; name:STRING; BEGIN h:=ActSymDef; {How do I pass a selected symbol to h?} name:=GetSDName(h); SelectObj(S=name); END; RUN(SelectSameSymbol); Thanks,
  2. I searched all over the web and couldn't find a post addressing this problem. Is it just me or no one else has this problem before? I receive many .DWG files from clients. When I tried to import them into Vectorworks to take dimensions and such, objects come in as meshes with billion of diagonal lines across the surfaces. It is not the case when I imported the same .DWG file into 3D Studio Max. Does anyone have a solution for this? Many thanks! .DWG in Vectorworks 2011 by my13oz, on Flickr .DWG in 3dsmax by my13oz, on Flickr
×
×
  • Create New...