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