RhinoCommon API
PolyCurveSegmentCurveParameter Method |
Converts a polycurve parameter to a segment curve parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public double SegmentCurveParameter( double polycurveParameter )
Public Function SegmentCurveParameter ( polycurveParameter As Double ) As Double
Parameters
- polycurveParameter
- Type: SystemDouble
Parameter on PolyCurve to convert.
Return Value
Type: DoubleSegment curve evaluation parameter or UnsetValue if the segment curve parameter could not be computed.