SbBox3i32SetBounds Method (Int32, Int32, Int32, Int32, Int32, Int32) |
Sets 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 SetBounds(
int xmin,
int ymin,
int zmin,
int xmax,
int ymax,
int zmax
)
Public Sub SetBounds (
xmin As Integer,
ymin As Integer,
zmin As Integer,
xmax As Integer,
ymax As Integer,
zmax As Integer
)
public:
void SetBounds(
int xmin,
int ymin,
int zmin,
int xmax,
int ymax,
int zmax
)
member SetBounds :
xmin : int *
ymin : int *
zmin : int *
xmax : int *
ymax : int *
zmax : int -> unit
Parameters
- xmin
- Type: SystemInt32
- ymin
- Type: SystemInt32
- zmin
- Type: SystemInt32
- xmax
- Type: SystemInt32
- ymax
- Type: SystemInt32
- zmax
- Type: SystemInt32
See Also