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