CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Overrides Project(Plane, Plane)
Namespace: CADability.Curve2DAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public override ICurve2D Project( Plane fromPlane, Plane toPlane ) |
| Visual Basic |
|---|
Public Overrides Function Project ( _ fromPlane As Plane, _ toPlane As Plane _ ) As ICurve2D |
| Visual C++ |
|---|
public: virtual ICurve2D^ Project( Plane fromPlane, Plane toPlane ) override |