Click or drag to resize
SoSplitGeometryActionSetDistinguishSplitParts Method

Calling this method before applying the action allows you to see how the action has split the objects.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDistinguishSplitParts(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

Each new OIV.Inventor.Nodes.SoIndexedShape is assigned a unique material. Default is false.

See Also