markuno_lib 1.2.107 → 1.2.109
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.
- package/bin/markcad.js +1 -1
- package/package.json +1 -1
- package/types/markcad.d.ts +8 -8
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export class Punto2 {
|
|
|
92
92
|
angolo3p(e: any, t: any): number;
|
|
93
93
|
distanza(e: any): number;
|
|
94
94
|
}
|
|
95
|
-
declare const
|
|
95
|
+
declare const Ti: any;
|
|
96
96
|
declare var Ve: Readonly<{
|
|
97
97
|
__proto__: any;
|
|
98
98
|
addhoriz: (e: any, t: any, i: any, s: any, n: any, r: any) => any;
|
|
@@ -1445,15 +1445,15 @@ export function konvautils(e: any): {
|
|
|
1445
1445
|
saveimg_konva: (t: any, i: any, s: any, n: any, r: any, o?: number, a?: number, A?: number) => Promise<File>;
|
|
1446
1446
|
};
|
|
1447
1447
|
export function mapvertices(e: any, t: any): number[][];
|
|
1448
|
-
declare let Ti: any;
|
|
1449
1448
|
declare let ki: any;
|
|
1449
|
+
declare let _i: any;
|
|
1450
|
+
declare const Ui: any;
|
|
1451
|
+
declare const Gi: any;
|
|
1452
|
+
declare const Fi: any;
|
|
1453
|
+
declare const Ni: any;
|
|
1450
1454
|
declare const Yi: any;
|
|
1451
1455
|
declare const Oi: any;
|
|
1452
1456
|
declare const Ri: any;
|
|
1453
|
-
declare const Fi: any;
|
|
1454
|
-
declare const Gi: any;
|
|
1455
|
-
declare const Ni: any;
|
|
1456
|
-
declare const _i: any;
|
|
1457
1457
|
export function newgcad(t: any, i: any, s: any, n?: boolean): {
|
|
1458
1458
|
clearmatricole: () => void;
|
|
1459
1459
|
P: any;
|
|
@@ -1546,7 +1546,7 @@ export function runScript(t: any, i: any, s: any, n: any, r: any): Promise<{
|
|
|
1546
1546
|
}>;
|
|
1547
1547
|
export function salvaMaterialiOriginali(e: any): void;
|
|
1548
1548
|
export function scalaoggetto(t: any, i: any, s?: {}): any;
|
|
1549
|
-
declare const
|
|
1549
|
+
declare const Xi: 0.001;
|
|
1550
1550
|
export function seedarray(e: any, t: any): any;
|
|
1551
1551
|
export function seeder(e: any, t?: string): number;
|
|
1552
1552
|
export function setLineColorMode(e: any, t: any): void;
|
|
@@ -2830,4 +2830,4 @@ declare class GLTFLoader {
|
|
|
2830
2830
|
parse(e: any, t: any, i: any, s: any): any;
|
|
2831
2831
|
parseAsync(e: any, t: any): Promise<any>;
|
|
2832
2832
|
}
|
|
2833
|
-
export { Ue as PIF,
|
|
2833
|
+
export { Ue as PIF, Ti as SIDE, Ve as SP, Xe as blocked, ki as materialline1, _i as materialline2, Ui as mblack, Gi as mblue, Fi as mgray1, Ni as mgray2, Yi as mgreen, Oi as mred, Ri as mwhite, Xi as scaleunit };
|