SoIntersectionDetectionActionIntersectionCB Delegate |
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate SoIntersectionDetectionActionResps IntersectionCB(
out SoIntersectingPrimitive name_0,
out SoIntersectingPrimitive name_1
)
Public Delegate Function IntersectionCB (
<OutAttribute> ByRef name_0 As SoIntersectingPrimitive,
<OutAttribute> ByRef name_1 As SoIntersectingPrimitive
) As SoIntersectionDetectionActionResps
public delegate SoIntersectionDetectionActionResps IntersectionCB(
[InAttribute] [OutAttribute] SoIntersectingPrimitive% name_0,
[InAttribute] [OutAttribute] SoIntersectingPrimitive% name_1
)
type IntersectionCB =
delegate of
name_0 : SoIntersectingPrimitive byref *
name_1 : SoIntersectingPrimitive byref -> SoIntersectionDetectionActionResps
Parameters
- name_0
- Type: OIV.InventorSoIntersectingPrimitive
- name_1
- Type: OIV.InventorSoIntersectingPrimitive
Return Value
Type:
SoIntersectionDetectionActionRespsRemarks See Also