CADability dotNET
Preliminary: Returns the enclosed part of the shell which is inside the border

Namespace: CADability.GeoObject
Assembly: 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
)

Parameters

closedBorder
Type: CADability.GeoObject..::..Path
precision
Type: System..::..Double

Return Value

See Also