Click or drag to resize

ISimObject Methods

The ISimObject type exposes the following members.

Methods
  NameDescription
Public methodGetEdgesAt
Returns an array of edges at the specified location in 3D space. The method is supported only for solids and faces.
Public methodGetEdgesAt2
Returns an array of edges at the specified location in 3D space. The method is supported only for solids and faces.
Public methodGetFace
Returns a reference to an object' face.
Public methodGetFaceEdges
Return an array of edges of the face.
Public methodGetFaceEdges2
Return an array of edges of the face.
Public methodGetFacesAt
Returns an array of faces at the specified location in 3D space. The method is supported only for solids.
Public methodGetFacesAt2
Returns an array of faces at the specified location in 3D space. The method is supported only for solids.
Public methodGetOperationProperty
Returns property of an operation.
Public methodGetOperationSystem
Returns coordinate system of an operation.
Public methodGetProperty
Returns object property with a specified name. If property is not found, ArgumentException is thrown.
Public methodIsEqual
Compares instances of SimObjects.
Top
See Also