CADability dotNET
Gets or sets the normal vector of this plane. Setting the normal vector results in a recalculation of the x-axis and y-axis of this plane

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

Syntax

C#
public GeoVector Normal { get; set; }
Visual Basic
Public Property Normal As GeoVector
	Get
	Set
Visual C++
public:
property GeoVector Normal {
	GeoVector get ();
	void set (GeoVector value);
}

See Also