Interface for layer border information.
interface ILayerBorder { indices: number[]; position: number[];}
indices: number[]
Indices of the border.
position: number[]
Position of the border.
Interface for layer border information.