Click or drag to resize

IMeshOperation Interface

Interface representing a mesh operation.

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

The IMeshOperation type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the name of the mesh operation.
Top
Methods
  NameDescription
Public methodGetProperty
Returns object property with a specified name. If property is not found, ArgumentException is thrown.
Public methodIsEqual
Compares instances of mesh operations.
Top
See Also