CADability dotNET
Gets or sets the direction of the x-axis of this plane. Setting the x-axis results in a reculculation of the y-axis to make the axis perpendicular.

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

Syntax

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

See Also