CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the CurveProperty class
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public CurveProperty( ICurve curve ) |
| Visual Basic |
|---|
Public Sub New ( _ curve As ICurve _ ) |
| Visual C++ |
|---|
public: CurveProperty( ICurve^ curve ) |
Parameters
- curve
- Type: CADability.GeoObject..::..ICurve