markuno_lib 1.2.91 → 1.2.92
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 +6 -0
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -790,6 +790,12 @@ export function clamp(e: any, t?: number, i?: number): any;
|
|
|
790
790
|
export function clean(e: any, t?: boolean): any;
|
|
791
791
|
export function creategroup(t: any, i?: {}): any;
|
|
792
792
|
export function deletegroup(e: any, t: any): void;
|
|
793
|
+
export function dumpscene(e: any, t?: {}): {
|
|
794
|
+
type: any;
|
|
795
|
+
name: any;
|
|
796
|
+
layer: string;
|
|
797
|
+
userData: {};
|
|
798
|
+
};
|
|
793
799
|
export function dxfbulge(e: any, t: any, i: any, n?: number): any;
|
|
794
800
|
export function edgesfromgeometry(t: any, i?: number): any;
|
|
795
801
|
export function elaborapercorso(e: any, t: any, i: any, n: any, r?: number): {
|