Click or drag to resize

NurbsCurveCreatePlanarRailFrames Method

Computes planar rail sweep frames at specified parameters.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Plane[] CreatePlanarRailFrames(
	IEnumerable<double> parameters,
	Vector3d normal
)

Parameters

parameters
Type: System.Collections.GenericIEnumerableDouble
A collection of curve parameters.
normal
Type: Rhino.GeometryVector3d
Unit normal to the plane.

Return Value

Type: Plane
An array of planes if successful, or an empty array on failure.
See Also