SoSplitGeometryActionPreUserDataCallback Delegate |
Note: This API is now obsolete.
PreCallback delegate. See #SetPreCallback for more details
Namespace: OIV.Inventor.ActionsAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Delegate Function PreUserDataCallback (
action As SoSplitGeometryAction,
objectToSplit As SoNode,
objectId As Integer,
divAlongX As Integer,
divAlongY As Integer,
divAlongZ As Integer,
userData As Object
) As Boolean
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
public delegate bool PreUserDataCallback(
SoSplitGeometryAction^ action,
SoNode^ objectToSplit,
int objectId,
int divAlongX,
int divAlongY,
int divAlongZ,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
type PreUserDataCallback =
delegate of
action : SoSplitGeometryAction *
objectToSplit : SoNode *
objectId : int *
divAlongX : int *
divAlongY : int *
divAlongZ : int *
userData : Object -> bool
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