SoCallbackActionLineSegmentCB Delegate |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public delegate void LineSegmentCB(
SoCallbackAction action,
out SoPrimitiveVertex v1,
out SoPrimitiveVertex v2
)
Public Delegate Sub LineSegmentCB (
action As SoCallbackAction,
<OutAttribute> ByRef v1 As SoPrimitiveVertex,
<OutAttribute> ByRef v2 As SoPrimitiveVertex
)
public delegate void LineSegmentCB(
SoCallbackAction^ action,
[InAttribute] [OutAttribute] SoPrimitiveVertex% v1,
[InAttribute] [OutAttribute] SoPrimitiveVertex% v2
)
type LineSegmentCB =
delegate of
action : SoCallbackAction *
v1 : SoPrimitiveVertex byref *
v2 : SoPrimitiveVertex byref -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoCallbackAction
- v1
- Type: OIV.InventorSoPrimitiveVertex
- v2
- Type: OIV.InventorSoPrimitiveVertex
Remarks See Also