Overload_Rhino_Geometry_Curve_Extend - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Extend Method

Overload List

 

Name Description
Public method Extend(Interval) Where possible, analytically extends curve to include the given domain. This will not work on closed curves. The original curve will be identical to the restriction of the resulting curve to the original curve domain.
Public method Extend(Double, Double) Where possible, analytically extends curve to include the given domain. This will not work on closed curves. The original curve will be identical to the restriction of the resulting curve to the original curve domain.
Public method Extend(CurveEnd, CurveExtensionStyle, Point3d) Extends a curve to a point.
Public methodCode example Extend(CurveEnd, CurveExtensionStyle, IEnumerable(GeometryBase)) Extends a curve until it intersects a collection of objects.
Public method Extend(CurveEnd, Double, CurveExtensionStyle) Extends a curve by a specific length.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️