Click or drag to resize

CurveExtend Method

Overload List
  NameDescription
Public methodExtend(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 methodExtend(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 methodExtend(CurveEnd, CurveExtensionStyle, Point3d)
Extends a curve to a point.
Public methodCode exampleExtend(CurveEnd, CurveExtensionStyle, IEnumerableGeometryBase)
Extends a curve until it intersects a collection of objects.
Public methodExtend(CurveEnd, Double, CurveExtensionStyle)
Extends a curve by a specific length.
Top
See Also