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: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic 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