Provides extension methods for the Curve3d type.
Inheritance Hierarchy
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static class Curve3dExtension
<ExtensionAttribute>
Public NotInheritable Class Curve3dExtension
[ExtensionAttribute]
public ref class Curve3dExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type Curve3dExtension = class end
The Curve3dExtension type exposes the following members.
Methods
| Name | Description |
---|
  | ToOrderedArray |
Order the collection by contiguous curves ([n].EndPoint equals to [n+1].StartPoint)
|
Top
See Also