markuno_lib 1.2.99 → 1.2.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,8 @@ export class Linea2 {
20
20
  get normale(): Punto2;
21
21
  perpendicolare(e?: any, t?: number): Linea2;
22
22
  perpendicolaret(e: any, t?: number): Linea2;
23
+ rotatedonp1(e: any): Linea2;
24
+ rotatedonp2(e: any): Linea2;
23
25
  ruotata(e?: number, t?: number, i?: boolean): Linea2;
24
26
  puntosudirezione(e: any, t: any): Punto2;
25
27
  parallela(e: any, t: any): Linea2;
@@ -85,6 +87,9 @@ export class Punto2 {
85
87
  get len(): number;
86
88
  get angle(): number;
87
89
  dir(): Punto2;
90
+ puntosucerchio(e?: number, t?: number): Punto2;
91
+ tangentesucerchio(e?: number, t?: number, i?: number): Linea2;
92
+ angolo3p(e: any, t: any): number;
88
93
  distanza(e: any): number;
89
94
  }
90
95
  declare const $e: any;
@@ -195,6 +200,8 @@ declare var Ve: Readonly<{
195
200
  };
196
201
  fromstr: (t: any) => any;
197
202
  move: (t?: number, i?: number) => any;
203
+ infocircle: typeof infocircle;
204
+ intersectcircle: typeof intersectcircle;
198
205
  pt: any[];
199
206
  readonly npt: number;
200
207
  readonly vec: any[];
@@ -205,7 +212,7 @@ declare var Ve: Readonly<{
205
212
  readonly orient: 0 | 1 | -1;
206
213
  corners: (t?: number) => any[];
207
214
  clone: () => any;
208
- dims: () => {
215
+ dims(): {
209
216
  p1: any;
210
217
  p2: any;
211
218
  isrect: boolean;
@@ -278,7 +285,7 @@ declare var Ve: Readonly<{
278
285
  truncatebefore: (t: any) => any;
279
286
  truncateafter: (t: any) => any;
280
287
  removeduplicate(t?: number): any;
281
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
288
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
282
289
  x: any;
283
290
  y: number;
284
291
  z: number;
@@ -324,6 +331,8 @@ declare var Ve: Readonly<{
324
331
  };
325
332
  fromstr: (t: any) => any;
326
333
  move: (t?: number, i?: number) => any;
334
+ infocircle: typeof infocircle;
335
+ intersectcircle: typeof intersectcircle;
327
336
  pt: any[];
328
337
  readonly npt: number;
329
338
  readonly vec: any[];
@@ -334,7 +343,7 @@ declare var Ve: Readonly<{
334
343
  readonly orient: 0 | 1 | -1;
335
344
  corners: (t?: number) => any[];
336
345
  clone: () => any;
337
- dims: () => {
346
+ dims(): {
338
347
  p1: any;
339
348
  p2: any;
340
349
  isrect: boolean;
@@ -407,7 +416,7 @@ declare var Ve: Readonly<{
407
416
  truncatebefore: (t: any) => any;
408
417
  truncateafter: (t: any) => any;
409
418
  removeduplicate(t?: number): any;
410
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
419
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
411
420
  x: any;
412
421
  y: number;
413
422
  z: number;
@@ -488,8 +497,8 @@ export class Vis2d {
488
497
  pop(): void;
489
498
  randomcolor(e?: string): string;
490
499
  addgr(e: any): void;
491
- addquota(e: any, t: any, i: any, n: any, r?: number, o?: string, s?: number, A?: number): void;
492
- addqpunto(e: any, t: any, i: any, n: any, r?: number, o?: string, s?: number, A?: number): void;
500
+ addquota(e: any, t: any, i: any, n: any, r?: number, o?: string, s?: number, a?: number): void;
501
+ addqpunto(e: any, t: any, i: any, n: any, r?: number, o?: string, s?: number, a?: number): void;
493
502
  addpoint(e: any, t?: number, i?: string, n?: number): this;
494
503
  addline(e: any, t?: number, i?: any, n?: number): this;
495
504
  addrect(e: any, t?: number, i?: any, n?: number): this;
@@ -532,6 +541,8 @@ export class Vobject {
532
541
  };
533
542
  fromstr: (t: any) => any;
534
543
  move: (t?: number, i?: number) => any;
544
+ infocircle: typeof infocircle;
545
+ intersectcircle: typeof intersectcircle;
535
546
  pt: any[];
536
547
  readonly npt: number;
537
548
  readonly vec: any[];
@@ -542,7 +553,7 @@ export class Vobject {
542
553
  readonly orient: 0 | 1 | -1;
543
554
  corners: (t?: number) => any[];
544
555
  clone: () => any;
545
- dims: () => {
556
+ dims(): {
546
557
  p1: any;
547
558
  p2: any;
548
559
  isrect: boolean;
@@ -615,7 +626,7 @@ export class Vobject {
615
626
  truncatebefore: (t: any) => any;
616
627
  truncateafter: (t: any) => any;
617
628
  removeduplicate(t?: number): any;
618
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
629
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
619
630
  x: any;
620
631
  y: number;
621
632
  z: number;
@@ -669,6 +680,8 @@ export class Vobject {
669
680
  };
670
681
  fromstr: (t: any) => any;
671
682
  move: (t?: number, i?: number) => any;
683
+ infocircle: typeof infocircle;
684
+ intersectcircle: typeof intersectcircle;
672
685
  pt: any[];
673
686
  readonly npt: number;
674
687
  readonly vec: any[];
@@ -679,7 +692,7 @@ export class Vobject {
679
692
  readonly orient: 0 | 1 | -1;
680
693
  corners: (t?: number) => any[];
681
694
  clone: () => any;
682
- dims: () => {
695
+ dims(): {
683
696
  p1: any;
684
697
  p2: any;
685
698
  isrect: boolean;
@@ -752,7 +765,7 @@ export class Vobject {
752
765
  truncatebefore: (t: any) => any;
753
766
  truncateafter: (t: any) => any;
754
767
  removeduplicate(t?: number): any;
755
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
768
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
756
769
  x: any;
757
770
  y: number;
758
771
  z: number;
@@ -804,7 +817,7 @@ export class Vscene {
804
817
  clines: any;
805
818
  };
806
819
  }
807
- export function addmovpivot(t: any, i: any, n: any, r?: {}, o?: number, s?: number, A?: number): any;
820
+ export function addmovpivot(t: any, i: any, n: any, r?: {}, o?: number, s?: number, a?: number): any;
808
821
  export function angle2vec(e: any, t: any): number;
809
822
  export function angle3point(e: any, t: any, i: any): number;
810
823
  declare namespace Xe {
@@ -863,6 +876,8 @@ export function elaborapercorso(e: any, t: any, i: any, n: any, r?: number): {
863
876
  };
864
877
  fromstr: (t: any) => any;
865
878
  move: (t?: number, i?: number) => any;
879
+ infocircle: typeof infocircle;
880
+ intersectcircle: typeof intersectcircle;
866
881
  pt: any[];
867
882
  readonly npt: number;
868
883
  readonly vec: any[];
@@ -873,7 +888,7 @@ export function elaborapercorso(e: any, t: any, i: any, n: any, r?: number): {
873
888
  readonly orient: 0 | 1 | -1;
874
889
  corners: (t?: number) => any[];
875
890
  clone: () => any;
876
- dims: () => {
891
+ dims(): {
877
892
  p1: any;
878
893
  p2: any;
879
894
  isrect: boolean;
@@ -946,7 +961,7 @@ export function elaborapercorso(e: any, t: any, i: any, n: any, r?: number): {
946
961
  truncatebefore: (t: any) => any;
947
962
  truncateafter: (t: any) => any;
948
963
  removeduplicate(t?: number): any;
949
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
964
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
950
965
  x: any;
951
966
  y: number;
952
967
  z: number;
@@ -973,8 +988,8 @@ export function elaborapercorso(e: any, t: any, i: any, n: any, r?: number): {
973
988
  draws: any[];
974
989
  };
975
990
  export function errorescript(e: any, t: any): Promise<any>;
976
- export function estruso(t: any, i: any, n: any, r: any, o: any, s: any, A: any): any;
977
- export function estrusopat(t: any, i: any, n: any, r: any, o: any, s: any, A: any): any;
991
+ export function estruso(t: any, i: any, n: any, r: any, o: any, s: any, a: any): any;
992
+ export function estrusopat(t: any, i: any, n: any, r: any, o: any, s: any, a: any): any;
978
993
  export function evalcustomfunction(e: any, t: any, i: any, n: any): Promise<any>;
979
994
  export function evidenziaColli(t: any, i: any, n: any): Promise<void>;
980
995
  export function extractTextures(e: any, t: any): Promise<any[]>;
@@ -997,7 +1012,7 @@ export function getbordi(e: any, t: any): {
997
1012
  bb: any;
998
1013
  };
999
1014
  export function getbox(t: any, i: any, n: any, r: any, o: any, s: any): any;
1000
- export function getcilindro(t: any, i: any, n: any, r: any, o: any, s: any, A: any): any;
1015
+ export function getcilindro(t: any, i: any, n: any, r: any, o: any, s: any, a: any): any;
1001
1016
  export function getcyl(t: any, i: any, n: any, r: any, o: any): any;
1002
1017
  export function getdumpmacro(e: any): string;
1003
1018
  export function getemitter(t: any): any;
@@ -1019,12 +1034,12 @@ export function getmovimento(e: any, t?: any[]): {
1019
1034
  reset: (e: any) => void;
1020
1035
  };
1021
1036
  export function getnodebyid(e: any, t: any): any;
1022
- export function getpannello(t: any, i: any, n: any, r: any, o: any, s: any, A: any, a: any): any;
1037
+ export function getpannello(t: any, i: any, n: any, r: any, o: any, s: any, a: any, A: any): any;
1023
1038
  export function getpannello2(e: any, t: any, i: any, n: any, r: any, o: any, s?: number): Promise<any>;
1024
1039
  export function getpoint(t: any, i: any, n?: any, r?: number): any;
1025
1040
  export function getptsoffset(e: any, t: any, i: any): any[];
1026
1041
  export function getpunto(t: any, i: any, n: any, r: any, o: string, s: any): Promise<any>;
1027
- export function getquota(t: any, i: any, n: any, r: any, o: any, s: any, A?: {}): any;
1042
+ export function getquota(t: any, i: any, n: any, r: any, o: any, s: any, a?: {}): any;
1028
1043
  export function getreceiver(t: any, i: any): any;
1029
1044
  export function getriferimento(t: any, i?: number, n?: number, r?: number, o?: string): any;
1030
1045
  export function getshape(): {
@@ -1049,6 +1064,8 @@ export function getshape(): {
1049
1064
  };
1050
1065
  fromstr: (t: any) => any;
1051
1066
  move: (t?: number, i?: number) => any;
1067
+ infocircle: typeof infocircle;
1068
+ intersectcircle: typeof intersectcircle;
1052
1069
  pt: any[];
1053
1070
  readonly npt: number;
1054
1071
  readonly vec: any[];
@@ -1059,7 +1076,7 @@ export function getshape(): {
1059
1076
  readonly orient: 0 | 1 | -1;
1060
1077
  corners: (t?: number) => any[];
1061
1078
  clone: () => any;
1062
- dims: () => {
1079
+ dims(): {
1063
1080
  p1: any;
1064
1081
  p2: any;
1065
1082
  isrect: boolean;
@@ -1132,7 +1149,7 @@ export function getshape(): {
1132
1149
  truncatebefore: (t: any) => any;
1133
1150
  truncateafter: (t: any) => any;
1134
1151
  removeduplicate(t?: number): any;
1135
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
1152
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
1136
1153
  x: any;
1137
1154
  y: number;
1138
1155
  z: number;
@@ -1171,8 +1188,14 @@ export function getsubrules(e: any): ({
1171
1188
  })[];
1172
1189
  export function gettarghetta(t: any, i: any, n?: number, r?: {}): any;
1173
1190
  export function getthorus(t: any, i: any, n: number, r: any, o: any): any;
1174
- export function groupfromgeometry(t: any, i: any, n: any, r: any, o: any, s: any, A: any): any;
1191
+ export function groupfromgeometry(t: any, i: any, n: any, r: any, o: any, s: any, a: any): any;
1175
1192
  export function hash(e: any): string;
1193
+ export function infocircle(e: any, t: any, i: any, n: any, r: any, o: any): {
1194
+ center: Punto2;
1195
+ r: number;
1196
+ ang1: number;
1197
+ ang2: number;
1198
+ };
1176
1199
  export function infoestrudi(e: any, t: any, i: any, n: any, r: any): {
1177
1200
  aini: any;
1178
1201
  aini2: any;
@@ -1192,6 +1215,7 @@ export function infoestrudi(e: any, t: any, i: any, n: any, r: any): {
1192
1215
  lmin: number;
1193
1216
  lmed: number;
1194
1217
  };
1218
+ export function intersectcircle(e: any, t: any, i: any, n: any, r: any): number[];
1195
1219
  export function isfn(e: any): boolean;
1196
1220
  export function ismacro(e: any): any;
1197
1221
  export function joinlinestoshapes(e: any): {
@@ -1216,6 +1240,8 @@ export function joinlinestoshapes(e: any): {
1216
1240
  };
1217
1241
  fromstr: (t: any) => any;
1218
1242
  move: (t?: number, i?: number) => any;
1243
+ infocircle: typeof infocircle;
1244
+ intersectcircle: typeof intersectcircle;
1219
1245
  pt: any[];
1220
1246
  readonly npt: number;
1221
1247
  readonly vec: any[];
@@ -1226,7 +1252,7 @@ export function joinlinestoshapes(e: any): {
1226
1252
  readonly orient: 0 | 1 | -1;
1227
1253
  corners: (t?: number) => any[];
1228
1254
  clone: () => any;
1229
- dims: () => {
1255
+ dims(): {
1230
1256
  p1: any;
1231
1257
  p2: any;
1232
1258
  isrect: boolean;
@@ -1299,7 +1325,7 @@ export function joinlinestoshapes(e: any): {
1299
1325
  truncatebefore: (t: any) => any;
1300
1326
  truncateafter: (t: any) => any;
1301
1327
  removeduplicate(t?: number): any;
1302
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
1328
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
1303
1329
  x: any;
1304
1330
  y: number;
1305
1331
  z: number;
@@ -1324,11 +1350,11 @@ export function joinlinestoshapes(e: any): {
1324
1350
  export function mapvertices(e: any, t: any): number[][];
1325
1351
  declare let et: any;
1326
1352
  declare let tt: any;
1327
- declare const at: any;
1353
+ declare const At: any;
1328
1354
  declare const st: any;
1329
1355
  declare const nt: any;
1330
1356
  declare const rt: any;
1331
- declare const At: any;
1357
+ declare const at: any;
1332
1358
  declare const ot: any;
1333
1359
  declare const it: any;
1334
1360
  export function newgcad(t: any, i: any, n: any, r?: boolean): {
@@ -1412,6 +1438,7 @@ export function raccordabezier(e: any, t: any, i: any, n: any, r?: number): {
1412
1438
  export function randombasemat(): any;
1413
1439
  export function revolve(t: any, i: any, n: any, r: any, o: any): any;
1414
1440
  export function ripristinaMaterialiOriginali(): void;
1441
+ export function round(e: any, t?: number): number;
1415
1442
  export function runScript(t: any, i: any, n: any, r: any, o: any): Promise<{
1416
1443
  res: any;
1417
1444
  LOGS: any[];
@@ -1446,6 +1473,8 @@ export function shapeclip(): {
1446
1473
  };
1447
1474
  fromstr: (t: any) => any;
1448
1475
  move: (t?: number, i?: number) => any;
1476
+ infocircle: typeof infocircle;
1477
+ intersectcircle: typeof intersectcircle;
1449
1478
  pt: any[];
1450
1479
  readonly npt: number;
1451
1480
  readonly vec: any[];
@@ -1456,7 +1485,7 @@ export function shapeclip(): {
1456
1485
  readonly orient: 0 | 1 | -1;
1457
1486
  corners: (t?: number) => any[];
1458
1487
  clone: () => any;
1459
- dims: () => {
1488
+ dims(): {
1460
1489
  p1: any;
1461
1490
  p2: any;
1462
1491
  isrect: boolean;
@@ -1529,7 +1558,7 @@ export function shapeclip(): {
1529
1558
  truncatebefore: (t: any) => any;
1530
1559
  truncateafter: (t: any) => any;
1531
1560
  removeduplicate(t?: number): any;
1532
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
1561
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
1533
1562
  x: any;
1534
1563
  y: number;
1535
1564
  z: number;
@@ -1573,6 +1602,8 @@ export function shapeclip(): {
1573
1602
  };
1574
1603
  fromstr: (t: any) => any;
1575
1604
  move: (t?: number, i?: number) => any;
1605
+ infocircle: typeof infocircle;
1606
+ intersectcircle: typeof intersectcircle;
1576
1607
  pt: any[];
1577
1608
  readonly npt: number;
1578
1609
  readonly vec: any[];
@@ -1583,7 +1614,7 @@ export function shapeclip(): {
1583
1614
  readonly orient: 0 | 1 | -1;
1584
1615
  corners: (t?: number) => any[];
1585
1616
  clone: () => any;
1586
- dims: () => {
1617
+ dims(): {
1587
1618
  p1: any;
1588
1619
  p2: any;
1589
1620
  isrect: boolean;
@@ -1656,7 +1687,7 @@ export function shapeclip(): {
1656
1687
  truncatebefore: (t: any) => any;
1657
1688
  truncateafter: (t: any) => any;
1658
1689
  removeduplicate(t?: number): any;
1659
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
1690
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
1660
1691
  x: any;
1661
1692
  y: number;
1662
1693
  z: number;
@@ -1700,6 +1731,8 @@ export function shapeclip(): {
1700
1731
  };
1701
1732
  fromstr: (t: any) => any;
1702
1733
  move: (t?: number, i?: number) => any;
1734
+ infocircle: typeof infocircle;
1735
+ intersectcircle: typeof intersectcircle;
1703
1736
  pt: any[];
1704
1737
  readonly npt: number;
1705
1738
  readonly vec: any[];
@@ -1710,7 +1743,7 @@ export function shapeclip(): {
1710
1743
  readonly orient: 0 | 1 | -1;
1711
1744
  corners: (t?: number) => any[];
1712
1745
  clone: () => any;
1713
- dims: () => {
1746
+ dims(): {
1714
1747
  p1: any;
1715
1748
  p2: any;
1716
1749
  isrect: boolean;
@@ -1783,7 +1816,7 @@ export function shapeclip(): {
1783
1816
  truncatebefore: (t: any) => any;
1784
1817
  truncateafter: (t: any) => any;
1785
1818
  removeduplicate(t?: number): any;
1786
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
1819
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
1787
1820
  x: any;
1788
1821
  y: number;
1789
1822
  z: number;
@@ -1827,6 +1860,8 @@ export function shapeclip(): {
1827
1860
  };
1828
1861
  fromstr: (t: any) => any;
1829
1862
  move: (t?: number, i?: number) => any;
1863
+ infocircle: typeof infocircle;
1864
+ intersectcircle: typeof intersectcircle;
1830
1865
  pt: any[];
1831
1866
  readonly npt: number;
1832
1867
  readonly vec: any[];
@@ -1837,7 +1872,7 @@ export function shapeclip(): {
1837
1872
  readonly orient: 0 | 1 | -1;
1838
1873
  corners: (t?: number) => any[];
1839
1874
  clone: () => any;
1840
- dims: () => {
1875
+ dims(): {
1841
1876
  p1: any;
1842
1877
  p2: any;
1843
1878
  isrect: boolean;
@@ -1910,7 +1945,7 @@ export function shapeclip(): {
1910
1945
  truncatebefore: (t: any) => any;
1911
1946
  truncateafter: (t: any) => any;
1912
1947
  removeduplicate(t?: number): any;
1913
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
1948
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
1914
1949
  x: any;
1915
1950
  y: number;
1916
1951
  z: number;
@@ -1954,6 +1989,8 @@ export function shapeclip(): {
1954
1989
  };
1955
1990
  fromstr: (t: any) => any;
1956
1991
  move: (t?: number, i?: number) => any;
1992
+ infocircle: typeof infocircle;
1993
+ intersectcircle: typeof intersectcircle;
1957
1994
  pt: any[];
1958
1995
  readonly npt: number;
1959
1996
  readonly vec: any[];
@@ -1964,7 +2001,7 @@ export function shapeclip(): {
1964
2001
  readonly orient: 0 | 1 | -1;
1965
2002
  corners: (t?: number) => any[];
1966
2003
  clone: () => any;
1967
- dims: () => {
2004
+ dims(): {
1968
2005
  p1: any;
1969
2006
  p2: any;
1970
2007
  isrect: boolean;
@@ -2037,7 +2074,7 @@ export function shapeclip(): {
2037
2074
  truncatebefore: (t: any) => any;
2038
2075
  truncateafter: (t: any) => any;
2039
2076
  removeduplicate(t?: number): any;
2040
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
2077
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
2041
2078
  x: any;
2042
2079
  y: number;
2043
2080
  z: number;
@@ -2081,6 +2118,8 @@ export function shapeclip(): {
2081
2118
  };
2082
2119
  fromstr: (t: any) => any;
2083
2120
  move: (t?: number, i?: number) => any;
2121
+ infocircle: typeof infocircle;
2122
+ intersectcircle: typeof intersectcircle;
2084
2123
  pt: any[];
2085
2124
  readonly npt: number;
2086
2125
  readonly vec: any[];
@@ -2091,7 +2130,7 @@ export function shapeclip(): {
2091
2130
  readonly orient: 0 | 1 | -1;
2092
2131
  corners: (t?: number) => any[];
2093
2132
  clone: () => any;
2094
- dims: () => {
2133
+ dims(): {
2095
2134
  p1: any;
2096
2135
  p2: any;
2097
2136
  isrect: boolean;
@@ -2164,7 +2203,7 @@ export function shapeclip(): {
2164
2203
  truncatebefore: (t: any) => any;
2165
2204
  truncateafter: (t: any) => any;
2166
2205
  removeduplicate(t?: number): any;
2167
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
2206
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
2168
2207
  x: any;
2169
2208
  y: number;
2170
2209
  z: number;
@@ -2211,6 +2250,8 @@ export function shapeclip(): {
2211
2250
  };
2212
2251
  fromstr: (t: any) => any;
2213
2252
  move: (t?: number, i?: number) => any;
2253
+ infocircle: typeof infocircle;
2254
+ intersectcircle: typeof intersectcircle;
2214
2255
  pt: any[];
2215
2256
  readonly npt: number;
2216
2257
  readonly vec: any[];
@@ -2221,7 +2262,7 @@ export function shapeclip(): {
2221
2262
  readonly orient: 0 | 1 | -1;
2222
2263
  corners: (t?: number) => any[];
2223
2264
  clone: () => any;
2224
- dims: () => {
2265
+ dims(): {
2225
2266
  p1: any;
2226
2267
  p2: any;
2227
2268
  isrect: boolean;
@@ -2294,7 +2335,7 @@ export function shapeclip(): {
2294
2335
  truncatebefore: (t: any) => any;
2295
2336
  truncateafter: (t: any) => any;
2296
2337
  removeduplicate(t?: number): any;
2297
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
2338
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
2298
2339
  x: any;
2299
2340
  y: number;
2300
2341
  z: number;
@@ -2373,6 +2414,8 @@ declare function creaprofiloesterno(e: any, t: any): {
2373
2414
  };
2374
2415
  fromstr: (t: any) => any;
2375
2416
  move: (t?: number, i?: number) => any;
2417
+ infocircle: typeof infocircle;
2418
+ intersectcircle: typeof intersectcircle;
2376
2419
  pt: any[];
2377
2420
  readonly npt: number;
2378
2421
  readonly vec: any[];
@@ -2383,7 +2426,7 @@ declare function creaprofiloesterno(e: any, t: any): {
2383
2426
  readonly orient: 0 | 1 | -1;
2384
2427
  corners: (t?: number) => any[];
2385
2428
  clone: () => any;
2386
- dims: () => {
2429
+ dims(): {
2387
2430
  p1: any;
2388
2431
  p2: any;
2389
2432
  isrect: boolean;
@@ -2456,7 +2499,7 @@ declare function creaprofiloesterno(e: any, t: any): {
2456
2499
  truncatebefore: (t: any) => any;
2457
2500
  truncateafter: (t: any) => any;
2458
2501
  removeduplicate(t?: number): any;
2459
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
2502
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
2460
2503
  x: any;
2461
2504
  y: number;
2462
2505
  z: number;
@@ -2502,6 +2545,8 @@ declare function creaprofiloesterno(e: any, t: any): {
2502
2545
  };
2503
2546
  fromstr: (t: any) => any;
2504
2547
  move: (t?: number, i?: number) => any;
2548
+ infocircle: typeof infocircle;
2549
+ intersectcircle: typeof intersectcircle;
2505
2550
  pt: any[];
2506
2551
  readonly npt: number;
2507
2552
  readonly vec: any[];
@@ -2512,7 +2557,7 @@ declare function creaprofiloesterno(e: any, t: any): {
2512
2557
  readonly orient: 0 | 1 | -1;
2513
2558
  corners: (t?: number) => any[];
2514
2559
  clone: () => any;
2515
- dims: () => {
2560
+ dims(): {
2516
2561
  p1: any;
2517
2562
  p2: any;
2518
2563
  isrect: boolean;
@@ -2585,7 +2630,7 @@ declare function creaprofiloesterno(e: any, t: any): {
2585
2630
  truncatebefore: (t: any) => any;
2586
2631
  truncateafter: (t: any) => any;
2587
2632
  removeduplicate(t?: number): any;
2588
- to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, A?: boolean): ({
2633
+ to3d(t: any, i?: number, n?: number, r?: number, o?: boolean, s?: any, a?: boolean): ({
2589
2634
  x: any;
2590
2635
  y: number;
2591
2636
  z: number;
@@ -2680,4 +2725,4 @@ declare class GLTFLoader {
2680
2725
  parse(e: any, t: any, i: any, n: any): any;
2681
2726
  parseAsync(e: any, t: any): Promise<any>;
2682
2727
  }
2683
- export { Ue as PIF, $e as SIDE, Ve as SP, Xe as blocked, et as materialline1, tt as materialline2, at as mblack, st as mblue, nt as mgray1, rt as mgray2, At as mgreen, ot as mred, it as mwhite, lt as scaleunit };
2728
+ export { Ue as PIF, $e as SIDE, Ve as SP, Xe as blocked, et as materialline1, tt as materialline2, At as mblack, st as mblue, nt as mgray1, rt as mgray2, at as mgreen, ot as mred, it as mwhite, lt as scaleunit };
@@ -356,6 +356,7 @@ export function pushpars(t: any, e: any, a: any, s: any): Promise<{
356
356
  o: any;
357
357
  }[]>;
358
358
  export function quote(t: any): any;
359
+ export function round(t: any, e?: number): number;
359
360
  export function seedarray(t: any, e: any): any;
360
361
  export function seeder(t: any, e?: string): number;
361
362
  export function setOggetto(t: any, e: any): void;
@@ -378,7 +379,7 @@ declare const y: {
378
379
  export function tk(): number;
379
380
  export function toCadPars(t: any): {};
380
381
  export function toJson(t: any): string;
381
- export function tonum(t: any, e?: number): number;
382
+ declare function tonum$1(t: any, e?: number): number;
382
383
  export function xdt(): number;
383
384
  declare class Pickers {
384
385
  clear(): void;
@@ -390,4 +391,4 @@ declare class Pickers {
390
391
  setkey(t: any): void;
391
392
  add(t: any): string;
392
393
  }
393
- export { n as errori, muInit as jsTest, x as mustr, k as tipicolonna, w as tipifree, y as tipiheader };
394
+ export { n as errori, muInit as jsTest, x as mustr, k as tipicolonna, w as tipifree, y as tipiheader, tonum$1 as tonum };