Curve3dExtensionGetReversedCurve Method |
Gets the reversed curve without modifying the original one.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic static Curve3d GetReversedCurve(
this Curve3d curve
)
<ExtensionAttribute>
Public Shared Function GetReversedCurve (
curve As Curve3d
) As Curve3d
public:
[ExtensionAttribute]
static Curve3d^ GetReversedCurve(
Curve3d^ curve
)
[<ExtensionAttribute>]
static member GetReversedCurve :
curve : Curve3d -> Curve3d
Parameters
- curve
- Type: Curve3d
Instance this method applies to.
Return Value
Type:
Curve3dA new Curve3d with reversed parameters.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Curve3d. 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