SoRayPickActionAddIntersection_ Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoPickedPoint AddIntersection_(
SoPickedPoint pp
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function AddIntersection_ (
pp As SoPickedPoint
) As SoPickedPoint
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoPickedPoint^ AddIntersection_(
SoPickedPoint^ pp
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member AddIntersection_ :
pp : SoPickedPoint -> SoPickedPoint
Parameters
- pp
- Type: OIV.InventorSoPickedPoint
Return Value
Type:
SoPickedPointRemarks See Also