CADability dotNET
Returns the natural bounds of the surface. The returned values may be infinite

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

Syntax

C#
void GetNaturalBounds(
	out double umin,
	out double umax,
	out double vmin,
	out double vmax
)
Visual Basic
Sub GetNaturalBounds ( _
	<OutAttribute> ByRef umin As Double, _
	<OutAttribute> ByRef umax As Double, _
	<OutAttribute> ByRef vmin As Double, _
	<OutAttribute> ByRef vmax As Double _
)
Visual C++
void GetNaturalBounds(
	[OutAttribute] double% umin, 
	[OutAttribute] double% umax, 
	[OutAttribute] double% vmin, 
	[OutAttribute] double% vmax
)

Parameters

umin
Type: System..::..Double%
umax
Type: System..::..Double%
vmin
Type: System..::..Double%
vmax
Type: System..::..Double%

See Also