SoRayPickActionIsBetweenPlanes 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 bool IsBetweenPlanes(
SbVec3f intersection
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsBetweenPlanes (
intersection As SbVec3f
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsBetweenPlanes(
SbVec3f intersection
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsBetweenPlanes :
intersection : SbVec3f -> bool
Parameters
- intersection
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanRemarks See Also