M_Rhino_Geometry_Transform_TransformList - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public Point3d[] TransformList(
IEnumerable<Point3d> points
)
VB
Public Function TransformList (
points As IEnumerable(Of Point3d)
) As Point3d()
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
A list, an array or any enumerable set of points to be left untouched and copied.
Type: Point3d[]
A new array.
Supported in: 6.0.16224.21491, 5D58w