CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Gets a copy of the poles defining the BSpline (NURBS)
Namespace: CADability.Curve2DAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public GeoPoint2D[] Poles { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Poles As GeoPoint2D() Get |
| Visual C++ |
|---|
public: property array<GeoPoint2D>^ Poles { array<GeoPoint2D>^ get (); } |