Click or drag to resize
SoCSGShapeSetRescueOperation Method

Set operation to use if the CSG operation fails or CSGLib is not available.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetRescueOperation(
	SoCSGShapeCsgOperationTypes op
)

Parameters

op
Type: OIV.Inventor.NodesSoCSGShapeCsgOperationTypes
Remarks

Default is NOTHING. Must be one of LEFT_ONLY, RIGHT_ONLY, NOTHING or ALL. .

See Also