BoundaryLoopExtensionGetNativeCurves Method |
Gets the native curves constituting the loop (implicitly disposes of the ExternalCurve3d instances).
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic static IEnumerable<Curve3d> GetNativeCurves(
this BoundaryLoop loop
)
<ExtensionAttribute>
Public Shared Function GetNativeCurves (
loop As BoundaryLoop
) As IEnumerable(Of Curve3d)
public:
[ExtensionAttribute]
static IEnumerable<Curve3d^>^ GetNativeCurves(
BoundaryLoop^ loop
)
[<ExtensionAttribute>]
static member GetNativeCurves :
loop : BoundaryLoop -> IEnumerable<Curve3d>
Parameters
- loop
- Type: BoundaryLoop
Brep loop.
Return Value
Type:
IEnumerableCurve3dThe native curves constituting the loop.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
BoundaryLoop. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also