CADability dotNET
Returns the u priod of this surface if it is u periodic 0.0 otherwise

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

Syntax

C#
double UPeriod { get; }
Visual Basic
ReadOnly Property UPeriod As Double
	Get
Visual C++
property double UPeriod {
	double get ();
}

See Also