SoIntersectionDetectionActionIntersectionUserDataCB Delegate |
Note: This API is now obsolete.
IntersectionCB delegate. See #AddIntersectionCallback for more details
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate SoIntersectionDetectionActionResps IntersectionUserDataCB(
ref SoIntersectingPrimitive p1,
ref SoIntersectingPrimitive p2,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Function IntersectionUserDataCB (
ByRef p1 As SoIntersectingPrimitive,
ByRef p2 As SoIntersectingPrimitive,
userData As Object
) As SoIntersectionDetectionActionResps
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate SoIntersectionDetectionActionResps IntersectionUserDataCB(
SoIntersectingPrimitive% p1,
SoIntersectingPrimitive% p2,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type IntersectionUserDataCB =
delegate of
p1 : SoIntersectingPrimitive byref *
p2 : SoIntersectingPrimitive byref *
userData : Object -> SoIntersectionDetectionActionResps
Parameters
- p1
- Type: OIV.InventorSoIntersectingPrimitive
- p2
- Type: OIV.InventorSoIntersectingPrimitive
- userData
- Type: SystemObject
Return Value
Type:
SoIntersectionDetectionActionResps
See Also