CADability dotNET Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
ICurve2D ICurve.GetProjectedCurve( Plane p ) |
| Visual Basic |
|---|
Private Function GetProjectedCurve ( _ p As Plane _ ) As ICurve2D Implements ICurve.GetProjectedCurve |
| Visual C++ |
|---|
private: virtual ICurve2D^ GetProjectedCurve( Plane p ) sealed = ICurve::GetProjectedCurve |
Parameters
- p
- Type: CADability..::..Plane