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

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

Syntax

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

See Also