 | ISimObjectGetFaceEdges Method |
Return an array of edges of the face.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObject[] GetFaceEdges()
Function GetFaceEdges As ISimObject()
Dim instance As ISimObject
Dim returnValue As ISimObject()
returnValue = instance.GetFaceEdges()
Return Value
Type:
ISimObjectArray of edges.
See Also