Click or drag to resize
SoComputeBoundingBox Properties

The SoComputeBoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyboxCenter

( OIV.Inventor.Fields.SoSFVec3f ) Center of the computed bounding box.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymax

( OIV.Inventor.Fields.SoSFVec3f ) Maximum point of the computed bounding box.

Public propertymin

( OIV.Inventor.Fields.SoSFVec3f ) Minimum point of the computed bounding box.

Public propertynode

Defines the graph for which the bounding box is computed.

Public propertyobjectCenter

( OIV.Inventor.Fields.SoSFVec3f ) Center of the objects in the graph.

Public propertypath

Alternatively, defines the graph for which the bounding box is computed.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also