GetVertexIDsFromObject

Returns vertex IDs associated with a specified object.

UI Access N/A
Parameters
Name Type Description
<objectName> String Object name.
Return Value Array containing string vertex IDs.

 

Python Syntax GetVertexIDsFromObject(<objectName>)
Python Example

oEditor.GetVertexIDsFromObject('Box1')

 

VB Syntax GetVertexIDsFromObject <objectName>
VB Example

oEditor.GetVertexIDsFromObject "Box1"