Jump to content

arvan

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Personal Information

  • Location
    Cambridge, England
  1. I'm posting in general as I don't know if this is best solved with VectorScript or a worksheet, and suspect it's not actually landmark-specific. Apologies if this is the wrong forum to ask in. I'm trying to find the 3d positions and sizes of the plants in a Vectorworks 2010 Model. I want to know about the individual plants, not the objects with Plant/Plant Record records. I can list them in a worksheet by setting criteria of "Record/Image Prop/is present" and including components of symbols and plug-in objects, but I can't see how to get size and position. In VectorScript I can get the objects with ForEachObject(ACT, all & inObject & inSymbol); and looking for an image prop record, in this case the size is available from Get3DInfo but the position is not. Does anyone know if this is possible.
  2. I'm trying to write a script to transfer image prop objects in Vectorworks to Piranesi as cutouts. To do this I need to know the position and size of the image prop object and the image that it displays. I think I have managed to get the size and position correctly but can't see how to determine the image. Currently I'm finding the objects by calling ForEachObject() and looking for the ones with an 'Image Prop' record, so ideally I'd like a way to get from an object handle to the texture. If I need to restructure and loop over textures I'm happy to do so, but don't know how to do that loop, let alone get from a texture to the image prop objects using it.
×
×
  • Create New...