Click or drag to resize

CurveListTransform Method

Transform all the curves in this list. If at least a single transform failed this function returns false.

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

Parameters

xform
Type: Rhino.GeometryTransform
Transformation to apply to all curves.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Collections.CurveList.Transform(Rhino.Geometry.Transform)"]

See Also