interface tPaxContourPath {
    circle: boolean;
    seg: tPaxSeg[];
}

Properties

Properties

circle: boolean
seg: tPaxSeg[]