Click or drag to resize

DisplayPipelinePushModelTransform Method

Push a model transformation on the engine's model transform stack.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void PushModelTransform(
	Transform xform
)

Parameters

xform
Type: Rhino.GeometryTransform
Transformation to push.
See Also