Click or drag to resize
SbXfBox3dGetSize Method
Gets box size.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2026.1.0.Release.0310c5a2706944284e5b97cec8929e1e2f70c73d
Syntax
public void GetSize(
	out double sizeX,
	out double sizeY,
	out double sizeZ
)

Parameters

sizeX
Type: SystemDouble
Size along x axis.
sizeY
Type: SystemDouble
Size along y axis.
sizeZ
Type: SystemDouble
Size along z axis.
See Also