markuno_lib 1.2.93 → 1.2.94
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 +1 -0
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -928,6 +928,7 @@ export function estrusopat(t: any, i: any, n: any, r: any, o: any, s: any, A: an
|
|
|
928
928
|
export function evalcustomfunction(e: any, t: any, i: any, n: any): Promise<any>;
|
|
929
929
|
export function evidenziaColli(t: any, i: any, n: any): Promise<void>;
|
|
930
930
|
export function extractTextures(e: any, t: any): Promise<any[]>;
|
|
931
|
+
export function facesettile(e: any, t: any, i: any, n: any): void;
|
|
931
932
|
export function get3dshape(t: any, i: any, n: any): any;
|
|
932
933
|
export function getOggetto(e: any, t?: any[]): any;
|
|
933
934
|
export function getalldb(t: any, i: any): {
|