mxcad 1.0.24 → 1.0.25

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
@@ -147,6 +147,7 @@ export declare class McObject {
147
147
  DrawPathToSpline(): number;
148
148
  PathMakeClosed(): void;
149
149
  DrawPathToHatch(dPatternScale: number): number;
150
+ DrawEntity(entity: MdDbEntity): number;
150
151
  ObjectIdToObject(lIdIndex: number): MdDbObject | null;
151
152
  CloneMdDbObject(id: number): MdDbObject;
152
153
  ObjectIdToMdObjectImp(lIdIndex: number): any;