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# |
|---|
double[] ICurve.GetPlaneIntersection( Plane plane ) |
| Visual Basic |
|---|
Private Function GetPlaneIntersection ( _ plane As Plane _ ) As Double() Implements ICurve.GetPlaneIntersection |
| Visual C++ |
|---|
private: virtual array<double>^ GetPlaneIntersection( Plane plane ) sealed = ICurve::GetPlaneIntersection |
Parameters
- plane
- Type: CADability..::..Plane