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# |
|---|
bool ICurve.IsInPlane( Plane p ) |
| Visual Basic |
|---|
Private Function IsInPlane ( _ p As Plane _ ) As Boolean Implements ICurve.IsInPlane |
| Visual C++ |
|---|
private: virtual bool IsInPlane( Plane p ) sealed = ICurve::IsInPlane |
Parameters
- p
- Type: CADability..::..Plane