Click or drag to resize

IMeshOperationsGet Method

Returns a mesh operation with the specified name.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IMeshOperation Get(
	string name
)

Parameters

name
Type: SystemString
Name of the mesh operation.

Return Value

Type: IMeshOperation
Reference to the mesh operation.
See Also