CADability dotNET
Returns true, if this surface is periodic in the u direction (e.g. a cylinder) false otherwise.

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

Syntax

C#
bool IsUPeriodic { get; }
Visual Basic
ReadOnly Property IsUPeriodic As Boolean
	Get
Visual C++
property bool IsUPeriodic {
	bool get ();
}

See Also