BoundaryLoopExtension Class |
Provides extension methods for the BoundaryLoop type.
Inheritance Hierarchy
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic static class BoundaryLoopExtension
<ExtensionAttribute>
Public NotInheritable Class BoundaryLoopExtension
[ExtensionAttribute]
public ref class BoundaryLoopExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type BoundaryLoopExtension = class end
The BoundaryLoopExtension type exposes the following members.
Methods
| Name | Description |
---|
  | GetNativeCurves |
Gets the native curves constituting the loop (implicitly disposes of the ExternalCurve3d instances).
|
Top
See Also