SbBox3i32GetBounds Method (Int32, Int32, Int32, Int32, Int32, Int32) |
Gets the corners of the box.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public void GetBounds(
out int xmin,
out int ymin,
out int zmin,
out int xmax,
out int ymax,
out int zmax
)
Public Sub GetBounds (
<OutAttribute> ByRef xmin As Integer,
<OutAttribute> ByRef ymin As Integer,
<OutAttribute> ByRef zmin As Integer,
<OutAttribute> ByRef xmax As Integer,
<OutAttribute> ByRef ymax As Integer,
<OutAttribute> ByRef zmax As Integer
)
public:
void GetBounds(
[OutAttribute] int% xmin,
[OutAttribute] int% ymin,
[OutAttribute] int% zmin,
[OutAttribute] int% xmax,
[OutAttribute] int% ymax,
[OutAttribute] int% zmax
)
member GetBounds :
xmin : int byref *
ymin : int byref *
zmin : int byref *
xmax : int byref *
ymax : int byref *
zmax : int byref -> unit
Parameters
- xmin
- Type: SystemInt32
Lower x. - ymin
- Type: SystemInt32
Lower y. - zmin
- Type: SystemInt32
Lower z. - xmax
- Type: SystemInt32
Upper x. - ymax
- Type: SystemInt32
Upper y. - zmax
- Type: SystemInt32
Upper z.
See Also