| SoIntersectionDetectionActionIntersectionCB Delegate | 
 
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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 -> SoIntersectionDetectionActionRespsParameters
- name_0
 - Type: OIV.InventorSoIntersectingPrimitive
 - name_1
 - Type: OIV.InventorSoIntersectingPrimitive
 
Return Value
Type: 
SoIntersectionDetectionActionResps
Remarks
See Also