Click or drag to resize

ArcTransform Method

Transforms the arc using a Transformation matrix.

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

Parameters

xform
Type: Rhino.GeometryTransform
Transformations to apply. Note that arcs cannot handle non-euclidean transformations.

Return Value

Type: Boolean
true on success, false on failure.
See Also