Click or drag to resize
SoSplitGeometryActionPreTraversal Property

These add a callback function to call when a node of the given type is encountered during traversal.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoSplitGeometryActionPreCallback PreTraversal { get; set; }

Property Value

Type: SoSplitGeometryActionPreCallback
Remarks

The PreCallback is called just before the node is traversed. For each node to split, you can "customize" how to split it by enabling, or disabling options, changing the division values, etc.

See Also