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