RhinoCommon API
TransformTransformList Method |
Given a list, an array or any enumerable set of points, computes a new array of tranformed points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Point3d[] TransformList( IEnumerable<Point3d> points )
Public Function TransformList ( points As IEnumerable(Of Point3d) ) As Point3d()
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3d
A list, an array or any enumerable set of points to be left untouched and copied.
Return Value
Type: Point3dA new array.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8