RhinoCommon API
DisplayPipelinePushModelTransform Method |
Push a model transformation on the engine's model transform stack.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void PushModelTransform( Transform xform )
Public Sub PushModelTransform ( xform As Transform )
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation to push.
