Description:

Computes planar rail sweep frames at specified parameters.

Syntax:
public Plane[] CreatePlanarRailFrames(
IEnumerable<double> parameters,
Vector3d normal
)
Parameters:
  • parameters
  • Type: IEnumerable<double>
  • A collection of curve parameters.
  • normal
  • Type: Vector3d
  • Unit normal to the plane.
Returns:
Type: Plane[]
An array of planes if successful, or an empty array on failure.
Available since:
7.0

/
/
/
CreatePlanarRailFrames

CreatePlanarRailFrames method

Class:  Rhino.Geometry.NurbsCurve

Nothing found