SoRayPickActionIntersect Method (SbBox3f) |
Calls Intersect(box, true).
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 Intersect(
SbBox3f box
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function Intersect (
box As SbBox3f
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool Intersect(
SbBox3f box
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Intersect :
box : SbBox3f -> bool
Parameters
- box
- Type: OIV.InventorSbBox3f
Return Value
Type:
BooleanRemarks See Also