SoRayPickActionIntersect Method (SbVec3f) |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool Intersect(
SbVec3f point
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function Intersect (
point As SbVec3f
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool Intersect(
SbVec3f point
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Intersect :
point : SbVec3f -> bool
Parameters
- point
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanRemarks See Also