Click or drag to resize

Curve3dExtension Class

Provides extension methods for the Curve3d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.GeometryCurve3dExtension

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public static class Curve3dExtension

The Curve3dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetReversedCurve
Gets the reversed curve without modifying the original one.
Public methodStatic memberToOrderedArray
Order the collection by contiguous curves ([n].EndPoint equals to [n+1].StartPoint).
Public methodStatic memberTryConvertToCompositeCurve
Tries to convert the Curve3d sequence into a CompositeCurve3d.
Top
See Also