Click or drag to resize
SbBox4i32 Structure
4D box class.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.0.Release.36362e8575cf2e38cd7d69b9ff35aeb6cc000cdb
Syntax
public struct SbBox4i32

The SbBox4i32 type exposes the following members.

Constructors
  NameDescription
Public methodSbBox4i32
Constructor for a 4D int box. min and max are the bounds that define the box.
Top
Methods
  NameDescription
Public methodContains
Tests if the specified box is fully contained inside this box.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodExtendBy(SbBox4i32)
Extends this box (if necessary) to contain the specified box.
Public methodExtendBy(SbBox4i32)
Extends this box (if necessary) to contain the specified box.
Public methodExtendBy(SbVec4i32)
Extends this box (if necessary) to contain the specified point.
Public methodExtendBy(SbVec4i32)
Extends this box (if necessary) to contain the specified point.
Public methodGetCenter
Returns the center of the box.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect(SbBox4i32)
Public methodIntersect(SbBox4i32)
Tests if the bb box intersects this box.
Public methodIntersect(SbVec4i32)
Public methodIntersect(SbVec4i32)
Tests if the pt point intersects this box.
Public methodIntersection
Gets the intersection of the specified box with this box.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberEmptyBox
Represents an empty SbBox4i32. This field is constant.
Top
Properties
  NameDescription
Public propertyMax
Gets the maximum point of the box.
Public propertyMin
Gets the minimum point of the box.
Public propertySize
Gets the box size.
Top
Remarks
4D box which has planes parallel to the major axes and is specified by two points on a diagonal. Bounds are included in left and included in right, [min, max]. The bbox ((0, 0, 0, 0), (0, 0, 0, 0)) contains the single point (0, 0, 0, 0).
See Also