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