CADability dotNET
Gets an array of the 8 vertices of this cube

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

Syntax

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

See Also