var ZoomType = /* @__PURE__ */ ((ZoomType2) => {
|
ZoomType2[ZoomType2["ZOOMAUTO_EXTENDEDAPOINT"] = 0] = "ZOOMAUTO_EXTENDEDAPOINT";
|
ZoomType2[ZoomType2["ZOOMAUTO_EXTENDEDDIR"] = 1] = "ZOOMAUTO_EXTENDEDDIR";
|
ZoomType2[ZoomType2["ZOOMAUTO_FRONTCLIP"] = 2] = "ZOOMAUTO_FRONTCLIP";
|
ZoomType2[ZoomType2["ZOOMAUTO_ROTATE2PI"] = 3] = "ZOOMAUTO_ROTATE2PI";
|
ZoomType2[ZoomType2["ZOOMAUTO_ORTHOCLIP"] = 4] = "ZOOMAUTO_ORTHOCLIP";
|
ZoomType2[ZoomType2["ZOOMAUTO_ZOOMFACTOR"] = 5] = "ZOOMAUTO_ZOOMFACTOR";
|
ZoomType2[ZoomType2["ZOOMAUTO_ORTHOFRONT"] = 6] = "ZOOMAUTO_ORTHOFRONT";
|
ZoomType2[ZoomType2["ZOOMAUTO_PANUPDOWN"] = 7] = "ZOOMAUTO_PANUPDOWN";
|
ZoomType2[ZoomType2["ZOOMAUTO_EXTENDEDCURDIR"] = 8] = "ZOOMAUTO_EXTENDEDCURDIR";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_ROTATEMPV"] = 9] = "ZOOMAUTO_CAM_ROTATEMPV";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_ROTATEMPH"] = 10] = "ZOOMAUTO_CAM_ROTATEMPH";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_ROTATEABOUTMARKED"] = 11] = "ZOOMAUTO_CAM_ROTATEABOUTMARKED";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_ROTATEEYELEFTRIGHT"] = 12] = "ZOOMAUTO_CAM_ROTATEEYELEFTRIGHT";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_ROTATEEYEUPDOWN"] = 13] = "ZOOMAUTO_CAM_ROTATEEYEUPDOWN";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_ROTATELEFTRIGHT"] = 14] = "ZOOMAUTO_CAM_ROTATELEFTRIGHT";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_MOVELEFTRIGHT"] = 15] = "ZOOMAUTO_CAM_MOVELEFTRIGHT";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_MOVEAXIS3D"] = 16] = "ZOOMAUTO_CAM_MOVEAXIS3D";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_MOVEUPDOWN"] = 17] = "ZOOMAUTO_CAM_MOVEUPDOWN";
|
ZoomType2[ZoomType2["ZOOMAUTO_CAM_SETVIEWPOINTMODE"] = 18] = "ZOOMAUTO_CAM_SETVIEWPOINTMODE";
|
return ZoomType2;
|
})(ZoomType || {});
|
var Perspectives = /* @__PURE__ */ ((Perspectives2) => {
|
Perspectives2[Perspectives2["TopLeftFront"] = -1000109] = "TopLeftFront";
|
Perspectives2[Perspectives2["TopRightFront"] = -1000110] = "TopRightFront";
|
Perspectives2[Perspectives2["TopLeftBack"] = -1000108] = "TopLeftBack";
|
Perspectives2[Perspectives2["TopRightBack"] = -1000107] = "TopRightBack";
|
Perspectives2[Perspectives2["Left"] = -1000102] = "Left";
|
Perspectives2[Perspectives2["Right"] = -1000101] = "Right";
|
Perspectives2[Perspectives2["Front"] = -1000106] = "Front";
|
Perspectives2[Perspectives2["Back"] = -1000105] = "Back";
|
Perspectives2[Perspectives2["Top"] = -1000103] = "Top";
|
return Perspectives2;
|
})(Perspectives || {});
|
|
var eCatalogFilterState = /* @__PURE__ */ ((eCatalogFilterState2) => {
|
eCatalogFilterState2[eCatalogFilterState2["DISABLED"] = 0] = "DISABLED";
|
eCatalogFilterState2[eCatalogFilterState2["SELECTED"] = 1] = "SELECTED";
|
eCatalogFilterState2[eCatalogFilterState2["IMPLICIT"] = 2] = "IMPLICIT";
|
eCatalogFilterState2[eCatalogFilterState2["EXPLICIT"] = 3] = "EXPLICIT";
|
return eCatalogFilterState2;
|
})(eCatalogFilterState || {});
|
|
var ContextFilterStrategy = /* @__PURE__ */ ((ContextFilterStrategy2) => {
|
ContextFilterStrategy2[ContextFilterStrategy2["ALL"] = 0] = "ALL";
|
ContextFilterStrategy2[ContextFilterStrategy2["GLOBAL"] = 1] = "GLOBAL";
|
ContextFilterStrategy2[ContextFilterStrategy2["LOCAL"] = 2] = "LOCAL";
|
return ContextFilterStrategy2;
|
})(ContextFilterStrategy || {});
|
|
const VIH_PLANTYPE_ZUSATZINFO_0 = "10580";
|
const VIH_PLANTYPE_ZUSATZINFO_1 = "10581";
|
const VIH_PLANTYPE_ZUSATZINFO_2 = "10582";
|
const VIH_PLANTYPE_ZUSATZINFO_3 = "10583";
|
const VIH_PLANTYPE_ZUSATZINFO_4 = "10584";
|
const VIH_PLANTYPE_DX = "10514";
|
const VIH_PLANTYPE_DY = "10515";
|
const VIH_PLANTYPE_DZ = "10516";
|
const VIH_PLANTYPE_ANSCHLAG_INITIAL_CHANGED_L = "11205";
|
var OverrideMode = /* @__PURE__ */ ((OverrideMode2) => {
|
OverrideMode2[OverrideMode2["NONE"] = 0] = "NONE";
|
OverrideMode2[OverrideMode2["RESET"] = 1] = "RESET";
|
OverrideMode2[OverrideMode2["RESET_MANUFACTURER"] = 2] = "RESET_MANUFACTURER";
|
OverrideMode2[OverrideMode2["RESET_ALL"] = 3] = "RESET_ALL";
|
return OverrideMode2;
|
})(OverrideMode || {});
|
|
var DragDirection = /* @__PURE__ */ ((DragDirection2) => {
|
DragDirection2[DragDirection2["NONE"] = 0] = "NONE";
|
DragDirection2[DragDirection2["Horizontal"] = 1] = "Horizontal";
|
DragDirection2[DragDirection2["Vertical"] = 2] = "Vertical";
|
return DragDirection2;
|
})(DragDirection || {});
|
var DragType = /* @__PURE__ */ ((DragType2) => {
|
DragType2[DragType2["ARTICLE"] = 0] = "ARTICLE";
|
DragType2[DragType2["PROPTRANSFER"] = 1] = "PROPTRANSFER";
|
DragType2[DragType2["BY_MODE"] = 2] = "BY_MODE";
|
DragType2[DragType2["FITTING"] = 3] = "FITTING";
|
DragType2[DragType2["WALL_FITTING"] = 4] = "WALL_FITTING";
|
DragType2[DragType2["PROGPROPERTY"] = 5] = "PROGPROPERTY";
|
return DragType2;
|
})(DragType || {});
|
|
var ValidationType = /* @__PURE__ */ ((ValidationType2) => {
|
ValidationType2[ValidationType2["CLOUD_ID"] = 0] = "CLOUD_ID";
|
ValidationType2[ValidationType2["E_MAIL"] = 1] = "E_MAIL";
|
return ValidationType2;
|
})(ValidationType || {});
|
|
var DeviceType = /* @__PURE__ */ ((DeviceType2) => {
|
DeviceType2[DeviceType2["MOBILE"] = 0] = "MOBILE";
|
DeviceType2[DeviceType2["DESKTOP"] = 1] = "DESKTOP";
|
return DeviceType2;
|
})(DeviceType || {});
|
|
export { ContextFilterStrategy, DeviceType, DragDirection, DragType, OverrideMode, Perspectives, VIH_PLANTYPE_ANSCHLAG_INITIAL_CHANGED_L, VIH_PLANTYPE_DX, VIH_PLANTYPE_DY, VIH_PLANTYPE_DZ, VIH_PLANTYPE_ZUSATZINFO_0, VIH_PLANTYPE_ZUSATZINFO_1, VIH_PLANTYPE_ZUSATZINFO_2, VIH_PLANTYPE_ZUSATZINFO_3, VIH_PLANTYPE_ZUSATZINFO_4, ValidationType, ZoomType, eCatalogFilterState };
|