markuno_lib 1.2.119 → 1.2.120

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuno_lib",
3
- "version": "1.2.119",
3
+ "version": "1.2.120",
4
4
  "description": "Croswil Markuno Language Lib",
5
5
  "author": "Croswil SRL",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -1470,7 +1470,7 @@ export function newgcad(t: any, n: any, i: any, r?: boolean): {
1470
1470
  bus: any;
1471
1471
  tex: (n: any, i: number, r: any, s: any) => Promise<any>;
1472
1472
  getglb: (e: any) => Promise<any>;
1473
- get3ds: (e: any) => Promise<any>;
1473
+ get3ds: (n: any, i?: boolean) => Promise<any>;
1474
1474
  replacemats: (e: any, t: any, n: any) => any;
1475
1475
  islog: boolean;
1476
1476
  clear: () => Promise<void>;
@@ -1494,6 +1494,7 @@ export function newgcad(t: any, n: any, i: any, r?: boolean): {
1494
1494
  };
1495
1495
  scale: any;
1496
1496
  };
1497
+ hidenodes: (e: any, t: any) => any[];
1497
1498
  info3d: (e: any, t?: number, n?: number, i?: number) => Promise<{
1498
1499
  zero: {
1499
1500
  x: number;