Click or drag to resize

IMeshOperations Interface

An interface providing access to mesh operations in a project.

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

The IMeshOperations type exposes the following members.

Properties
  NameDescription
Public propertyCount
Return the number of mesh operations in the project.
Top
Methods
  NameDescription
Public methodAddMeshDeformation
Adds a mesh deformation.
Public methodAddMeshRefinement
Adds a mesh refinements to the specified SimObjects.
Public methodAddMeshRefinement2
Adds a mesh refinements to the specified SimObjects.
Public methodGet
Returns a mesh operation with the specified name.
Public methodGetByIndex
Returns a mesh operation with the given index. If no mesh operation is found, ArgumentException is thrown.
Public methodRemove
Removes mesh operation.
Public methodRemoveAll
Removes all mesh operations from the project.
Top
See Also