markuno_lib 1.2.117 → 1.2.118
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 +15 -15
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export class Matrix3D {
|
|
|
77
77
|
determinant(): number;
|
|
78
78
|
multiply(e: any): this;
|
|
79
79
|
}
|
|
80
|
-
declare const
|
|
80
|
+
declare const ct: number;
|
|
81
81
|
export class Punto2 {
|
|
82
82
|
constructor(e: any, t: any);
|
|
83
83
|
x: any;
|
|
@@ -92,8 +92,8 @@ export class Punto2 {
|
|
|
92
92
|
angolo3p(e: any, t: any): number;
|
|
93
93
|
distanza(e: any): number;
|
|
94
94
|
}
|
|
95
|
-
declare const
|
|
96
|
-
declare var
|
|
95
|
+
declare const In: any;
|
|
96
|
+
declare var yt: Readonly<{
|
|
97
97
|
__proto__: any;
|
|
98
98
|
addhoriz: (e: any, t: any, i: any, n: any, s: any, r: any) => any;
|
|
99
99
|
addoriz: typeof addoriz;
|
|
@@ -831,7 +831,7 @@ export class Vscene {
|
|
|
831
831
|
export function addmovpivot(t: any, i: any, n: any, s?: {}, r?: number, o?: number, a?: number): any;
|
|
832
832
|
export function angle2vec(e: any, t: any): number;
|
|
833
833
|
export function angle3point(e: any, t: any, i: any): number;
|
|
834
|
-
declare namespace
|
|
834
|
+
declare namespace ht {
|
|
835
835
|
let window: any;
|
|
836
836
|
let self: any;
|
|
837
837
|
let globalThis: any;
|
|
@@ -1455,15 +1455,15 @@ export function konvautils(e: any): {
|
|
|
1455
1455
|
saveimg_konva: (t: any, i: any, n: any, s: any, r: any, o?: number, a?: number, A?: number) => Promise<File>;
|
|
1456
1456
|
};
|
|
1457
1457
|
export function mapvertices(e: any, t: any): number[][];
|
|
1458
|
-
declare let
|
|
1459
|
-
declare let
|
|
1460
|
-
declare const
|
|
1461
|
-
declare const
|
|
1462
|
-
declare const
|
|
1463
|
-
declare const
|
|
1464
|
-
declare const
|
|
1465
|
-
declare const
|
|
1466
|
-
declare const
|
|
1458
|
+
declare let yn: any;
|
|
1459
|
+
declare let bn: any;
|
|
1460
|
+
declare const Qn: any;
|
|
1461
|
+
declare const wn: any;
|
|
1462
|
+
declare const En: any;
|
|
1463
|
+
declare const Bn: any;
|
|
1464
|
+
declare const vn: any;
|
|
1465
|
+
declare const xn: any;
|
|
1466
|
+
declare const Cn: any;
|
|
1467
1467
|
export function newgcad(t: any, i: any, n: any, s?: boolean): {
|
|
1468
1468
|
clearmatricole: () => void;
|
|
1469
1469
|
P: any;
|
|
@@ -1556,7 +1556,7 @@ export function runScript(t: any, i: any, n: any, s: any, r: any): Promise<{
|
|
|
1556
1556
|
}>;
|
|
1557
1557
|
export function salvaMaterialiOriginali(e: any): void;
|
|
1558
1558
|
export function scalaoggetto(t: any, i: any, n?: {}): any;
|
|
1559
|
-
declare const
|
|
1559
|
+
declare const Pn: 0.001;
|
|
1560
1560
|
export function seedarray(e: any, t: any): any;
|
|
1561
1561
|
export function seeder(e: any, t?: string): number;
|
|
1562
1562
|
export function setLineColorMode(e: any, t: any): void;
|
|
@@ -2839,4 +2839,4 @@ declare class GLTFLoader {
|
|
|
2839
2839
|
parse(e: any, t: any, i: any, n: any): any;
|
|
2840
2840
|
parseAsync(e: any, t: any): Promise<any>;
|
|
2841
2841
|
}
|
|
2842
|
-
export {
|
|
2842
|
+
export { ct as PIF, In as SIDE, yt as SP, ht as blocked, yn as materialline1, bn as materialline2, Qn as mblack, wn as mblue, En as mgray1, Bn as mgray2, vn as mgreen, xn as mred, Cn as mwhite, Pn as scaleunit };
|