Interface ILayerBorder

Source
Expand description

Interface for layer border information.

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

Properties§

Source§

indices: number[]

Indices of the border.

Source§

position: number[]

Position of the border.