mxcad 1.0.24 → 1.0.26

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/dist/mxcad.d.ts CHANGED
@@ -92,6 +92,7 @@ export declare class McObject {
92
92
  updateDisplay(modelViewMatrix: number[], projectionMatrix: number[]): void;
93
93
  test(): void;
94
94
  openWebFile(sFileUrl: string): boolean;
95
+ saveFileToUrl(sSaveProgramUrl: string): boolean;
95
96
  GetDatabase(): MdDbDatabase;
96
97
  GetSysVarString(varName: string): string;
97
98
  SetSysVarString(varName: string, val: string): any;
@@ -147,6 +148,7 @@ export declare class McObject {
147
148
  DrawPathToSpline(): number;
148
149
  PathMakeClosed(): void;
149
150
  DrawPathToHatch(dPatternScale: number): number;
151
+ DrawEntity(entity: MdDbEntity): number;
150
152
  ObjectIdToObject(lIdIndex: number): MdDbObject | null;
151
153
  CloneMdDbObject(id: number): MdDbObject;
152
154
  ObjectIdToMdObjectImp(lIdIndex: number): any;