Interface ILayerBorderComponent

Source
Expand description

Interface for layer border components.

interface ILayerBorderComponent {
    nLines: number;
    nPoints: number;
}

Properties§

Source§

nLines: number

Number of lines in the layer component.

Source§

nPoints: number

Number of points in the layer component.