CADability dotNET
Returns the extent of a patch of the surface clipped rectangular in the 2d parameter space

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
BoundingCube GetPatchExtent(
	BoundingRect uvPatch
)
Visual Basic
Function GetPatchExtent ( _
	uvPatch As BoundingRect _
) As BoundingCube
Visual C++
BoundingCube GetPatchExtent(
	BoundingRect uvPatch
)

Parameters

uvPatch
Type: CADability..::..BoundingRect

Return Value

See Also