Click or drag to resize
SbBox3dGetSize Method (Double, Double, Double)
Gets box size.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.2.3.Release.c1a14b01e6296bf517288683d75c01bbe269b3dc
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