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

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

Syntax

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

See Also