Interface for layer border components.
interface ILayerBorderComponent { nLines: number; nPoints: number;}
nLines: number
Number of lines in the layer component.
nPoints: number
Number of points in the layer component.
Interface for layer border components.