SbBox3i32GetOrigin Method |
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: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public void GetOrigin(
out int originX,
out int originY,
out int originZ
)
Public Sub GetOrigin (
<OutAttribute> ByRef originX As Integer,
<OutAttribute> ByRef originY As Integer,
<OutAttribute> ByRef originZ As Integer
)
public:
void GetOrigin(
[OutAttribute] int% originX,
[OutAttribute] int% originY,
[OutAttribute] int% originZ
)
member GetOrigin :
originX : int byref *
originY : int byref *
originZ : int byref -> unit
Parameters
- originX
- Type: SystemInt32
X coordinate of box origin. - originY
- Type: SystemInt32
Y coordinate of box origin. - originZ
- Type: SystemInt32
Z coordinate of box origin.
See Also