Click or drag to resize

ObjectAttributesTransform Method

Apply a transformation.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Transform(
	Transform xform
)

Parameters

xform
Type: Rhino.GeometryTransform
The transformation.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also