Click or drag to resize

UnrollerAddFollowingGeometry Method (IEnumerablePoint3d)

Adds points that should be unrolled along with the surface/brep.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void AddFollowingGeometry(
	IEnumerable<Point3d> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
An array, a list or any enumerable set of points.
See Also