@mlightcad/cad-viewer 1.4.11 → 1.4.13
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/app/register.d.ts.map +1 -1
- package/dist/command/AcApQSelectCmd.d.ts +10 -0
- package/dist/command/AcApQSelectCmd.d.ts.map +1 -0
- package/dist/command/index.d.ts +1 -0
- package/dist/command/index.d.ts.map +1 -1
- package/dist/component/common/MlSysVarToggleButton.vue.d.ts +45 -0
- package/dist/component/common/MlSysVarToggleButton.vue.d.ts.map +1 -0
- package/dist/component/common/MlToggleButton.vue.d.ts +9 -1
- package/dist/component/common/MlToggleButton.vue.d.ts.map +1 -1
- package/dist/component/common/index.d.ts +1 -0
- package/dist/component/common/index.d.ts.map +1 -1
- package/dist/component/dialog/MlQuickSelectDlg.vue.d.ts +3 -0
- package/dist/component/dialog/MlQuickSelectDlg.vue.d.ts.map +1 -0
- package/dist/component/dialog/index.d.ts +1 -0
- package/dist/component/dialog/index.d.ts.map +1 -1
- package/dist/component/layout/MlMainMenu.vue.d.ts.map +1 -1
- package/dist/component/layout/MlToolBars.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlOsnapButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlStatusBar.vue.d.ts.map +1 -1
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/useHover.d.ts +292 -8
- package/dist/composable/useHover.d.ts.map +1 -1
- package/dist/composable/useQuickSelect.d.ts +84 -0
- package/dist/composable/useQuickSelect.d.ts.map +1 -0
- package/dist/composable/useSystemVars.d.ts +8 -0
- package/dist/composable/useSystemVars.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +8913 -7686
- package/dist/locale/en/command.d.ts +3 -0
- package/dist/locale/en/command.d.ts.map +1 -1
- package/dist/locale/en/dialog.d.ts +29 -0
- package/dist/locale/en/dialog.d.ts.map +1 -1
- package/dist/locale/en/main.d.ts +12 -0
- package/dist/locale/en/main.d.ts.map +1 -1
- package/dist/locale/zh/command.d.ts +3 -0
- package/dist/locale/zh/command.d.ts.map +1 -1
- package/dist/locale/zh/dialog.d.ts +29 -0
- package/dist/locale/zh/dialog.d.ts.map +1 -1
- package/dist/locale/zh/main.d.ts +12 -0
- package/dist/locale/zh/main.d.ts.map +1 -1
- package/dist/svg/index.d.ts +3 -2
- package/dist/svg/index.d.ts.map +1 -1
- package/package.json +13 -11
|
@@ -62,6 +62,7 @@ export declare function useHover(): {
|
|
|
62
62
|
hovered: import('vue').Ref<boolean, boolean>;
|
|
63
63
|
entity: import('vue').Ref<{
|
|
64
64
|
readonly type: string;
|
|
65
|
+
readonly dxfTypeName: string;
|
|
65
66
|
layer: string;
|
|
66
67
|
color: {
|
|
67
68
|
colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
|
|
@@ -75,6 +76,7 @@ export declare function useHover(): {
|
|
|
75
76
|
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
76
77
|
readonly hexColor: string | undefined;
|
|
77
78
|
readonly cssColor: string | undefined;
|
|
79
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
78
80
|
colorIndex: number | undefined;
|
|
79
81
|
readonly isByColor: boolean;
|
|
80
82
|
readonly isByACI: boolean;
|
|
@@ -102,6 +104,7 @@ export declare function useHover(): {
|
|
|
102
104
|
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
103
105
|
readonly hexColor: string | undefined;
|
|
104
106
|
readonly cssColor: string | undefined;
|
|
107
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
105
108
|
colorIndex: number | undefined;
|
|
106
109
|
readonly isByColor: boolean;
|
|
107
110
|
readonly isByACI: boolean;
|
|
@@ -137,6 +140,7 @@ export declare function useHover(): {
|
|
|
137
140
|
equals: (other: import('@mlightcad/data-model').AcCmTransparency) => boolean;
|
|
138
141
|
toString: () => string;
|
|
139
142
|
};
|
|
143
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => AcDbEntity;
|
|
140
144
|
resolveEffectiveProperties: () => void;
|
|
141
145
|
readonly properties: {
|
|
142
146
|
type: string;
|
|
@@ -490,7 +494,7 @@ export declare function useHover(): {
|
|
|
490
494
|
worldDraw: (renderer: import('@mlightcad/data-model').AcGiRenderer, delay?: boolean) => import('@mlightcad/data-model').AcGiEntity | undefined;
|
|
491
495
|
triggerModifiedEvent: () => void;
|
|
492
496
|
readonly lineStyle: {
|
|
493
|
-
type: AcGiStyleType;
|
|
497
|
+
type: import('@mlightcad/data-model').AcGiStyleType;
|
|
494
498
|
arrows?: {
|
|
495
499
|
firstArrow?: {
|
|
496
500
|
type: import('@mlightcad/data-model').AcGiArrowType;
|
|
@@ -566,6 +570,7 @@ export declare function useHover(): {
|
|
|
566
570
|
getAttrWithoutException: (attrName: string) => any;
|
|
567
571
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
568
572
|
objectId: AcDbObjectId;
|
|
573
|
+
readonly isTemp: any;
|
|
569
574
|
ownerId: AcDbObjectId;
|
|
570
575
|
extensionDictionary: AcDbObjectId | undefined;
|
|
571
576
|
database: {
|
|
@@ -638,6 +643,7 @@ export declare function useHover(): {
|
|
|
638
643
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRegAppTableRecord | undefined;
|
|
639
644
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRegAppTableRecord | undefined;
|
|
640
645
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbRegAppTableRecord>;
|
|
646
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbRegAppTable;
|
|
641
647
|
readonly attrs: {
|
|
642
648
|
attributes: {
|
|
643
649
|
[x: string]: any;
|
|
@@ -681,6 +687,7 @@ export declare function useHover(): {
|
|
|
681
687
|
getAttrWithoutException: (attrName: string) => any;
|
|
682
688
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
683
689
|
objectId: AcDbObjectId;
|
|
690
|
+
readonly isTemp: any;
|
|
684
691
|
ownerId: AcDbObjectId;
|
|
685
692
|
extensionDictionary: AcDbObjectId | undefined;
|
|
686
693
|
database: /*elided*/ any;
|
|
@@ -689,12 +696,15 @@ export declare function useHover(): {
|
|
|
689
696
|
removeXData: (appId: string) => void;
|
|
690
697
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
691
698
|
close: () => void;
|
|
699
|
+
clone: () => import('@mlightcad/data-model').AcDbRegAppTable;
|
|
700
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
692
701
|
};
|
|
693
702
|
readonly blockTable: {
|
|
694
703
|
readonly modelSpace: {
|
|
695
704
|
readonly isModelSapce: boolean;
|
|
696
705
|
readonly isPaperSapce: boolean;
|
|
697
706
|
origin: {
|
|
707
|
+
clone: () => import('@mlightcad/data-model').AcGePoint3d;
|
|
698
708
|
x: number;
|
|
699
709
|
y: number;
|
|
700
710
|
z: number;
|
|
@@ -705,7 +715,6 @@ export declare function useHover(): {
|
|
|
705
715
|
setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
706
716
|
setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
707
717
|
getComponent: (index: number) => number;
|
|
708
|
-
clone: () => import('@mlightcad/data-model').AcGeVector3d;
|
|
709
718
|
copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
710
719
|
add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
711
720
|
addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
@@ -766,10 +775,18 @@ export declare function useHover(): {
|
|
|
766
775
|
[Symbol.iterator]: () => Generator<number, void, unknown>;
|
|
767
776
|
};
|
|
768
777
|
layoutId: AcDbObjectId;
|
|
778
|
+
blockInsertUnits: import('@mlightcad/data-model').AcDbUnitsValue;
|
|
779
|
+
explodability: number;
|
|
780
|
+
blockScaling: import('@mlightcad/data-model').AcDbBlockScaling;
|
|
781
|
+
bmpPreview: string | undefined;
|
|
769
782
|
appendEntity: (entity: AcDbEntity | AcDbEntity[]) => void;
|
|
770
783
|
removeEntity: (objectId: AcDbObjectId | AcDbObjectId[]) => boolean;
|
|
771
784
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<AcDbEntity>;
|
|
772
785
|
getIdAt: (id: AcDbObjectId) => AcDbEntity | undefined;
|
|
786
|
+
dxfOutBlockRecord: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
787
|
+
dxfOutBlockBegin: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
788
|
+
dxfOutBlockEnd: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
789
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
773
790
|
name: string;
|
|
774
791
|
readonly attrs: {
|
|
775
792
|
attributes: {
|
|
@@ -816,6 +833,7 @@ export declare function useHover(): {
|
|
|
816
833
|
getAttrWithoutException: (attrName: string) => any;
|
|
817
834
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined) => void;
|
|
818
835
|
objectId: AcDbObjectId;
|
|
836
|
+
readonly isTemp: any;
|
|
819
837
|
ownerId: AcDbObjectId;
|
|
820
838
|
extensionDictionary: AcDbObjectId | undefined;
|
|
821
839
|
database: /*elided*/ any;
|
|
@@ -824,6 +842,8 @@ export declare function useHover(): {
|
|
|
824
842
|
removeXData: (appId: string) => void;
|
|
825
843
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
826
844
|
close: () => void;
|
|
845
|
+
clone: () => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
846
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
827
847
|
};
|
|
828
848
|
getEntityById: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbEntity | undefined;
|
|
829
849
|
removeEntity: (objectId: AcDbObjectId | AcDbObjectId[]) => boolean;
|
|
@@ -838,6 +858,7 @@ export declare function useHover(): {
|
|
|
838
858
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
|
|
839
859
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
|
|
840
860
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbBlockTableRecord>;
|
|
861
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTable;
|
|
841
862
|
readonly attrs: {
|
|
842
863
|
attributes: {
|
|
843
864
|
[x: string]: any;
|
|
@@ -881,6 +902,7 @@ export declare function useHover(): {
|
|
|
881
902
|
getAttrWithoutException: (attrName: string) => any;
|
|
882
903
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
883
904
|
objectId: AcDbObjectId;
|
|
905
|
+
readonly isTemp: any;
|
|
884
906
|
ownerId: AcDbObjectId;
|
|
885
907
|
extensionDictionary: AcDbObjectId | undefined;
|
|
886
908
|
database: /*elided*/ any;
|
|
@@ -889,6 +911,8 @@ export declare function useHover(): {
|
|
|
889
911
|
removeXData: (appId: string) => void;
|
|
890
912
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
891
913
|
close: () => void;
|
|
914
|
+
clone: () => import('@mlightcad/data-model').AcDbBlockTable;
|
|
915
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
892
916
|
};
|
|
893
917
|
readonly dimStyleTable: {
|
|
894
918
|
readonly numEntries: number;
|
|
@@ -902,6 +926,7 @@ export declare function useHover(): {
|
|
|
902
926
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
|
|
903
927
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
|
|
904
928
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbDimStyleTableRecord>;
|
|
929
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDimStyleTable;
|
|
905
930
|
readonly attrs: {
|
|
906
931
|
attributes: {
|
|
907
932
|
[x: string]: any;
|
|
@@ -945,6 +970,7 @@ export declare function useHover(): {
|
|
|
945
970
|
getAttrWithoutException: (attrName: string) => any;
|
|
946
971
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
947
972
|
objectId: AcDbObjectId;
|
|
973
|
+
readonly isTemp: any;
|
|
948
974
|
ownerId: AcDbObjectId;
|
|
949
975
|
extensionDictionary: AcDbObjectId | undefined;
|
|
950
976
|
database: /*elided*/ any;
|
|
@@ -953,6 +979,8 @@ export declare function useHover(): {
|
|
|
953
979
|
removeXData: (appId: string) => void;
|
|
954
980
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
955
981
|
close: () => void;
|
|
982
|
+
clone: () => import('@mlightcad/data-model').AcDbDimStyleTable;
|
|
983
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
956
984
|
};
|
|
957
985
|
readonly linetypeTable: {
|
|
958
986
|
readonly numEntries: number;
|
|
@@ -966,6 +994,7 @@ export declare function useHover(): {
|
|
|
966
994
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
|
|
967
995
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
|
|
968
996
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLinetypeTableRecord>;
|
|
997
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbLinetypeTable;
|
|
969
998
|
readonly attrs: {
|
|
970
999
|
attributes: {
|
|
971
1000
|
[x: string]: any;
|
|
@@ -1009,6 +1038,7 @@ export declare function useHover(): {
|
|
|
1009
1038
|
getAttrWithoutException: (attrName: string) => any;
|
|
1010
1039
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1011
1040
|
objectId: AcDbObjectId;
|
|
1041
|
+
readonly isTemp: any;
|
|
1012
1042
|
ownerId: AcDbObjectId;
|
|
1013
1043
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1014
1044
|
database: /*elided*/ any;
|
|
@@ -1017,6 +1047,8 @@ export declare function useHover(): {
|
|
|
1017
1047
|
removeXData: (appId: string) => void;
|
|
1018
1048
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1019
1049
|
close: () => void;
|
|
1050
|
+
clone: () => import('@mlightcad/data-model').AcDbLinetypeTable;
|
|
1051
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1020
1052
|
};
|
|
1021
1053
|
readonly textStyleTable: {
|
|
1022
1054
|
readonly fonts: string[];
|
|
@@ -1031,6 +1063,7 @@ export declare function useHover(): {
|
|
|
1031
1063
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
|
|
1032
1064
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
|
|
1033
1065
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbTextStyleTableRecord>;
|
|
1066
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbTextStyleTable;
|
|
1034
1067
|
readonly attrs: {
|
|
1035
1068
|
attributes: {
|
|
1036
1069
|
[x: string]: any;
|
|
@@ -1074,6 +1107,7 @@ export declare function useHover(): {
|
|
|
1074
1107
|
getAttrWithoutException: (attrName: string) => any;
|
|
1075
1108
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1076
1109
|
objectId: AcDbObjectId;
|
|
1110
|
+
readonly isTemp: any;
|
|
1077
1111
|
ownerId: AcDbObjectId;
|
|
1078
1112
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1079
1113
|
database: /*elided*/ any;
|
|
@@ -1082,6 +1116,76 @@ export declare function useHover(): {
|
|
|
1082
1116
|
removeXData: (appId: string) => void;
|
|
1083
1117
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1084
1118
|
close: () => void;
|
|
1119
|
+
clone: () => import('@mlightcad/data-model').AcDbTextStyleTable;
|
|
1120
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1121
|
+
};
|
|
1122
|
+
readonly viewTable: {
|
|
1123
|
+
readonly numEntries: number;
|
|
1124
|
+
add: (record: import('@mlightcad/data-model').AcDbViewTableRecord) => void;
|
|
1125
|
+
remove: (name: string) => boolean;
|
|
1126
|
+
removeId: (id: AcDbObjectId) => boolean;
|
|
1127
|
+
removeAll: () => void;
|
|
1128
|
+
has: (name: string) => boolean;
|
|
1129
|
+
hasId: (id: string) => boolean;
|
|
1130
|
+
getAt: (name: string) => import('@mlightcad/data-model').AcDbViewTableRecord | undefined;
|
|
1131
|
+
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewTableRecord | undefined;
|
|
1132
|
+
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewTableRecord | undefined;
|
|
1133
|
+
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbViewTableRecord>;
|
|
1134
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbViewTable;
|
|
1135
|
+
readonly attrs: {
|
|
1136
|
+
attributes: {
|
|
1137
|
+
[x: string]: any;
|
|
1138
|
+
objectId?: AcDbObjectId | undefined;
|
|
1139
|
+
ownerId?: AcDbObjectId | undefined;
|
|
1140
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
1141
|
+
};
|
|
1142
|
+
changed: {
|
|
1143
|
+
[x: string]: any;
|
|
1144
|
+
objectId?: AcDbObjectId | undefined;
|
|
1145
|
+
ownerId?: AcDbObjectId | undefined;
|
|
1146
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
1147
|
+
};
|
|
1148
|
+
readonly events: {
|
|
1149
|
+
attrChanged: {
|
|
1150
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1151
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1152
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1153
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
1154
|
+
};
|
|
1155
|
+
modelChanged: {
|
|
1156
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1157
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1158
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1159
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
1160
|
+
};
|
|
1161
|
+
};
|
|
1162
|
+
get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
|
|
1163
|
+
set: {
|
|
1164
|
+
<A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1165
|
+
(key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1166
|
+
};
|
|
1167
|
+
has: (key: string) => boolean;
|
|
1168
|
+
hasChanged: (key?: string | undefined) => boolean;
|
|
1169
|
+
changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1170
|
+
previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
|
|
1171
|
+
previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1172
|
+
clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1173
|
+
};
|
|
1174
|
+
getAttr: (attrName: string) => any;
|
|
1175
|
+
getAttrWithoutException: (attrName: string) => any;
|
|
1176
|
+
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1177
|
+
objectId: AcDbObjectId;
|
|
1178
|
+
readonly isTemp: any;
|
|
1179
|
+
ownerId: AcDbObjectId;
|
|
1180
|
+
extensionDictionary: AcDbObjectId | undefined;
|
|
1181
|
+
database: /*elided*/ any;
|
|
1182
|
+
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
1183
|
+
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
1184
|
+
removeXData: (appId: string) => void;
|
|
1185
|
+
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1186
|
+
close: () => void;
|
|
1187
|
+
clone: () => import('@mlightcad/data-model').AcDbViewTable;
|
|
1188
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1085
1189
|
};
|
|
1086
1190
|
readonly layerTable: {
|
|
1087
1191
|
add: (record: import('@mlightcad/data-model').AcDbLayerTableRecord) => void;
|
|
@@ -1095,6 +1199,7 @@ export declare function useHover(): {
|
|
|
1095
1199
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
|
|
1096
1200
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
|
|
1097
1201
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayerTableRecord>;
|
|
1202
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbLayerTable;
|
|
1098
1203
|
readonly attrs: {
|
|
1099
1204
|
attributes: {
|
|
1100
1205
|
[x: string]: any;
|
|
@@ -1138,6 +1243,7 @@ export declare function useHover(): {
|
|
|
1138
1243
|
getAttrWithoutException: (attrName: string) => any;
|
|
1139
1244
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1140
1245
|
objectId: AcDbObjectId;
|
|
1246
|
+
readonly isTemp: any;
|
|
1141
1247
|
ownerId: AcDbObjectId;
|
|
1142
1248
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1143
1249
|
database: /*elided*/ any;
|
|
@@ -1146,6 +1252,8 @@ export declare function useHover(): {
|
|
|
1146
1252
|
removeXData: (appId: string) => void;
|
|
1147
1253
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1148
1254
|
close: () => void;
|
|
1255
|
+
clone: () => import('@mlightcad/data-model').AcDbLayerTable;
|
|
1256
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1149
1257
|
};
|
|
1150
1258
|
readonly viewportTable: {
|
|
1151
1259
|
readonly numEntries: number;
|
|
@@ -1159,6 +1267,7 @@ export declare function useHover(): {
|
|
|
1159
1267
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
|
|
1160
1268
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
|
|
1161
1269
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbViewportTableRecord>;
|
|
1270
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbViewportTable;
|
|
1162
1271
|
readonly attrs: {
|
|
1163
1272
|
attributes: {
|
|
1164
1273
|
[x: string]: any;
|
|
@@ -1202,6 +1311,7 @@ export declare function useHover(): {
|
|
|
1202
1311
|
getAttrWithoutException: (attrName: string) => any;
|
|
1203
1312
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1204
1313
|
objectId: AcDbObjectId;
|
|
1314
|
+
readonly isTemp: any;
|
|
1205
1315
|
ownerId: AcDbObjectId;
|
|
1206
1316
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1207
1317
|
database: /*elided*/ any;
|
|
@@ -1210,6 +1320,8 @@ export declare function useHover(): {
|
|
|
1210
1320
|
removeXData: (appId: string) => void;
|
|
1211
1321
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1212
1322
|
close: () => void;
|
|
1323
|
+
clone: () => import('@mlightcad/data-model').AcDbViewportTable;
|
|
1324
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1213
1325
|
};
|
|
1214
1326
|
};
|
|
1215
1327
|
readonly objects: {
|
|
@@ -1224,6 +1336,8 @@ export declare function useHover(): {
|
|
|
1224
1336
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>> | undefined;
|
|
1225
1337
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>> | undefined;
|
|
1226
1338
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>>;
|
|
1339
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>]>;
|
|
1340
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>>;
|
|
1227
1341
|
readonly attrs: {
|
|
1228
1342
|
attributes: {
|
|
1229
1343
|
[x: string]: any;
|
|
@@ -1267,6 +1381,7 @@ export declare function useHover(): {
|
|
|
1267
1381
|
getAttrWithoutException: (attrName: string) => any;
|
|
1268
1382
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1269
1383
|
objectId: AcDbObjectId;
|
|
1384
|
+
readonly isTemp: any;
|
|
1270
1385
|
ownerId: AcDbObjectId;
|
|
1271
1386
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1272
1387
|
database: /*elided*/ any;
|
|
@@ -1275,6 +1390,8 @@ export declare function useHover(): {
|
|
|
1275
1390
|
removeXData: (appId: string) => void;
|
|
1276
1391
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1277
1392
|
close: () => void;
|
|
1393
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>>;
|
|
1394
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1278
1395
|
};
|
|
1279
1396
|
readonly imageDefinition: {
|
|
1280
1397
|
readonly numEntries: number;
|
|
@@ -1287,6 +1404,8 @@ export declare function useHover(): {
|
|
|
1287
1404
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
|
|
1288
1405
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
|
|
1289
1406
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbRasterImageDef>;
|
|
1407
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbRasterImageDef]>;
|
|
1408
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbRasterImageDef>;
|
|
1290
1409
|
readonly attrs: {
|
|
1291
1410
|
attributes: {
|
|
1292
1411
|
[x: string]: any;
|
|
@@ -1330,6 +1449,7 @@ export declare function useHover(): {
|
|
|
1330
1449
|
getAttrWithoutException: (attrName: string) => any;
|
|
1331
1450
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1332
1451
|
objectId: AcDbObjectId;
|
|
1452
|
+
readonly isTemp: any;
|
|
1333
1453
|
ownerId: AcDbObjectId;
|
|
1334
1454
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1335
1455
|
database: /*elided*/ any;
|
|
@@ -1338,6 +1458,8 @@ export declare function useHover(): {
|
|
|
1338
1458
|
removeXData: (appId: string) => void;
|
|
1339
1459
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1340
1460
|
close: () => void;
|
|
1461
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbRasterImageDef>;
|
|
1462
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1341
1463
|
};
|
|
1342
1464
|
readonly layout: {
|
|
1343
1465
|
getBtrIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
|
|
@@ -1352,6 +1474,8 @@ export declare function useHover(): {
|
|
|
1352
1474
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbLayout | undefined;
|
|
1353
1475
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
|
|
1354
1476
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayout>;
|
|
1477
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbLayout]>;
|
|
1478
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbLayoutDictionary;
|
|
1355
1479
|
readonly attrs: {
|
|
1356
1480
|
attributes: {
|
|
1357
1481
|
[x: string]: any;
|
|
@@ -1395,6 +1519,7 @@ export declare function useHover(): {
|
|
|
1395
1519
|
getAttrWithoutException: (attrName: string) => any;
|
|
1396
1520
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1397
1521
|
objectId: AcDbObjectId;
|
|
1522
|
+
readonly isTemp: any;
|
|
1398
1523
|
ownerId: AcDbObjectId;
|
|
1399
1524
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1400
1525
|
database: /*elided*/ any;
|
|
@@ -1403,6 +1528,8 @@ export declare function useHover(): {
|
|
|
1403
1528
|
removeXData: (appId: string) => void;
|
|
1404
1529
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1405
1530
|
close: () => void;
|
|
1531
|
+
clone: () => import('@mlightcad/data-model').AcDbLayoutDictionary;
|
|
1532
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1406
1533
|
};
|
|
1407
1534
|
readonly xrecord: {
|
|
1408
1535
|
readonly numEntries: number;
|
|
@@ -1415,6 +1542,8 @@ export declare function useHover(): {
|
|
|
1415
1542
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbXrecord | undefined;
|
|
1416
1543
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbXrecord | undefined;
|
|
1417
1544
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbXrecord>;
|
|
1545
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbXrecord]>;
|
|
1546
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbXrecord>;
|
|
1418
1547
|
readonly attrs: {
|
|
1419
1548
|
attributes: {
|
|
1420
1549
|
[x: string]: any;
|
|
@@ -1458,6 +1587,7 @@ export declare function useHover(): {
|
|
|
1458
1587
|
getAttrWithoutException: (attrName: string) => any;
|
|
1459
1588
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1460
1589
|
objectId: AcDbObjectId;
|
|
1590
|
+
readonly isTemp: any;
|
|
1461
1591
|
ownerId: AcDbObjectId;
|
|
1462
1592
|
extensionDictionary: AcDbObjectId | undefined;
|
|
1463
1593
|
database: /*elided*/ any;
|
|
@@ -1466,8 +1596,13 @@ export declare function useHover(): {
|
|
|
1466
1596
|
removeXData: (appId: string) => void;
|
|
1467
1597
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1468
1598
|
close: () => void;
|
|
1599
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbXrecord>;
|
|
1600
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1469
1601
|
};
|
|
1470
1602
|
};
|
|
1603
|
+
generateHandle: () => AcDbObjectId;
|
|
1604
|
+
updateMaxHandle: (handle: string) => void;
|
|
1605
|
+
commitObjectHandle: (object: import('@mlightcad/data-model').AcDbObject, hasId?: (id: AcDbObjectId) => boolean) => void;
|
|
1471
1606
|
currentSpaceId: AcDbObjectId;
|
|
1472
1607
|
aunits: number;
|
|
1473
1608
|
version: {
|
|
@@ -1489,6 +1624,7 @@ export declare function useHover(): {
|
|
|
1489
1624
|
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1490
1625
|
readonly hexColor: string | undefined;
|
|
1491
1626
|
readonly cssColor: string | undefined;
|
|
1627
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
1492
1628
|
colorIndex: number | undefined;
|
|
1493
1629
|
readonly isByColor: boolean;
|
|
1494
1630
|
readonly isByACI: boolean;
|
|
@@ -1511,6 +1647,7 @@ export declare function useHover(): {
|
|
|
1511
1647
|
angBase: number;
|
|
1512
1648
|
angDir: number;
|
|
1513
1649
|
extmax: {
|
|
1650
|
+
clone: () => import('@mlightcad/data-model').AcGePoint3d;
|
|
1514
1651
|
x: number;
|
|
1515
1652
|
y: number;
|
|
1516
1653
|
z: number;
|
|
@@ -1521,7 +1658,6 @@ export declare function useHover(): {
|
|
|
1521
1658
|
setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1522
1659
|
setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1523
1660
|
getComponent: (index: number) => number;
|
|
1524
|
-
clone: () => import('@mlightcad/data-model').AcGeVector3d;
|
|
1525
1661
|
copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1526
1662
|
add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1527
1663
|
addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
@@ -1582,6 +1718,7 @@ export declare function useHover(): {
|
|
|
1582
1718
|
[Symbol.iterator]: () => Generator<number, void, unknown>;
|
|
1583
1719
|
};
|
|
1584
1720
|
extmin: {
|
|
1721
|
+
clone: () => import('@mlightcad/data-model').AcGePoint3d;
|
|
1585
1722
|
x: number;
|
|
1586
1723
|
y: number;
|
|
1587
1724
|
z: number;
|
|
@@ -1592,7 +1729,6 @@ export declare function useHover(): {
|
|
|
1592
1729
|
setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1593
1730
|
setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1594
1731
|
getComponent: (index: number) => number;
|
|
1595
|
-
clone: () => import('@mlightcad/data-model').AcGeVector3d;
|
|
1596
1732
|
copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1597
1733
|
add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
1598
1734
|
addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
@@ -1968,6 +2104,7 @@ export declare function useHover(): {
|
|
|
1968
2104
|
osmode: number;
|
|
1969
2105
|
read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').AcDbConverterType) => Promise<void>;
|
|
1970
2106
|
openUri: (url: string, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions) => Promise<void>;
|
|
2107
|
+
dxfOut: (_fileName?: string, precision?: number, version?: import('@mlightcad/data-model').AcDbDwgVersion | string | number, _saveThumbnailImage?: boolean) => string;
|
|
1971
2108
|
regen: () => Promise<void>;
|
|
1972
2109
|
createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
|
|
1973
2110
|
readonly attrs: {
|
|
@@ -2013,6 +2150,7 @@ export declare function useHover(): {
|
|
|
2013
2150
|
getAttrWithoutException: (attrName: string) => any;
|
|
2014
2151
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
2015
2152
|
objectId: AcDbObjectId;
|
|
2153
|
+
readonly isTemp: any;
|
|
2016
2154
|
ownerId: AcDbObjectId;
|
|
2017
2155
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2018
2156
|
database: /*elided*/ any;
|
|
@@ -2021,14 +2159,19 @@ export declare function useHover(): {
|
|
|
2021
2159
|
removeXData: (appId: string) => void;
|
|
2022
2160
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2023
2161
|
close: () => void;
|
|
2162
|
+
clone: () => import('@mlightcad/data-model').AcDbDatabase;
|
|
2163
|
+
dxfOutFields: (_filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDatabase;
|
|
2024
2164
|
};
|
|
2025
2165
|
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
2026
2166
|
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
2027
2167
|
removeXData: (appId: string) => void;
|
|
2028
2168
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2029
2169
|
close: () => void;
|
|
2170
|
+
clone: () => AcDbEntity;
|
|
2171
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
2030
2172
|
} | null, AcDbEntity | {
|
|
2031
2173
|
readonly type: string;
|
|
2174
|
+
readonly dxfTypeName: string;
|
|
2032
2175
|
layer: string;
|
|
2033
2176
|
color: {
|
|
2034
2177
|
colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
|
|
@@ -2042,6 +2185,7 @@ export declare function useHover(): {
|
|
|
2042
2185
|
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
2043
2186
|
readonly hexColor: string | undefined;
|
|
2044
2187
|
readonly cssColor: string | undefined;
|
|
2188
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
2045
2189
|
colorIndex: number | undefined;
|
|
2046
2190
|
readonly isByColor: boolean;
|
|
2047
2191
|
readonly isByACI: boolean;
|
|
@@ -2069,6 +2213,7 @@ export declare function useHover(): {
|
|
|
2069
2213
|
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
2070
2214
|
readonly hexColor: string | undefined;
|
|
2071
2215
|
readonly cssColor: string | undefined;
|
|
2216
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
2072
2217
|
colorIndex: number | undefined;
|
|
2073
2218
|
readonly isByColor: boolean;
|
|
2074
2219
|
readonly isByACI: boolean;
|
|
@@ -2104,6 +2249,7 @@ export declare function useHover(): {
|
|
|
2104
2249
|
equals: (other: import('@mlightcad/data-model').AcCmTransparency) => boolean;
|
|
2105
2250
|
toString: () => string;
|
|
2106
2251
|
};
|
|
2252
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => AcDbEntity;
|
|
2107
2253
|
resolveEffectiveProperties: () => void;
|
|
2108
2254
|
readonly properties: {
|
|
2109
2255
|
type: string;
|
|
@@ -2457,7 +2603,7 @@ export declare function useHover(): {
|
|
|
2457
2603
|
worldDraw: (renderer: import('@mlightcad/data-model').AcGiRenderer, delay?: boolean) => import('@mlightcad/data-model').AcGiEntity | undefined;
|
|
2458
2604
|
triggerModifiedEvent: () => void;
|
|
2459
2605
|
readonly lineStyle: {
|
|
2460
|
-
type: AcGiStyleType;
|
|
2606
|
+
type: import('@mlightcad/data-model').AcGiStyleType;
|
|
2461
2607
|
arrows?: {
|
|
2462
2608
|
firstArrow?: {
|
|
2463
2609
|
type: import('@mlightcad/data-model').AcGiArrowType;
|
|
@@ -2533,6 +2679,7 @@ export declare function useHover(): {
|
|
|
2533
2679
|
getAttrWithoutException: (attrName: string) => any;
|
|
2534
2680
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
2535
2681
|
objectId: AcDbObjectId;
|
|
2682
|
+
readonly isTemp: any;
|
|
2536
2683
|
ownerId: AcDbObjectId;
|
|
2537
2684
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2538
2685
|
database: {
|
|
@@ -2605,6 +2752,7 @@ export declare function useHover(): {
|
|
|
2605
2752
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRegAppTableRecord | undefined;
|
|
2606
2753
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRegAppTableRecord | undefined;
|
|
2607
2754
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbRegAppTableRecord>;
|
|
2755
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbRegAppTable;
|
|
2608
2756
|
readonly attrs: {
|
|
2609
2757
|
attributes: {
|
|
2610
2758
|
[x: string]: any;
|
|
@@ -2648,6 +2796,7 @@ export declare function useHover(): {
|
|
|
2648
2796
|
getAttrWithoutException: (attrName: string) => any;
|
|
2649
2797
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
2650
2798
|
objectId: AcDbObjectId;
|
|
2799
|
+
readonly isTemp: any;
|
|
2651
2800
|
ownerId: AcDbObjectId;
|
|
2652
2801
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2653
2802
|
database: /*elided*/ any;
|
|
@@ -2656,12 +2805,15 @@ export declare function useHover(): {
|
|
|
2656
2805
|
removeXData: (appId: string) => void;
|
|
2657
2806
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2658
2807
|
close: () => void;
|
|
2808
|
+
clone: () => import('@mlightcad/data-model').AcDbRegAppTable;
|
|
2809
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
2659
2810
|
};
|
|
2660
2811
|
readonly blockTable: {
|
|
2661
2812
|
readonly modelSpace: {
|
|
2662
2813
|
readonly isModelSapce: boolean;
|
|
2663
2814
|
readonly isPaperSapce: boolean;
|
|
2664
2815
|
origin: {
|
|
2816
|
+
clone: () => import('@mlightcad/data-model').AcGePoint3d;
|
|
2665
2817
|
x: number;
|
|
2666
2818
|
y: number;
|
|
2667
2819
|
z: number;
|
|
@@ -2672,7 +2824,6 @@ export declare function useHover(): {
|
|
|
2672
2824
|
setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
2673
2825
|
setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
2674
2826
|
getComponent: (index: number) => number;
|
|
2675
|
-
clone: () => import('@mlightcad/data-model').AcGeVector3d;
|
|
2676
2827
|
copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
2677
2828
|
add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
2678
2829
|
addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
@@ -2733,10 +2884,18 @@ export declare function useHover(): {
|
|
|
2733
2884
|
[Symbol.iterator]: () => Generator<number, void, unknown>;
|
|
2734
2885
|
};
|
|
2735
2886
|
layoutId: AcDbObjectId;
|
|
2887
|
+
blockInsertUnits: import('@mlightcad/data-model').AcDbUnitsValue;
|
|
2888
|
+
explodability: number;
|
|
2889
|
+
blockScaling: import('@mlightcad/data-model').AcDbBlockScaling;
|
|
2890
|
+
bmpPreview: string | undefined;
|
|
2736
2891
|
appendEntity: (entity: AcDbEntity | AcDbEntity[]) => void;
|
|
2737
2892
|
removeEntity: (objectId: AcDbObjectId | AcDbObjectId[]) => boolean;
|
|
2738
2893
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<AcDbEntity>;
|
|
2739
2894
|
getIdAt: (id: AcDbObjectId) => AcDbEntity | undefined;
|
|
2895
|
+
dxfOutBlockRecord: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
2896
|
+
dxfOutBlockBegin: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
2897
|
+
dxfOutBlockEnd: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
2898
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
2740
2899
|
name: string;
|
|
2741
2900
|
readonly attrs: {
|
|
2742
2901
|
attributes: {
|
|
@@ -2783,6 +2942,7 @@ export declare function useHover(): {
|
|
|
2783
2942
|
getAttrWithoutException: (attrName: string) => any;
|
|
2784
2943
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbSymbolTableRecordAttrs[A] | undefined) => void;
|
|
2785
2944
|
objectId: AcDbObjectId;
|
|
2945
|
+
readonly isTemp: any;
|
|
2786
2946
|
ownerId: AcDbObjectId;
|
|
2787
2947
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2788
2948
|
database: /*elided*/ any;
|
|
@@ -2791,6 +2951,8 @@ export declare function useHover(): {
|
|
|
2791
2951
|
removeXData: (appId: string) => void;
|
|
2792
2952
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2793
2953
|
close: () => void;
|
|
2954
|
+
clone: () => import('@mlightcad/data-model').AcDbBlockTableRecord;
|
|
2955
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
2794
2956
|
};
|
|
2795
2957
|
getEntityById: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbEntity | undefined;
|
|
2796
2958
|
removeEntity: (objectId: AcDbObjectId | AcDbObjectId[]) => boolean;
|
|
@@ -2805,6 +2967,7 @@ export declare function useHover(): {
|
|
|
2805
2967
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
|
|
2806
2968
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbBlockTableRecord | undefined;
|
|
2807
2969
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbBlockTableRecord>;
|
|
2970
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbBlockTable;
|
|
2808
2971
|
readonly attrs: {
|
|
2809
2972
|
attributes: {
|
|
2810
2973
|
[x: string]: any;
|
|
@@ -2848,6 +3011,7 @@ export declare function useHover(): {
|
|
|
2848
3011
|
getAttrWithoutException: (attrName: string) => any;
|
|
2849
3012
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
2850
3013
|
objectId: AcDbObjectId;
|
|
3014
|
+
readonly isTemp: any;
|
|
2851
3015
|
ownerId: AcDbObjectId;
|
|
2852
3016
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2853
3017
|
database: /*elided*/ any;
|
|
@@ -2856,6 +3020,8 @@ export declare function useHover(): {
|
|
|
2856
3020
|
removeXData: (appId: string) => void;
|
|
2857
3021
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2858
3022
|
close: () => void;
|
|
3023
|
+
clone: () => import('@mlightcad/data-model').AcDbBlockTable;
|
|
3024
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
2859
3025
|
};
|
|
2860
3026
|
readonly dimStyleTable: {
|
|
2861
3027
|
readonly numEntries: number;
|
|
@@ -2869,6 +3035,7 @@ export declare function useHover(): {
|
|
|
2869
3035
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
|
|
2870
3036
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDimStyleTableRecord | undefined;
|
|
2871
3037
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbDimStyleTableRecord>;
|
|
3038
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDimStyleTable;
|
|
2872
3039
|
readonly attrs: {
|
|
2873
3040
|
attributes: {
|
|
2874
3041
|
[x: string]: any;
|
|
@@ -2912,6 +3079,7 @@ export declare function useHover(): {
|
|
|
2912
3079
|
getAttrWithoutException: (attrName: string) => any;
|
|
2913
3080
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
2914
3081
|
objectId: AcDbObjectId;
|
|
3082
|
+
readonly isTemp: any;
|
|
2915
3083
|
ownerId: AcDbObjectId;
|
|
2916
3084
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2917
3085
|
database: /*elided*/ any;
|
|
@@ -2920,6 +3088,8 @@ export declare function useHover(): {
|
|
|
2920
3088
|
removeXData: (appId: string) => void;
|
|
2921
3089
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2922
3090
|
close: () => void;
|
|
3091
|
+
clone: () => import('@mlightcad/data-model').AcDbDimStyleTable;
|
|
3092
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
2923
3093
|
};
|
|
2924
3094
|
readonly linetypeTable: {
|
|
2925
3095
|
readonly numEntries: number;
|
|
@@ -2933,6 +3103,7 @@ export declare function useHover(): {
|
|
|
2933
3103
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
|
|
2934
3104
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLinetypeTableRecord | undefined;
|
|
2935
3105
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLinetypeTableRecord>;
|
|
3106
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbLinetypeTable;
|
|
2936
3107
|
readonly attrs: {
|
|
2937
3108
|
attributes: {
|
|
2938
3109
|
[x: string]: any;
|
|
@@ -2976,6 +3147,7 @@ export declare function useHover(): {
|
|
|
2976
3147
|
getAttrWithoutException: (attrName: string) => any;
|
|
2977
3148
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
2978
3149
|
objectId: AcDbObjectId;
|
|
3150
|
+
readonly isTemp: any;
|
|
2979
3151
|
ownerId: AcDbObjectId;
|
|
2980
3152
|
extensionDictionary: AcDbObjectId | undefined;
|
|
2981
3153
|
database: /*elided*/ any;
|
|
@@ -2984,6 +3156,8 @@ export declare function useHover(): {
|
|
|
2984
3156
|
removeXData: (appId: string) => void;
|
|
2985
3157
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
2986
3158
|
close: () => void;
|
|
3159
|
+
clone: () => import('@mlightcad/data-model').AcDbLinetypeTable;
|
|
3160
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
2987
3161
|
};
|
|
2988
3162
|
readonly textStyleTable: {
|
|
2989
3163
|
readonly fonts: string[];
|
|
@@ -2998,6 +3172,7 @@ export declare function useHover(): {
|
|
|
2998
3172
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
|
|
2999
3173
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbTextStyleTableRecord | undefined;
|
|
3000
3174
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbTextStyleTableRecord>;
|
|
3175
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbTextStyleTable;
|
|
3001
3176
|
readonly attrs: {
|
|
3002
3177
|
attributes: {
|
|
3003
3178
|
[x: string]: any;
|
|
@@ -3041,6 +3216,7 @@ export declare function useHover(): {
|
|
|
3041
3216
|
getAttrWithoutException: (attrName: string) => any;
|
|
3042
3217
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3043
3218
|
objectId: AcDbObjectId;
|
|
3219
|
+
readonly isTemp: any;
|
|
3044
3220
|
ownerId: AcDbObjectId;
|
|
3045
3221
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3046
3222
|
database: /*elided*/ any;
|
|
@@ -3049,6 +3225,76 @@ export declare function useHover(): {
|
|
|
3049
3225
|
removeXData: (appId: string) => void;
|
|
3050
3226
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3051
3227
|
close: () => void;
|
|
3228
|
+
clone: () => import('@mlightcad/data-model').AcDbTextStyleTable;
|
|
3229
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3230
|
+
};
|
|
3231
|
+
readonly viewTable: {
|
|
3232
|
+
readonly numEntries: number;
|
|
3233
|
+
add: (record: import('@mlightcad/data-model').AcDbViewTableRecord) => void;
|
|
3234
|
+
remove: (name: string) => boolean;
|
|
3235
|
+
removeId: (id: AcDbObjectId) => boolean;
|
|
3236
|
+
removeAll: () => void;
|
|
3237
|
+
has: (name: string) => boolean;
|
|
3238
|
+
hasId: (id: string) => boolean;
|
|
3239
|
+
getAt: (name: string) => import('@mlightcad/data-model').AcDbViewTableRecord | undefined;
|
|
3240
|
+
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewTableRecord | undefined;
|
|
3241
|
+
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewTableRecord | undefined;
|
|
3242
|
+
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbViewTableRecord>;
|
|
3243
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbViewTable;
|
|
3244
|
+
readonly attrs: {
|
|
3245
|
+
attributes: {
|
|
3246
|
+
[x: string]: any;
|
|
3247
|
+
objectId?: AcDbObjectId | undefined;
|
|
3248
|
+
ownerId?: AcDbObjectId | undefined;
|
|
3249
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
3250
|
+
};
|
|
3251
|
+
changed: {
|
|
3252
|
+
[x: string]: any;
|
|
3253
|
+
objectId?: AcDbObjectId | undefined;
|
|
3254
|
+
ownerId?: AcDbObjectId | undefined;
|
|
3255
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
3256
|
+
};
|
|
3257
|
+
readonly events: {
|
|
3258
|
+
attrChanged: {
|
|
3259
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3260
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3261
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3262
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
3263
|
+
};
|
|
3264
|
+
modelChanged: {
|
|
3265
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3266
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3267
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3268
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
3269
|
+
};
|
|
3270
|
+
};
|
|
3271
|
+
get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
|
|
3272
|
+
set: {
|
|
3273
|
+
<A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3274
|
+
(key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3275
|
+
};
|
|
3276
|
+
has: (key: string) => boolean;
|
|
3277
|
+
hasChanged: (key?: string | undefined) => boolean;
|
|
3278
|
+
changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3279
|
+
previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
|
|
3280
|
+
previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3281
|
+
clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3282
|
+
};
|
|
3283
|
+
getAttr: (attrName: string) => any;
|
|
3284
|
+
getAttrWithoutException: (attrName: string) => any;
|
|
3285
|
+
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3286
|
+
objectId: AcDbObjectId;
|
|
3287
|
+
readonly isTemp: any;
|
|
3288
|
+
ownerId: AcDbObjectId;
|
|
3289
|
+
extensionDictionary: AcDbObjectId | undefined;
|
|
3290
|
+
database: /*elided*/ any;
|
|
3291
|
+
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
3292
|
+
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
3293
|
+
removeXData: (appId: string) => void;
|
|
3294
|
+
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3295
|
+
close: () => void;
|
|
3296
|
+
clone: () => import('@mlightcad/data-model').AcDbViewTable;
|
|
3297
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3052
3298
|
};
|
|
3053
3299
|
readonly layerTable: {
|
|
3054
3300
|
add: (record: import('@mlightcad/data-model').AcDbLayerTableRecord) => void;
|
|
@@ -3062,6 +3308,7 @@ export declare function useHover(): {
|
|
|
3062
3308
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
|
|
3063
3309
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayerTableRecord | undefined;
|
|
3064
3310
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayerTableRecord>;
|
|
3311
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbLayerTable;
|
|
3065
3312
|
readonly attrs: {
|
|
3066
3313
|
attributes: {
|
|
3067
3314
|
[x: string]: any;
|
|
@@ -3105,6 +3352,7 @@ export declare function useHover(): {
|
|
|
3105
3352
|
getAttrWithoutException: (attrName: string) => any;
|
|
3106
3353
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3107
3354
|
objectId: AcDbObjectId;
|
|
3355
|
+
readonly isTemp: any;
|
|
3108
3356
|
ownerId: AcDbObjectId;
|
|
3109
3357
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3110
3358
|
database: /*elided*/ any;
|
|
@@ -3113,6 +3361,8 @@ export declare function useHover(): {
|
|
|
3113
3361
|
removeXData: (appId: string) => void;
|
|
3114
3362
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3115
3363
|
close: () => void;
|
|
3364
|
+
clone: () => import('@mlightcad/data-model').AcDbLayerTable;
|
|
3365
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3116
3366
|
};
|
|
3117
3367
|
readonly viewportTable: {
|
|
3118
3368
|
readonly numEntries: number;
|
|
@@ -3126,6 +3376,7 @@ export declare function useHover(): {
|
|
|
3126
3376
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
|
|
3127
3377
|
getOwnerIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbViewportTableRecord | undefined;
|
|
3128
3378
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbViewportTableRecord>;
|
|
3379
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbViewportTable;
|
|
3129
3380
|
readonly attrs: {
|
|
3130
3381
|
attributes: {
|
|
3131
3382
|
[x: string]: any;
|
|
@@ -3169,6 +3420,7 @@ export declare function useHover(): {
|
|
|
3169
3420
|
getAttrWithoutException: (attrName: string) => any;
|
|
3170
3421
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3171
3422
|
objectId: AcDbObjectId;
|
|
3423
|
+
readonly isTemp: any;
|
|
3172
3424
|
ownerId: AcDbObjectId;
|
|
3173
3425
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3174
3426
|
database: /*elided*/ any;
|
|
@@ -3177,6 +3429,8 @@ export declare function useHover(): {
|
|
|
3177
3429
|
removeXData: (appId: string) => void;
|
|
3178
3430
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3179
3431
|
close: () => void;
|
|
3432
|
+
clone: () => import('@mlightcad/data-model').AcDbViewportTable;
|
|
3433
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3180
3434
|
};
|
|
3181
3435
|
};
|
|
3182
3436
|
readonly objects: {
|
|
@@ -3191,6 +3445,8 @@ export declare function useHover(): {
|
|
|
3191
3445
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>> | undefined;
|
|
3192
3446
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>> | undefined;
|
|
3193
3447
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>>;
|
|
3448
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>]>;
|
|
3449
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>>;
|
|
3194
3450
|
readonly attrs: {
|
|
3195
3451
|
attributes: {
|
|
3196
3452
|
[x: string]: any;
|
|
@@ -3234,6 +3490,7 @@ export declare function useHover(): {
|
|
|
3234
3490
|
getAttrWithoutException: (attrName: string) => any;
|
|
3235
3491
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3236
3492
|
objectId: AcDbObjectId;
|
|
3493
|
+
readonly isTemp: any;
|
|
3237
3494
|
ownerId: AcDbObjectId;
|
|
3238
3495
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3239
3496
|
database: /*elided*/ any;
|
|
@@ -3242,6 +3499,8 @@ export declare function useHover(): {
|
|
|
3242
3499
|
removeXData: (appId: string) => void;
|
|
3243
3500
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3244
3501
|
close: () => void;
|
|
3502
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbObject<import('@mlightcad/data-model').AcDbObjectAttrs>>>;
|
|
3503
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3245
3504
|
};
|
|
3246
3505
|
readonly imageDefinition: {
|
|
3247
3506
|
readonly numEntries: number;
|
|
@@ -3254,6 +3513,8 @@ export declare function useHover(): {
|
|
|
3254
3513
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
|
|
3255
3514
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbRasterImageDef | undefined;
|
|
3256
3515
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbRasterImageDef>;
|
|
3516
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbRasterImageDef]>;
|
|
3517
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbRasterImageDef>;
|
|
3257
3518
|
readonly attrs: {
|
|
3258
3519
|
attributes: {
|
|
3259
3520
|
[x: string]: any;
|
|
@@ -3297,6 +3558,7 @@ export declare function useHover(): {
|
|
|
3297
3558
|
getAttrWithoutException: (attrName: string) => any;
|
|
3298
3559
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3299
3560
|
objectId: AcDbObjectId;
|
|
3561
|
+
readonly isTemp: any;
|
|
3300
3562
|
ownerId: AcDbObjectId;
|
|
3301
3563
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3302
3564
|
database: /*elided*/ any;
|
|
@@ -3305,6 +3567,8 @@ export declare function useHover(): {
|
|
|
3305
3567
|
removeXData: (appId: string) => void;
|
|
3306
3568
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3307
3569
|
close: () => void;
|
|
3570
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbRasterImageDef>;
|
|
3571
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3308
3572
|
};
|
|
3309
3573
|
readonly layout: {
|
|
3310
3574
|
getBtrIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
|
|
@@ -3319,6 +3583,8 @@ export declare function useHover(): {
|
|
|
3319
3583
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbLayout | undefined;
|
|
3320
3584
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbLayout | undefined;
|
|
3321
3585
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbLayout>;
|
|
3586
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbLayout]>;
|
|
3587
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbLayoutDictionary;
|
|
3322
3588
|
readonly attrs: {
|
|
3323
3589
|
attributes: {
|
|
3324
3590
|
[x: string]: any;
|
|
@@ -3362,6 +3628,7 @@ export declare function useHover(): {
|
|
|
3362
3628
|
getAttrWithoutException: (attrName: string) => any;
|
|
3363
3629
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3364
3630
|
objectId: AcDbObjectId;
|
|
3631
|
+
readonly isTemp: any;
|
|
3365
3632
|
ownerId: AcDbObjectId;
|
|
3366
3633
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3367
3634
|
database: /*elided*/ any;
|
|
@@ -3370,6 +3637,8 @@ export declare function useHover(): {
|
|
|
3370
3637
|
removeXData: (appId: string) => void;
|
|
3371
3638
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3372
3639
|
close: () => void;
|
|
3640
|
+
clone: () => import('@mlightcad/data-model').AcDbLayoutDictionary;
|
|
3641
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3373
3642
|
};
|
|
3374
3643
|
readonly xrecord: {
|
|
3375
3644
|
readonly numEntries: number;
|
|
@@ -3382,6 +3651,8 @@ export declare function useHover(): {
|
|
|
3382
3651
|
getAt: (name: string) => import('@mlightcad/data-model').AcDbXrecord | undefined;
|
|
3383
3652
|
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbXrecord | undefined;
|
|
3384
3653
|
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbXrecord>;
|
|
3654
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbXrecord]>;
|
|
3655
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbXrecord>;
|
|
3385
3656
|
readonly attrs: {
|
|
3386
3657
|
attributes: {
|
|
3387
3658
|
[x: string]: any;
|
|
@@ -3425,6 +3696,7 @@ export declare function useHover(): {
|
|
|
3425
3696
|
getAttrWithoutException: (attrName: string) => any;
|
|
3426
3697
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3427
3698
|
objectId: AcDbObjectId;
|
|
3699
|
+
readonly isTemp: any;
|
|
3428
3700
|
ownerId: AcDbObjectId;
|
|
3429
3701
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3430
3702
|
database: /*elided*/ any;
|
|
@@ -3433,8 +3705,13 @@ export declare function useHover(): {
|
|
|
3433
3705
|
removeXData: (appId: string) => void;
|
|
3434
3706
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3435
3707
|
close: () => void;
|
|
3708
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbXrecord>;
|
|
3709
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3436
3710
|
};
|
|
3437
3711
|
};
|
|
3712
|
+
generateHandle: () => AcDbObjectId;
|
|
3713
|
+
updateMaxHandle: (handle: string) => void;
|
|
3714
|
+
commitObjectHandle: (object: import('@mlightcad/data-model').AcDbObject, hasId?: (id: AcDbObjectId) => boolean) => void;
|
|
3438
3715
|
currentSpaceId: AcDbObjectId;
|
|
3439
3716
|
aunits: number;
|
|
3440
3717
|
version: {
|
|
@@ -3456,6 +3733,7 @@ export declare function useHover(): {
|
|
|
3456
3733
|
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
3457
3734
|
readonly hexColor: string | undefined;
|
|
3458
3735
|
readonly cssColor: string | undefined;
|
|
3736
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
3459
3737
|
colorIndex: number | undefined;
|
|
3460
3738
|
readonly isByColor: boolean;
|
|
3461
3739
|
readonly isByACI: boolean;
|
|
@@ -3478,6 +3756,7 @@ export declare function useHover(): {
|
|
|
3478
3756
|
angBase: number;
|
|
3479
3757
|
angDir: number;
|
|
3480
3758
|
extmax: {
|
|
3759
|
+
clone: () => import('@mlightcad/data-model').AcGePoint3d;
|
|
3481
3760
|
x: number;
|
|
3482
3761
|
y: number;
|
|
3483
3762
|
z: number;
|
|
@@ -3488,7 +3767,6 @@ export declare function useHover(): {
|
|
|
3488
3767
|
setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3489
3768
|
setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3490
3769
|
getComponent: (index: number) => number;
|
|
3491
|
-
clone: () => import('@mlightcad/data-model').AcGeVector3d;
|
|
3492
3770
|
copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3493
3771
|
add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3494
3772
|
addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
@@ -3549,6 +3827,7 @@ export declare function useHover(): {
|
|
|
3549
3827
|
[Symbol.iterator]: () => Generator<number, void, unknown>;
|
|
3550
3828
|
};
|
|
3551
3829
|
extmin: {
|
|
3830
|
+
clone: () => import('@mlightcad/data-model').AcGePoint3d;
|
|
3552
3831
|
x: number;
|
|
3553
3832
|
y: number;
|
|
3554
3833
|
z: number;
|
|
@@ -3559,7 +3838,6 @@ export declare function useHover(): {
|
|
|
3559
3838
|
setZ: (z: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3560
3839
|
setComponent: (index: number, value: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3561
3840
|
getComponent: (index: number) => number;
|
|
3562
|
-
clone: () => import('@mlightcad/data-model').AcGeVector3d;
|
|
3563
3841
|
copy: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3564
3842
|
add: (v: import('@mlightcad/data-model').AcGeVectorLike) => import('@mlightcad/data-model').AcGePoint3d;
|
|
3565
3843
|
addScalar: (s: number) => import('@mlightcad/data-model').AcGePoint3d;
|
|
@@ -3935,6 +4213,7 @@ export declare function useHover(): {
|
|
|
3935
4213
|
osmode: number;
|
|
3936
4214
|
read: (data: ArrayBuffer, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions, fileType?: import('@mlightcad/data-model').AcDbConverterType) => Promise<void>;
|
|
3937
4215
|
openUri: (url: string, options: import('@mlightcad/data-model').AcDbOpenDatabaseOptions) => Promise<void>;
|
|
4216
|
+
dxfOut: (_fileName?: string, precision?: number, version?: import('@mlightcad/data-model').AcDbDwgVersion | string | number, _saveThumbnailImage?: boolean) => string;
|
|
3938
4217
|
regen: () => Promise<void>;
|
|
3939
4218
|
createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
|
|
3940
4219
|
readonly attrs: {
|
|
@@ -3980,6 +4259,7 @@ export declare function useHover(): {
|
|
|
3980
4259
|
getAttrWithoutException: (attrName: string) => any;
|
|
3981
4260
|
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3982
4261
|
objectId: AcDbObjectId;
|
|
4262
|
+
readonly isTemp: any;
|
|
3983
4263
|
ownerId: AcDbObjectId;
|
|
3984
4264
|
extensionDictionary: AcDbObjectId | undefined;
|
|
3985
4265
|
database: /*elided*/ any;
|
|
@@ -3988,12 +4268,16 @@ export declare function useHover(): {
|
|
|
3988
4268
|
removeXData: (appId: string) => void;
|
|
3989
4269
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3990
4270
|
close: () => void;
|
|
4271
|
+
clone: () => import('@mlightcad/data-model').AcDbDatabase;
|
|
4272
|
+
dxfOutFields: (_filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDatabase;
|
|
3991
4273
|
};
|
|
3992
4274
|
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
3993
4275
|
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
3994
4276
|
removeXData: (appId: string) => void;
|
|
3995
4277
|
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3996
4278
|
close: () => void;
|
|
4279
|
+
clone: () => AcDbEntity;
|
|
4280
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3997
4281
|
} | null>;
|
|
3998
4282
|
id: import('vue').Ref<string | null, string | null>;
|
|
3999
4283
|
mouse: import('vue').Ref<{
|