CadSection.Vertices

CadSection.Vertices property

Gets or sets the vertices.

public List<Cad3DPoint> Vertices { get; set; }

Property Value

The vertices.

See Also