@itwin/editor-frontend 4.5.0-dev.9 → 4.6.0-dev.0
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/CHANGELOG.md +46 -1
- package/LICENSE.md +1 -1
- package/README.md +0 -29
- package/lib/cjs/CreateElementTool.d.ts +64 -2
- package/lib/cjs/CreateElementTool.d.ts.map +1 -1
- package/lib/cjs/CreateElementTool.js +65 -4
- package/lib/cjs/CreateElementTool.js.map +1 -1
- package/lib/cjs/EditTool.d.ts +5 -0
- package/lib/cjs/EditTool.d.ts.map +1 -1
- package/lib/cjs/EditTool.js +10 -14
- package/lib/cjs/EditTool.js.map +1 -1
- package/lib/cjs/EditToolIpc.d.ts +1 -5
- package/lib/cjs/EditToolIpc.d.ts.map +1 -1
- package/lib/cjs/EditToolIpc.js +1 -5
- package/lib/cjs/EditToolIpc.js.map +1 -1
- package/lib/cjs/ModifyElementTool.js.map +1 -1
- package/lib/cjs/ProjectLocation/ProjectExtentsDecoration.js.map +1 -1
- package/lib/cjs/ProjectLocation/ProjectGeolocation.js.map +1 -1
- package/lib/cjs/TransformElementsTool.d.ts +17 -98
- package/lib/cjs/TransformElementsTool.d.ts.map +1 -1
- package/lib/cjs/TransformElementsTool.js +15 -412
- package/lib/cjs/TransformElementsTool.js.map +1 -1
- package/lib/cjs/UndoRedoTool.js.map +1 -1
- package/lib/cjs/editor-frontend.d.ts +0 -6
- package/lib/cjs/editor-frontend.d.ts.map +1 -1
- package/lib/cjs/editor-frontend.js +0 -6
- package/lib/cjs/editor-frontend.js.map +1 -1
- package/lib/esm/CreateElementTool.d.ts +64 -2
- package/lib/esm/CreateElementTool.d.ts.map +1 -1
- package/lib/esm/CreateElementTool.js +65 -4
- package/lib/esm/CreateElementTool.js.map +1 -1
- package/lib/esm/EditTool.d.ts +5 -0
- package/lib/esm/EditTool.d.ts.map +1 -1
- package/lib/esm/EditTool.js +10 -14
- package/lib/esm/EditTool.js.map +1 -1
- package/lib/esm/EditToolIpc.d.ts +1 -5
- package/lib/esm/EditToolIpc.d.ts.map +1 -1
- package/lib/esm/EditToolIpc.js +0 -4
- package/lib/esm/EditToolIpc.js.map +1 -1
- package/lib/esm/ModifyElementTool.js.map +1 -1
- package/lib/esm/ProjectLocation/ProjectExtentsDecoration.js.map +1 -1
- package/lib/esm/ProjectLocation/ProjectGeolocation.js.map +1 -1
- package/lib/esm/TransformElementsTool.d.ts +17 -98
- package/lib/esm/TransformElementsTool.d.ts.map +1 -1
- package/lib/esm/TransformElementsTool.js +16 -413
- package/lib/esm/TransformElementsTool.js.map +1 -1
- package/lib/esm/UndoRedoTool.js.map +1 -1
- package/lib/esm/editor-frontend.d.ts +0 -6
- package/lib/esm/editor-frontend.d.ts.map +1 -1
- package/lib/esm/editor-frontend.js +0 -6
- package/lib/esm/editor-frontend.js.map +1 -1
- package/lib/public/locales/en/Editor.json +79 -490
- package/package.json +14 -14
- package/lib/cjs/DeleteElementsTool.d.ts +0 -14
- package/lib/cjs/DeleteElementsTool.d.ts.map +0 -1
- package/lib/cjs/DeleteElementsTool.js +0 -42
- package/lib/cjs/DeleteElementsTool.js.map +0 -1
- package/lib/cjs/ElementGeometryTool.d.ts +0 -148
- package/lib/cjs/ElementGeometryTool.d.ts.map +0 -1
- package/lib/cjs/ElementGeometryTool.js +0 -705
- package/lib/cjs/ElementGeometryTool.js.map +0 -1
- package/lib/cjs/ModifyCurveTools.d.ts +0 -140
- package/lib/cjs/ModifyCurveTools.d.ts.map +0 -1
- package/lib/cjs/ModifyCurveTools.js +0 -777
- package/lib/cjs/ModifyCurveTools.js.map +0 -1
- package/lib/cjs/SketchTools.d.ts +0 -308
- package/lib/cjs/SketchTools.d.ts.map +0 -1
- package/lib/cjs/SketchTools.js +0 -1708
- package/lib/cjs/SketchTools.js.map +0 -1
- package/lib/cjs/SolidModelingTools.d.ts +0 -381
- package/lib/cjs/SolidModelingTools.d.ts.map +0 -1
- package/lib/cjs/SolidModelingTools.js +0 -1453
- package/lib/cjs/SolidModelingTools.js.map +0 -1
- package/lib/cjs/SolidPrimitiveTools.d.ts +0 -322
- package/lib/cjs/SolidPrimitiveTools.d.ts.map +0 -1
- package/lib/cjs/SolidPrimitiveTools.js +0 -1376
- package/lib/cjs/SolidPrimitiveTools.js.map +0 -1
- package/lib/esm/DeleteElementsTool.d.ts +0 -14
- package/lib/esm/DeleteElementsTool.d.ts.map +0 -1
- package/lib/esm/DeleteElementsTool.js +0 -39
- package/lib/esm/DeleteElementsTool.js.map +0 -1
- package/lib/esm/ElementGeometryTool.d.ts +0 -148
- package/lib/esm/ElementGeometryTool.d.ts.map +0 -1
- package/lib/esm/ElementGeometryTool.js +0 -697
- package/lib/esm/ElementGeometryTool.js.map +0 -1
- package/lib/esm/ModifyCurveTools.d.ts +0 -140
- package/lib/esm/ModifyCurveTools.d.ts.map +0 -1
- package/lib/esm/ModifyCurveTools.js +0 -772
- package/lib/esm/ModifyCurveTools.js.map +0 -1
- package/lib/esm/SketchTools.d.ts +0 -308
- package/lib/esm/SketchTools.d.ts.map +0 -1
- package/lib/esm/SketchTools.js +0 -1704
- package/lib/esm/SketchTools.js.map +0 -1
- package/lib/esm/SolidModelingTools.d.ts +0 -381
- package/lib/esm/SolidModelingTools.d.ts.map +0 -1
- package/lib/esm/SolidModelingTools.js +0 -1445
- package/lib/esm/SolidModelingTools.js.map +0 -1
- package/lib/esm/SolidPrimitiveTools.d.ts +0 -322
- package/lib/esm/SolidPrimitiveTools.d.ts.map +0 -1
- package/lib/esm/SolidPrimitiveTools.js +0 -1372
- package/lib/esm/SolidPrimitiveTools.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UndoRedoTool.js","sourceRoot":"","sources":["../../src/UndoRedoTool.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAE/F;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAE/D;;GAEG;AACH,MAAa,WAAY,SAAQ,IAAI;IAEnB,KAAK,CAAC,GAAG;QACvB,MAAM,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,CAAC,MAAM,CAAC;QAC/D,IAAI,SAAS,KAAK,MAAM,IAAI,MAAM,CAAC,UAAU,IAAI,CAAC,MAAM,CAAC,qBAAqB;YAC5E,OAAO,IAAI,CAAC;QAEd,MAAM,MAAM,CAAC,cAAc,CAAC,aAAa,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAEtD,8HAA8H;QAC9H,IAAI,SAAS,KAAK,SAAS,CAAC,SAAS,CAAC,aAAa;YACjD,MAAM,SAAS,CAAC,SAAS,CAAC,aAAa,CAAC,aAAa,EAAE,CAAC;QAC1D,OAAO,IAAI,CAAC;IACd,CAAC;;AAZsB,kBAAM,GAAG,SAAS,CAAC;SAD/B,WAAW;AAgBxB;;GAEG;AACH,MAAa,QAAS,SAAQ,IAAI;IAEhB,KAAK,CAAC,GAAG;QACvB,MAAM,SAAS,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC;QAC5C,OAAO,IAAI,CAAC;IACd,CAAC;;AAJsB,eAAM,GAAG,MAAM,CAAC;SAD5B,QAAQ;AAQrB;;GAEG;AACH,MAAa,QAAS,SAAQ,IAAI;IAEhB,KAAK,CAAC,GAAG;QACvB,MAAM,SAAS,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC;QAC5C,OAAO,IAAI,CAAC;IACd,CAAC;;AAJsB,eAAM,GAAG,MAAM,CAAC;SAD5B,QAAQ","sourcesContent":["/*---------------------------------------------------------------------------------------------\
|
|
1
|
+
{"version":3,"file":"UndoRedoTool.js","sourceRoot":"","sources":["../../src/UndoRedoTool.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAE/F;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAE/D;;GAEG;AACH,MAAa,WAAY,SAAQ,IAAI;IAEnB,KAAK,CAAC,GAAG;QACvB,MAAM,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,CAAC,MAAM,CAAC;QAC/D,IAAI,SAAS,KAAK,MAAM,IAAI,MAAM,CAAC,UAAU,IAAI,CAAC,MAAM,CAAC,qBAAqB;YAC5E,OAAO,IAAI,CAAC;QAEd,MAAM,MAAM,CAAC,cAAc,CAAC,aAAa,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAEtD,8HAA8H;QAC9H,IAAI,SAAS,KAAK,SAAS,CAAC,SAAS,CAAC,aAAa;YACjD,MAAM,SAAS,CAAC,SAAS,CAAC,aAAa,CAAC,aAAa,EAAE,CAAC;QAC1D,OAAO,IAAI,CAAC;IACd,CAAC;;AAZsB,kBAAM,GAAG,SAAS,CAAC;SAD/B,WAAW;AAgBxB;;GAEG;AACH,MAAa,QAAS,SAAQ,IAAI;IAEhB,KAAK,CAAC,GAAG;QACvB,MAAM,SAAS,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC;QAC5C,OAAO,IAAI,CAAC;IACd,CAAC;;AAJsB,eAAM,GAAG,MAAM,CAAC;SAD5B,QAAQ;AAQrB;;GAEG;AACH,MAAa,QAAS,SAAQ,IAAI;IAEhB,KAAK,CAAC,GAAG;QACvB,MAAM,SAAS,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC;QAC5C,OAAO,IAAI,CAAC;IACd,CAAC;;AAJsB,eAAM,GAAG,MAAM,CAAC;SAD5B,QAAQ","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n\n/** @packageDocumentation\n * @module Editing\n */\n\nimport { IModelApp, IpcApp, Tool } from \"@itwin/core-frontend\";\n\n/** Undo all element changes\n * @beta\n */\nexport class UndoAllTool extends Tool {\n public static override toolId = \"UndoAll\";\n public override async run(): Promise<boolean> {\n const imodel = IModelApp.viewManager.selectedView?.view.iModel;\n if (undefined === imodel || imodel.isReadonly || !imodel.isBriefcaseConnection)\n return true;\n\n await IpcApp.appFunctionIpc.reverseAllTxn(imodel.key);\n\n // ### TODO Restart of primitive tool should be handled by Txn event listener...needs to happen even if not the active tool...\n if (undefined !== IModelApp.toolAdmin.primitiveTool)\n await IModelApp.toolAdmin.primitiveTool.onRestartTool();\n return true;\n }\n}\n\n/** Undo active tool steps, or element changes\n * @beta\n */\nexport class UndoTool extends Tool {\n public static override toolId = \"Undo\";\n public override async run(): Promise<boolean> {\n await IModelApp.toolAdmin.doUndoOperation();\n return true;\n }\n}\n\n/** Redo active tool steps, or element changes\n * @beta\n */\nexport class RedoTool extends Tool {\n public static override toolId = \"Redo\";\n public override async run(): Promise<boolean> {\n await IModelApp.toolAdmin.doRedoOperation();\n return true;\n }\n}\n\n"]}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
export * from "./CreateElementTool";
|
|
2
|
-
export * from "./DeleteElementsTool";
|
|
3
2
|
export * from "./EditTool";
|
|
4
|
-
export * from "./ElementGeometryTool";
|
|
5
3
|
export * from "./EditToolIpc";
|
|
6
|
-
export * from "./ModifyCurveTools";
|
|
7
4
|
export * from "./ModifyElementTool";
|
|
8
5
|
export * from "./ProjectLocation/ProjectExtentsDecoration";
|
|
9
6
|
export * from "./ProjectLocation/ProjectGeolocation";
|
|
10
|
-
export * from "./SketchTools";
|
|
11
|
-
export * from "./SolidModelingTools";
|
|
12
|
-
export * from "./SolidPrimitiveTools";
|
|
13
7
|
export * from "./TransformElementsTool";
|
|
14
8
|
export * from "./UndoRedoTool";
|
|
15
9
|
/** @docs-package-description
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor-frontend.d.ts","sourceRoot":"","sources":["../../src/editor-frontend.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"editor-frontend.d.ts","sourceRoot":"","sources":["../../src/editor-frontend.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAE/B;;GAEG;AAEH;;;GAGG"}
|
|
@@ -3,17 +3,11 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
export * from "./CreateElementTool";
|
|
6
|
-
export * from "./DeleteElementsTool";
|
|
7
6
|
export * from "./EditTool";
|
|
8
|
-
export * from "./ElementGeometryTool";
|
|
9
7
|
export * from "./EditToolIpc";
|
|
10
|
-
export * from "./ModifyCurveTools";
|
|
11
8
|
export * from "./ModifyElementTool";
|
|
12
9
|
export * from "./ProjectLocation/ProjectExtentsDecoration";
|
|
13
10
|
export * from "./ProjectLocation/ProjectGeolocation";
|
|
14
|
-
export * from "./SketchTools";
|
|
15
|
-
export * from "./SolidModelingTools";
|
|
16
|
-
export * from "./SolidPrimitiveTools";
|
|
17
11
|
export * from "./TransformElementsTool";
|
|
18
12
|
export * from "./UndoRedoTool";
|
|
19
13
|
/** @docs-package-description
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor-frontend.js","sourceRoot":"","sources":["../../src/editor-frontend.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"editor-frontend.js","sourceRoot":"","sources":["../../src/editor-frontend.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAE/B;;GAEG;AAEH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nexport * from \"./CreateElementTool\";\nexport * from \"./EditTool\";\nexport * from \"./EditToolIpc\";\nexport * from \"./ModifyElementTool\";\nexport * from \"./ProjectLocation/ProjectExtentsDecoration\";\nexport * from \"./ProjectLocation/ProjectGeolocation\";\nexport * from \"./TransformElementsTool\";\nexport * from \"./UndoRedoTool\";\n\n/** @docs-package-description\n * The editor-frontend package contains frontend capabilities for editing iModels.\n */\n\n/**\n * @docs-group-description Editing\n * Classes containing functionality for editing iModels on the frontend.\n */\n"]}
|
|
@@ -1,491 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tools": {
|
|
3
|
-
"
|
|
4
|
-
"keyin": "editor
|
|
5
|
-
"flyover": "
|
|
6
|
-
},
|
|
7
|
-
"
|
|
8
|
-
"keyin": "editor
|
|
9
|
-
"flyover": "
|
|
10
|
-
},
|
|
11
|
-
"
|
|
12
|
-
"keyin": "editor
|
|
13
|
-
"flyover": "
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"Label": {
|
|
81
|
-
"Method": "Method",
|
|
82
|
-
"Radius": "Radius"
|
|
83
|
-
},
|
|
84
|
-
"Method": {
|
|
85
|
-
"Center": "Center",
|
|
86
|
-
"Edge": "Edge"
|
|
87
|
-
},
|
|
88
|
-
"Prompts": {
|
|
89
|
-
"CenterPoint": "Define circle center",
|
|
90
|
-
"EdgePoint": "Define point on edge"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"CreateEllipse": {
|
|
94
|
-
"keyin": "editor create ellipse",
|
|
95
|
-
"flyover": "Create Ellipse",
|
|
96
|
-
"Prompts": {
|
|
97
|
-
"CenterPoint": "Define ellipse center",
|
|
98
|
-
"MajorAxis": "Define major axis",
|
|
99
|
-
"MinorAxis": "Define minor axis"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"CreateLineString": {
|
|
103
|
-
"keyin": "editor create linestring",
|
|
104
|
-
"flyover": "Create Linestring"
|
|
105
|
-
},
|
|
106
|
-
"CreateRectangle": {
|
|
107
|
-
"keyin": "editor create rectangle",
|
|
108
|
-
"flyover": "Create Rectangle",
|
|
109
|
-
"Label": {
|
|
110
|
-
"CornerRadius": "Corner Radius"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"CreateSphere": {
|
|
114
|
-
"keyin": "editor create sphere",
|
|
115
|
-
"flyover": "Create Sphere",
|
|
116
|
-
"Label": {
|
|
117
|
-
"Radius": "Radius",
|
|
118
|
-
"Capped": "Solid"
|
|
119
|
-
},
|
|
120
|
-
"Prompts": {
|
|
121
|
-
"CenterPoint": "Define center",
|
|
122
|
-
"RadiusPoint": "Define radius"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"CreateCylinder": {
|
|
126
|
-
"keyin": "editor create cylinder",
|
|
127
|
-
"flyover": "Create Cylinder",
|
|
128
|
-
"Label": {
|
|
129
|
-
"Radius": "Radius",
|
|
130
|
-
"Length": "Length",
|
|
131
|
-
"Orthogonal": "Orthogonal",
|
|
132
|
-
"Capped": "Solid"
|
|
133
|
-
},
|
|
134
|
-
"Prompts": {
|
|
135
|
-
"BasePoint": "Define center of base",
|
|
136
|
-
"RadiusPoint": "Define radius",
|
|
137
|
-
"LengthPoint": "Define length"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"CreateCone": {
|
|
141
|
-
"keyin": "editor create cone",
|
|
142
|
-
"flyover": "Create Cone",
|
|
143
|
-
"Label": {
|
|
144
|
-
"BaseRadius": "Base Radius",
|
|
145
|
-
"TopRadius": "Top Radius",
|
|
146
|
-
"Length": "Length",
|
|
147
|
-
"Orthogonal": "Orthogonal",
|
|
148
|
-
"Capped": "Solid"
|
|
149
|
-
},
|
|
150
|
-
"Prompts": {
|
|
151
|
-
"BasePoint": "Define center of base",
|
|
152
|
-
"BaseRadiusPoint": "Define base radius",
|
|
153
|
-
"TopRadiusPoint": "Define top radius",
|
|
154
|
-
"LengthPoint": "Define length"
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
"CreateBox": {
|
|
158
|
-
"keyin": "editor create box",
|
|
159
|
-
"flyover": "Create Box",
|
|
160
|
-
"Label": {
|
|
161
|
-
"Length": "Length",
|
|
162
|
-
"Width": "Width",
|
|
163
|
-
"Height": "Height",
|
|
164
|
-
"Orthogonal": "Orthogonal",
|
|
165
|
-
"Capped": "Solid"
|
|
166
|
-
},
|
|
167
|
-
"Prompts": {
|
|
168
|
-
"BasePoint": "Define corner of base",
|
|
169
|
-
"LengthPoint": "Define length",
|
|
170
|
-
"WidthPoint": "Define width",
|
|
171
|
-
"HeightPoint": "Define height"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"CreateTorus": {
|
|
175
|
-
"keyin": "editor create torus",
|
|
176
|
-
"flyover": "Create Torus",
|
|
177
|
-
"Label": {
|
|
178
|
-
"PrimaryRadius": "Primary Radius",
|
|
179
|
-
"SecondaryRadius": "Secondary Radius",
|
|
180
|
-
"Angle": "Angle",
|
|
181
|
-
"Capped": "Solid"
|
|
182
|
-
},
|
|
183
|
-
"Prompts": {
|
|
184
|
-
"StartPoint": "Define start",
|
|
185
|
-
"CenterPoint": "Define center",
|
|
186
|
-
"SecondaryRadiusPoint": "Define secondary radius",
|
|
187
|
-
"AnglePoint": "Define angle"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
"OffsetCurve": {
|
|
191
|
-
"keyin": "editor offset curve",
|
|
192
|
-
"flyover": "Offset planar paths and regions",
|
|
193
|
-
"Label": {
|
|
194
|
-
"Distance": "Distance",
|
|
195
|
-
"MakeCopy": "Make Copy"
|
|
196
|
-
},
|
|
197
|
-
"Prompts": {
|
|
198
|
-
"DefineOffset": "Define offset distance"
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
"BreakCurve": {
|
|
202
|
-
"keyin": "editor break curve",
|
|
203
|
-
"flyover": "Split an open path or open a closed loop",
|
|
204
|
-
"Prompts": {
|
|
205
|
-
"IdentifyBreak": "Identify break location"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"ExtendCurve": {
|
|
209
|
-
"keyin": "editor extend curve",
|
|
210
|
-
"flyover": "Extend or shorten a curve",
|
|
211
|
-
"Prompts": {
|
|
212
|
-
"IdentifyEnd": "Identify end to modify"
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"ExtrudeCurve": {
|
|
216
|
-
"keyin": "editor extrude curve",
|
|
217
|
-
"flyover": "Extrude Curve",
|
|
218
|
-
"Label": {
|
|
219
|
-
"Length": "Length",
|
|
220
|
-
"Orthogonal": "Orthogonal",
|
|
221
|
-
"Capped": "Solid",
|
|
222
|
-
"KeepProfile": "Keep Profile"
|
|
223
|
-
},
|
|
224
|
-
"Prompts": {
|
|
225
|
-
"LengthPoint": "Define length"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"RevolveCurve": {
|
|
229
|
-
"keyin": "editor revolve curve",
|
|
230
|
-
"flyover": "Revolve Curve",
|
|
231
|
-
"Label": {
|
|
232
|
-
"Angle": "Sweep Angle",
|
|
233
|
-
"Capped": "Solid",
|
|
234
|
-
"KeepProfile": "Keep Profile"
|
|
235
|
-
},
|
|
236
|
-
"Prompts": {
|
|
237
|
-
"AxisPoint": "Define point on axis",
|
|
238
|
-
"AxisDirection": "Define axis direction"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
"RegionBoolean": {
|
|
242
|
-
"keyin": "editor region boolean",
|
|
243
|
-
"flyover": "Perform boolean on selected regions",
|
|
244
|
-
"Label": {
|
|
245
|
-
"Mode": "Mode",
|
|
246
|
-
"KeepOriginal": "Keep Original"
|
|
247
|
-
},
|
|
248
|
-
"Mode": {
|
|
249
|
-
"Unite": "Unite",
|
|
250
|
-
"Subtract": "Subtract",
|
|
251
|
-
"Intersect": "Intersect"
|
|
252
|
-
},
|
|
253
|
-
"Error": {
|
|
254
|
-
"NonCoplanar": "Regions are non coplanar"
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"UniteSolids": {
|
|
258
|
-
"keyin": "editor unite solids",
|
|
259
|
-
"flyover": "Unite selected solids"
|
|
260
|
-
},
|
|
261
|
-
"SubtractSolids": {
|
|
262
|
-
"keyin": "editor subtract solids",
|
|
263
|
-
"flyover": "Subtract selected solids"
|
|
264
|
-
},
|
|
265
|
-
"IntersectSolids": {
|
|
266
|
-
"keyin": "editor intersect solids",
|
|
267
|
-
"flyover": "Intersect selected solids"
|
|
268
|
-
},
|
|
269
|
-
"SewSheets": {
|
|
270
|
-
"keyin": "editor sew sheets",
|
|
271
|
-
"flyover": "Sew selected sheets"
|
|
272
|
-
},
|
|
273
|
-
"ThickenSheets": {
|
|
274
|
-
"keyin": "editor thicken sheets",
|
|
275
|
-
"flyover": "Thicken selected sheets into solids",
|
|
276
|
-
"Label": {
|
|
277
|
-
"FrontDistance": "Front Distance",
|
|
278
|
-
"BackDistance": "Back Distance"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"CutSolids": {
|
|
282
|
-
"keyin": "editor cut solids",
|
|
283
|
-
"flyover": "Cut solids by open path or planar region",
|
|
284
|
-
"Label": {
|
|
285
|
-
"Depth": "Depth",
|
|
286
|
-
"BothDirections": "Both Directions",
|
|
287
|
-
"Outside": "Outside"
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
"EmbossSolids": {
|
|
291
|
-
"keyin": "editor emboss solids",
|
|
292
|
-
"flyover": "Emboss to create pad or pocket on solid or sheet"
|
|
293
|
-
},
|
|
294
|
-
"ImprintSolids": {
|
|
295
|
-
"keyin": "editor imprint solids",
|
|
296
|
-
"flyover": "Imprint offset edges or another element on a solid",
|
|
297
|
-
"Label": {
|
|
298
|
-
"Method": "Method",
|
|
299
|
-
"Distance": "Distance",
|
|
300
|
-
"Extend": "Extend"
|
|
301
|
-
},
|
|
302
|
-
"Method": {
|
|
303
|
-
"Element": "Element",
|
|
304
|
-
"Edges": "Edges",
|
|
305
|
-
"Points": "Points"
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
"SweepAlongPath": {
|
|
309
|
-
"keyin": "editor sweep path",
|
|
310
|
-
"flyover": "Create solid or sheet by sweeping a profile along a path"
|
|
311
|
-
},
|
|
312
|
-
"LoftProfiles": {
|
|
313
|
-
"keyin": "editor loft profiles",
|
|
314
|
-
"flyover": "Create solid or sheet by lofting through a set of profiles"
|
|
315
|
-
},
|
|
316
|
-
"OffsetFaces": {
|
|
317
|
-
"keyin": "editor offset faces",
|
|
318
|
-
"flyover": "Offset faces of surfaces and solids",
|
|
319
|
-
"Label": {
|
|
320
|
-
"AddSmooth": "Add Smooth Faces",
|
|
321
|
-
"Distance": "Distance"
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
"HollowFaces": {
|
|
325
|
-
"keyin": "editor hollow faces",
|
|
326
|
-
"flyover": "Hollow solids by offsetting faces",
|
|
327
|
-
"Label": {
|
|
328
|
-
"ShellThickness": "Shell Thickness",
|
|
329
|
-
"FaceThickness": "Face Thickness"
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
"SweepFaces": {
|
|
333
|
-
"keyin": "editor sweep faces",
|
|
334
|
-
"flyover": "Sweep planar curves, surfaces, or faces of solids",
|
|
335
|
-
"Label": {
|
|
336
|
-
"AddSmooth": "Add Smooth Faces",
|
|
337
|
-
"Distance": "Distance"
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
"SpinFaces": {
|
|
341
|
-
"keyin": "editor spin faces",
|
|
342
|
-
"flyover": "Spin planar curves, surfaces, or faces of solids",
|
|
343
|
-
"Label": {
|
|
344
|
-
"Angle": "Sweep Angle"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"RoundEdges": {
|
|
348
|
-
"keyin": "editor round edges",
|
|
349
|
-
"flyover": "Round edges of solids and surfaces",
|
|
350
|
-
"Label": {
|
|
351
|
-
"Radius": "Radius",
|
|
352
|
-
"AddSmooth": "Add Smooth Edges"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
"ChamferEdges": {
|
|
356
|
-
"keyin": "editor chamfer edges",
|
|
357
|
-
"flyover": "Chamfer edges of solids and surfaces",
|
|
358
|
-
"Label": {
|
|
359
|
-
"Method": "Method",
|
|
360
|
-
"Length": "Length",
|
|
361
|
-
"LeftDistance": "Left Distance",
|
|
362
|
-
"RightDistance": "Right Distance",
|
|
363
|
-
"Angle": "Angle"
|
|
364
|
-
},
|
|
365
|
-
"Method": {
|
|
366
|
-
"Length": "Length",
|
|
367
|
-
"Distances": "Distances",
|
|
368
|
-
"DistanceAngle": "Distance/Angle",
|
|
369
|
-
"AngleDistance": "Angle/Distance"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"DeleteSubEntities": {
|
|
373
|
-
"keyin": "editor delete subentities",
|
|
374
|
-
"flyover": "Delete faces and edges of solids and surfaces"
|
|
375
|
-
},
|
|
376
|
-
"LocateSubEntities": {
|
|
377
|
-
"Identify": {
|
|
378
|
-
"Face": "Identify face",
|
|
379
|
-
"Edge": "Identify edge",
|
|
380
|
-
"Vertex": "Identity vertex",
|
|
381
|
-
"FaceEdge": "Identify face or edge",
|
|
382
|
-
"FaceVertex": "Identify face or vertex",
|
|
383
|
-
"EdgeVertex": "Identify edge or vertex",
|
|
384
|
-
"FaceEdgeVertex": "Identity face, edge, or vertex"
|
|
385
|
-
},
|
|
386
|
-
"IdentifyAdditional": {
|
|
387
|
-
"Face": "Identify additional faces",
|
|
388
|
-
"Edge": "Identify additional edges",
|
|
389
|
-
"Vertex": "Identity additional vertices",
|
|
390
|
-
"FaceEdge": "Identify additional faces or edges",
|
|
391
|
-
"FaceVertex": "Identify additional faces or vertices",
|
|
392
|
-
"EdgeVertex": "Identify additional edges or vertices",
|
|
393
|
-
"FaceEdgeVertex": "Identity additional faces, edges, or vertices"
|
|
394
|
-
},
|
|
395
|
-
"Accept": {
|
|
396
|
-
"Face": "Accept face",
|
|
397
|
-
"Edge": "Accept edge",
|
|
398
|
-
"Vertex": "Accept vertex",
|
|
399
|
-
"FaceEdge": "Accept face or edge",
|
|
400
|
-
"FaceVertex": "Accept face or vertex",
|
|
401
|
-
"EdgeVertex": "Accept edge or vertex",
|
|
402
|
-
"FaceEdgeVertex": "Accept face, edge, or vertex"
|
|
403
|
-
},
|
|
404
|
-
"AcceptNext": {
|
|
405
|
-
"Face": "Accept next face",
|
|
406
|
-
"Edge": "Accept next edge",
|
|
407
|
-
"Vertex": "Accept next vertex",
|
|
408
|
-
"FaceEdge": "Accept next face or edge",
|
|
409
|
-
"FaceVertex": "Accept next face or vertex",
|
|
410
|
-
"EdgeVertex": "Accept next edge or vertex",
|
|
411
|
-
"FaceEdgeVertex": "Accept next face, edge, or vertex"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"UndoAll": {
|
|
415
|
-
"keyin": "editor undo all",
|
|
416
|
-
"flyover": "Undo All"
|
|
417
|
-
},
|
|
418
|
-
"Undo": {
|
|
419
|
-
"keyin": "editor undo single",
|
|
420
|
-
"flyover": "Undo Elements"
|
|
421
|
-
},
|
|
422
|
-
"Redo": {
|
|
423
|
-
"keyin": "editor redo",
|
|
424
|
-
"flyover": "Redo Elements"
|
|
425
|
-
},
|
|
426
|
-
"ProjectLocation": {
|
|
427
|
-
"Show": {
|
|
428
|
-
"keyin": "editor project location show",
|
|
429
|
-
"flyover": "Show Project Location"
|
|
430
|
-
},
|
|
431
|
-
"Hide": {
|
|
432
|
-
"keyin": "editor project location hide",
|
|
433
|
-
"flyover": "Hide Project Location"
|
|
434
|
-
},
|
|
435
|
-
"Cancel": {
|
|
436
|
-
"keyin": "editor project location cancel",
|
|
437
|
-
"flyover": "Abandon Project Location Changes"
|
|
438
|
-
},
|
|
439
|
-
"Save": {
|
|
440
|
-
"keyin": "editor project location save",
|
|
441
|
-
"flyover": "Save Project Location Changes"
|
|
442
|
-
},
|
|
443
|
-
"Geolocation": {
|
|
444
|
-
"Move": {
|
|
445
|
-
"keyin": "editor project geolocation move",
|
|
446
|
-
"flyover": "Move Project Geolocation"
|
|
447
|
-
},
|
|
448
|
-
"Point": {
|
|
449
|
-
"keyin": "editor project geolocation point",
|
|
450
|
-
"flyover": "Define Project Geolocation"
|
|
451
|
-
},
|
|
452
|
-
"North": {
|
|
453
|
-
"keyin": "editor project geolocation north",
|
|
454
|
-
"flyover": "Define Project North"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
"Prompts": {
|
|
458
|
-
"IdentifyRefPoint": "Identify reference point",
|
|
459
|
-
"DefineAngle": "Enter point to define angle",
|
|
460
|
-
"DefineOffset": "Enter point to define offset",
|
|
461
|
-
"IdentifyKnownLocation": "Identify location of known latitude and longitude",
|
|
462
|
-
"ConfirmCoordinates": "Confirm latitude and longitude",
|
|
463
|
-
"SpecifyCoordinates": "Specify latitude and longitude then accept"
|
|
464
|
-
},
|
|
465
|
-
"Inputs": {
|
|
466
|
-
"AcceptHandle": "Accept project extents or handle"
|
|
467
|
-
},
|
|
468
|
-
"Message": {
|
|
469
|
-
"RestartTxn": "Undo of prior changes will no longer be possible, continue?",
|
|
470
|
-
"NotActive": "Enable geolocation tools with 'editor project location show' first",
|
|
471
|
-
"NotAllowed": "A valid geographic coordinate reference system already exists",
|
|
472
|
-
"NotGeolocated": "Not geolocated",
|
|
473
|
-
"NoChanges": "No changes to project extents or geolocation to save",
|
|
474
|
-
"Readonly": "iModel is read-only",
|
|
475
|
-
"ProjectExtents": "Project Extents",
|
|
476
|
-
"LargeProjectExtents": "Project Extents Too Large",
|
|
477
|
-
"ModifyProjectExtents": "Modify Project Extents",
|
|
478
|
-
"ModifyGeolocation": "Modify/Add Geolocation",
|
|
479
|
-
"ModifyNorthDirection": "Modify North Direction",
|
|
480
|
-
"MaxExtent": "Recommended Maximum",
|
|
481
|
-
"Length": "Length",
|
|
482
|
-
"Width": "Width",
|
|
483
|
-
"Height": "Height",
|
|
484
|
-
"Latitude": "Latitude",
|
|
485
|
-
"Longitude": "Longitude",
|
|
486
|
-
"Angle": "Angle",
|
|
487
|
-
"North": "North Angle"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"tools": {
|
|
3
|
+
"UndoAll": {
|
|
4
|
+
"keyin": "editor undo all",
|
|
5
|
+
"flyover": "Undo All"
|
|
6
|
+
},
|
|
7
|
+
"Undo": {
|
|
8
|
+
"keyin": "editor undo single",
|
|
9
|
+
"flyover": "Undo Elements"
|
|
10
|
+
},
|
|
11
|
+
"Redo": {
|
|
12
|
+
"keyin": "editor redo",
|
|
13
|
+
"flyover": "Redo Elements"
|
|
14
|
+
},
|
|
15
|
+
"ProjectLocation": {
|
|
16
|
+
"Show": {
|
|
17
|
+
"keyin": "editor project location show",
|
|
18
|
+
"flyover": "Show Project Location"
|
|
19
|
+
},
|
|
20
|
+
"Hide": {
|
|
21
|
+
"keyin": "editor project location hide",
|
|
22
|
+
"flyover": "Hide Project Location"
|
|
23
|
+
},
|
|
24
|
+
"Cancel": {
|
|
25
|
+
"keyin": "editor project location cancel",
|
|
26
|
+
"flyover": "Abandon Project Location Changes"
|
|
27
|
+
},
|
|
28
|
+
"Save": {
|
|
29
|
+
"keyin": "editor project location save",
|
|
30
|
+
"flyover": "Save Project Location Changes"
|
|
31
|
+
},
|
|
32
|
+
"Geolocation": {
|
|
33
|
+
"Move": {
|
|
34
|
+
"keyin": "editor project geolocation move",
|
|
35
|
+
"flyover": "Move Project Geolocation"
|
|
36
|
+
},
|
|
37
|
+
"Point": {
|
|
38
|
+
"keyin": "editor project geolocation point",
|
|
39
|
+
"flyover": "Define Project Geolocation"
|
|
40
|
+
},
|
|
41
|
+
"North": {
|
|
42
|
+
"keyin": "editor project geolocation north",
|
|
43
|
+
"flyover": "Define Project North"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"Prompts": {
|
|
47
|
+
"IdentifyRefPoint": "Identify reference point",
|
|
48
|
+
"DefineAngle": "Enter point to define angle",
|
|
49
|
+
"DefineOffset": "Enter point to define offset",
|
|
50
|
+
"IdentifyKnownLocation": "Identify location of known latitude and longitude",
|
|
51
|
+
"ConfirmCoordinates": "Confirm latitude and longitude",
|
|
52
|
+
"SpecifyCoordinates": "Specify latitude and longitude then accept"
|
|
53
|
+
},
|
|
54
|
+
"Inputs": {
|
|
55
|
+
"AcceptHandle": "Accept project extents or handle"
|
|
56
|
+
},
|
|
57
|
+
"Message": {
|
|
58
|
+
"RestartTxn": "Undo of prior changes will no longer be possible, continue?",
|
|
59
|
+
"NotActive": "Enable geolocation tools with 'editor project location show' first",
|
|
60
|
+
"NotAllowed": "A valid geographic coordinate reference system already exists",
|
|
61
|
+
"NotGeolocated": "Not geolocated",
|
|
62
|
+
"NoChanges": "No changes to project extents or geolocation to save",
|
|
63
|
+
"Readonly": "iModel is read-only",
|
|
64
|
+
"ProjectExtents": "Project Extents",
|
|
65
|
+
"LargeProjectExtents": "Project Extents Too Large",
|
|
66
|
+
"ModifyProjectExtents": "Modify Project Extents",
|
|
67
|
+
"ModifyGeolocation": "Modify/Add Geolocation",
|
|
68
|
+
"ModifyNorthDirection": "Modify North Direction",
|
|
69
|
+
"MaxExtent": "Recommended Maximum",
|
|
70
|
+
"Length": "Length",
|
|
71
|
+
"Width": "Width",
|
|
72
|
+
"Height": "Height",
|
|
73
|
+
"Latitude": "Latitude",
|
|
74
|
+
"Longitude": "Longitude",
|
|
75
|
+
"Angle": "Angle",
|
|
76
|
+
"North": "North Angle"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
491
80
|
}
|