CADability dotNET
Gets the 12 edges of the cube as a GeoPoint[12, 2] array

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

Syntax

C#
public GeoPoint[,] Lines { get; }
Visual Basic
Public ReadOnly Property Lines As GeoPoint(,)
	Get
Visual C++
public:
property array<GeoPoint,2>^ Lines {
	array<GeoPoint,2>^ get ();
}

See Also