CADability dotNET
Gets an array[12,2] of pairs of point indizes defining the 12 edges of this cube. Indizes are to the Points

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

Syntax

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

See Also