CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Creates a face by connecting curves. The objects in bounds must describe a closed border
which may contain some holes.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static Face MakePlanarFace( IGeoObject[] bounds ) |
| Visual Basic |
|---|
Public Shared Function MakePlanarFace ( _ bounds As IGeoObject() _ ) As Face |
| Visual C++ |
|---|
public: static Face^ MakePlanarFace( array<IGeoObject^>^ bounds ) |
Parameters
- bounds
- Type: array<CADability.GeoObject..::..IGeoObject>[]()[][]