SbBox3fIntersect Method (SbBox3f) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public bool Intersect(
ref SbBox3f bb
)
Public Function Intersect (
ByRef bb As SbBox3f
) As Boolean
public:
bool Intersect(
SbBox3f% bb
)
member Intersect :
bb : SbBox3f byref -> bool
Parameters
- bb
- Type: OIV.InventorSbBox3f
Return Value
Type:
BooleanSee Also