Click or drag to resize

ISimObject Interface

An interface representing a geometrical object defined in the project.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface ISimObject

The ISimObject type exposes the following members.

Properties
  NameDescription
Public propertyCalculate
Specifies whether the SimObject will be calculated during the simulation.
Public propertyMaterial
Gets or sets object's material.
Public propertyType
Returns type of the object i.e. Solid, Face, Edge etc.
Top
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