Extended interface for POLYLINE entities.

interface IPolylineEntityExtended {
    closed?: boolean;
    width?: number;
}

Hierarchy

  • IPolylineEntity
    • IPolylineEntityExtended

Properties

Properties

closed?: boolean

Whether the polyline is closed.

width?: number

The width of the polyline.