CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the PlaneSurface class
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public PlaneSurface( Plane plane ) |
| Visual Basic |
|---|
Public Sub New ( _ plane As Plane _ ) |
| Visual C++ |
|---|
public: PlaneSurface( Plane plane ) |
Parameters
- plane
- Type: CADability..::..Plane