Click or drag to resize
SoSplitGeometryActionSetPreCallback Method (SoSplitGeometryActionPreCallback)

Note: This API is now obsolete.

Use PreTraversal property instead. These add a delegate to invoke when a node of the given type is encountered during traversal. 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.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use PreTraversal property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetPreCallback(
	SoSplitGeometryActionPreCallback cb
)

Parameters

cb
Type: OIV.Inventor.ActionsSoSplitGeometryActionPreCallback
See Also