CADability dotNET

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

Syntax

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

Parameters

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

Implements

ISurface..::..GetNaturalBounds(Double%, Double%, Double%, Double%)

See Also