CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Preliminary: Returns the enclosed part of the shell which is inside the border
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public Shell GetEnclosedPart( Path closedBorder, double precision ) |
| Visual Basic |
|---|
Public Function GetEnclosedPart ( _ closedBorder As Path, _ precision As Double _ ) As Shell |
| Visual C++ |
|---|
public: Shell^ GetEnclosedPart( Path^ closedBorder, double precision ) |