CADability dotNET
Returns true, if this surface divides the space into two parts. If the surfaces is Oriented Orientation(GeoPoint) returns a valid result

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

Syntax

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

See Also