CADability dotNET
Returns the orientation of this face. this is only meaningful if this face is part of a closed shell which defines a solid. If true, the normal vector of the surface of this face points outward of the solid, if false it points into the inside.

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

Syntax

C#
public bool OrientedOutward { get; internal set; }
Visual Basic
Public Property OrientedOutward As Boolean
	Get
	Friend Set
Visual C++
public:
property bool OrientedOutward {
	bool get ();
	internal: void set (bool value);
}

See Also