CurveGetPerpendicularFrames Method |
Rhino for Mac 5.1
Gets a collection of perpendicular frames along the curve. Perpendicular frames
are also known as 'Zero-twisting frames' and they minimize rotation from one frame to the next.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic Plane[] GetPerpendicularFrames(
IEnumerable<double> parameters
)
Public Function GetPerpendicularFrames (
parameters As IEnumerable(Of Double)
) As Plane()
Parameters
- parameters
- Type: System.Collections.GenericIEnumerableDouble
A collection of strictly increasing curve parameters to place perpendicular frames on.
Return Value
Type:
PlaneAn array of perpendicular frames on success or null on failure.
Exceptions
See Also