SbBox4i32 Structure |
Namespace: OIV.Inventor
The SbBox4i32 type exposes the following members.
Name | Description | |
---|---|---|
SbBox4i32 |
Constructor for a 4D int box.
min and max are the bounds
that define the box.
|
Name | Description | |
---|---|---|
Contains |
Tests if the specified box is fully contained
inside this box.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
ExtendBy(SbBox4i32) |
Extends this box (if necessary) to contain the specified box.
| |
ExtendBy(SbBox4i32) |
Extends this box (if necessary) to contain the specified box.
| |
ExtendBy(SbVec4i32) |
Extends this box (if necessary) to contain the specified point.
| |
ExtendBy(SbVec4i32) |
Extends this box (if necessary) to contain the specified point.
| |
GetCenter |
Returns the center of the box.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Intersect(SbBox4i32) |
Convenient method. Intersect(SbBox4i32) for more details.
| |
Intersect(SbBox4i32) |
Tests if the bb box intersects this box.
| |
Intersect(SbVec4i32) |
Convenient method. Intersect(SbVec4i32) for more details.
| |
Intersect(SbVec4i32) |
Tests if the pt point intersects this box.
| |
Intersection |
Gets the intersection of the specified box with this box.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Max |
Gets the maximum point of the box.
| |
Min |
Gets the minimum point of the box.
| |
Size |
Gets the box size.
|