SoModelMatrixElementPushMatrix Method |
This method is used by the TransformSeparator node.
Namespace: OIV.Inventor.Elements
WARNING! For proper caching behavior, the matrix returned by .pushMatrix() must be used ONLY as a later argument to .popMatrix(), and you must NOT modify the matrix between the push and the pop. If you need the matrix for any other reason, you MUST use the .get() routine.