NurbsCurveCreateRailFrames Method |
Computes relatively parallel rail sweep frames at specified parameters.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public Plane[] CreateRailFrames(
IEnumerable<double> parameters
)
Public Function CreateRailFrames (
parameters As IEnumerable(Of Double)
) As Plane()
Parameters
- parameters
- Type: System.Collections.GenericIEnumerableDouble
A collection of curve parameters.
Return Value
Type:
PlaneAn array of planes if successful, or an empty array on failure.
See Also