Click or drag to resize
SbBox3sGetOrigin Method
Gets box origin which is the same as the minimum corner of the box.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntax
public void GetOrigin(
	out short originX,
	out short originY,
	out short originZ
)

Parameters

originX
Type: SystemInt16
X coordinate of box origin.
originY
Type: SystemInt16
Y coordinate of box origin.
originZ
Type: SystemInt16
Z coordinate of box origin.
See Also