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