RhinoCommon API
NurbsCurveCreatePlanarRailFrames Method |
Computes planar rail sweep frames at specified parameters.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public Plane[] CreatePlanarRailFrames( IEnumerable<double> parameters, Vector3d normal )
Public Function CreatePlanarRailFrames ( parameters As IEnumerable(Of Double), normal As Vector3d ) As Plane()
Parameters
- parameters
- Type: System.Collections.GenericIEnumerableDouble
A collection of curve parameters. - normal
- Type: Rhino.GeometryVector3d
Unit normal to the plane.
Return Value
Type: PlaneAn array of planes if successful, or an empty array on failure.
