CadSection.BackLineVertices

CadSection.BackLineVertices property

Gets or sets the back line vertices.

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

Property Value

The back line vertices.

See Also