SoIntersectionDetectionAction.IntersectionCB Delegate |
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic delegate SoIntersectionDetectionAction. Resps 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 SoIntersectionDetectionAction.Resps
public delegate SoIntersectionDetectionAction. Resps IntersectionCB(
[InAttribute] [OutAttribute] SoIntersectingPrimitive% name_0,
[InAttribute] [OutAttribute] SoIntersectingPrimitive% name_1
)
type IntersectionCB =
delegate of
name_0 : SoIntersectingPrimitive byref *
name_1 : SoIntersectingPrimitive byref -> SoIntersectionDetectionAction.Resps
Parameters
- name_0
- Type: OIV.Inventor.SoIntersectingPrimitive
- name_1
- Type: OIV.Inventor.SoIntersectingPrimitive
Return Value
Type:
SoIntersectionDetectionAction.Resps
Remarks
See Also