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