Curve.Trim Method (CurveEnd, Double)

CurveTrim Method (CurveEnd, Double)

Shortens a curve by a given length

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Curve Trim(
	CurveEnd side,
	double length
)
Public Function Trim ( 
	side As CurveEnd,
	length As Double
) As Curve

Parameters

side
Type: Rhino.GeometryCurveEnd

[Missing <param name="side"/> documentation for "M:Rhino.Geometry.Curve.Trim(Rhino.Geometry.CurveEnd,System.Double)"]

length
Type: SystemDouble

[Missing <param name="length"/> documentation for "M:Rhino.Geometry.Curve.Trim(Rhino.Geometry.CurveEnd,System.Double)"]

Return Value

Type: Curve
Trimmed curve if successful, null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also