Gets box origin which is the same as the minimum corner of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic void GetOrigin(
out float originX,
out float originY,
out float originZ
)
Public Sub GetOrigin (
<OutAttribute> ByRef originX As Single,
<OutAttribute> ByRef originY As Single,
<OutAttribute> ByRef originZ As Single
)
public:
void GetOrigin(
[OutAttribute] float% originX,
[OutAttribute] float% originY,
[OutAttribute] float% originZ
)
member GetOrigin :
originX : float32 byref *
originY : float32 byref *
originZ : float32 byref -> unit
Parameters
- originX
- Type: SystemSingle
X coordinate of box origin. - originY
- Type: SystemSingle
Y coordinate of box origin. - originZ
- Type: SystemSingle
Z coordinate of box origin.
See Also