Point3dList.Transform Method

Point3dListTransform Method

Applies a transform to all the points in the list.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Transform(
	Transform xform
)
Public Sub Transform ( 
	xform As Transform
)

Parameters

xform
Type: Rhino.GeometryTransform
Transform to apply.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also