SbXfBox3dExtendBy Method (SbXfBox3d) |
Extends the box (if necessary) to contain the given box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public void ExtendBy(
ref SbXfBox3d bb
)
Public Sub ExtendBy (
ByRef bb As SbXfBox3d
)
public:
void ExtendBy(
SbXfBox3d% bb
)
member ExtendBy :
bb : SbXfBox3d byref -> unit
Parameters
- bb
- Type: OIV.InventorSbXfBox3d
Box the box must contain.
See Also