Click or drag to resize
SoSplitGeometryActionPreUserDataCallback Delegate

Note: This API is now obsolete.

PreCallback delegate. See #SetPreCallback for more details

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate bool PreUserDataCallback(
	SoSplitGeometryAction action,
	SoNode objectToSplit,
	int objectId,
	int divAlongX,
	int divAlongY,
	int divAlongZ,
	Object userData
)

Parameters

action
Type: OIV.Inventor.ActionsSoSplitGeometryAction
objectToSplit
Type: OIV.Inventor.NodesSoNode
objectId
Type: SystemInt32
divAlongX
Type: SystemInt32
divAlongY
Type: SystemInt32
divAlongZ
Type: SystemInt32
userData
Type: SystemObject

Return Value

Type: Boolean
See Also