CurveList.Transform Method

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)
Syntax
public bool Transform(
	Transform xform
)
Public Function Transform ( 
	xform As Transform
) As Boolean

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)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also