ISimObject Interface |
Namespace: EMInvent.InventSim.COMServer
The ISimObject type exposes the following members.
| Name | Description | |
|---|---|---|
| Calculate |
Specifies whether the SimObject will be calculated during the simulation.
| |
| Material |
Gets or sets object's material.
| |
| Type |
Returns type of the object i.e. Solid, Face, Edge etc.
|
| Name | Description | |
|---|---|---|
| GetEdgesAt |
Returns an array of edges at the specified location in 3D space.
The method is supported only for solids and faces.
| |
| GetEdgesAt2 |
Returns an array of edges at the specified location in 3D space.
The method is supported only for solids and faces.
| |
| GetFace |
Returns a reference to an object' face.
| |
| GetFaceEdges |
Return an array of edges of the face.
| |
| GetFaceEdges2 |
Return an array of edges of the face.
| |
| GetFacesAt |
Returns an array of faces at the specified location in 3D space.
The method is supported only for solids.
| |
| GetFacesAt2 |
Returns an array of faces at the specified location in 3D space.
The method is supported only for solids.
| |
| GetOperationProperty |
Returns property of an operation.
| |
| GetOperationSystem |
Returns coordinate system of an operation.
| |
| GetProperty |
Returns object property with a specified name. If property is not found,
ArgumentException is thrown.
| |
| IsEqual |
Compares instances of SimObjects.
|