Interface ILayerBorder

Source
Expand description

Interface for layer border information.

interface ILayerBorder {
    indices: number[];
    position: number[];
}

Properties§

§indices: number[]

Indices of the border.

§position: number[]

Position of the border.