SoBBoxModelMatrixElement Class |
Stores the current model matrix for use with the SoGetBoundingBoxAction.
Namespace: OIV.Inventor.Elements
The SoBBoxModelMatrixElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | CallSetElt | Obsolete. Calls CallSetElt(matrix, true). (Inherited from SoModelMatrixElement.) |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetClassStackIndex | Obsolete. Returns the stack id for this element. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Pop | Pops element. |
![]() ![]() | PopMatrix | See description for pushMatrix(). |
![]() | Push | Overrides push() method to copy values from next instance in the stack. |
![]() ![]() | PushMatrix | Because two model matrices are kept track of during the getBoundingBoxAction (the local model matrix, used by separators to calculate their bbox caches, and the real model matrix), replacement routines for pushMatrix/popMatrix must be given; SoTransformSeparator.getBoundingBox uses these methods to correctly keep both matrices up-to-date. |
![]() ![]() | Reset | Allows the SoGetBoundingBoxAction to reset the current model matrix to identity and all currently-open local matrices to identity. |
![]() | SetElt | Obsolete. Calls SetElt(matrix, true). (Inherited from SoModelMatrixElement.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores the current model matrix for use with the SoGetBoundingBoxAction. Overrides the virtual methods on SoModelMatrixElement to also set the current SoLocalBBoxMatrixElement.
This class relies on SoModelMatrixElement to store the matrix in the instance, and inherits most of its methods from it.