SoCSGShapeSetRescueOperation Method |
Set operation to use if the CSG operation fails or CSGLib is not available.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetRescueOperation(
SoCSGShapeCsgOperationTypes op
)
Public Shared Sub SetRescueOperation (
op As SoCSGShapeCsgOperationTypes
)
public:
static void SetRescueOperation(
SoCSGShapeCsgOperationTypes op
)
static member SetRescueOperation :
op : SoCSGShapeCsgOperationTypes -> unit
Parameters
- op
- Type: OIV.Inventor.NodesSoCSGShapeCsgOperationTypes
Remarks Default is NOTHING. Must be one of LEFT_ONLY, RIGHT_ONLY, NOTHING or ALL. .
See Also