cyclecad 3.2.0 → 3.4.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/DOCKER-SETUP-VERIFICATION.md +399 -0
- package/DOCKER-TESTING.md +463 -0
- package/FUSION360_MODULES.md +478 -0
- package/FUSION_MODULES_README.md +352 -0
- package/INTEGRATION_SNIPPETS.md +608 -0
- package/KILLER-FEATURES-DELIVERY.md +469 -0
- package/MODULES_SUMMARY.txt +337 -0
- package/QUICK_REFERENCE.txt +298 -0
- package/README-DOCKER-TESTING.txt +438 -0
- package/app/index.html +23 -10
- package/app/js/fusion-help.json +1808 -0
- package/app/js/help-module-v3.js +1096 -0
- package/app/js/killer-features-help.json +395 -0
- package/app/js/killer-features.js +1508 -0
- package/app/js/modules/fusion-assembly.js +842 -0
- package/app/js/modules/fusion-cam.js +785 -0
- package/app/js/modules/fusion-data.js +814 -0
- package/app/js/modules/fusion-drawing.js +844 -0
- package/app/js/modules/fusion-inspection.js +756 -0
- package/app/js/modules/fusion-render.js +774 -0
- package/app/js/modules/fusion-simulation.js +986 -0
- package/app/js/modules/fusion-sketch.js +1044 -0
- package/app/js/modules/fusion-solid.js +1095 -0
- package/app/js/modules/fusion-surface.js +949 -0
- package/app/tests/FUSION_TEST_SUITE.md +266 -0
- package/app/tests/README.md +77 -0
- package/app/tests/TESTING-CHECKLIST.md +177 -0
- package/app/tests/TEST_SUITE_SUMMARY.txt +236 -0
- package/app/tests/brep-live-test.html +848 -0
- package/app/tests/docker-integration-test.html +811 -0
- package/app/tests/fusion-all-tests.html +670 -0
- package/app/tests/fusion-assembly-tests.html +461 -0
- package/app/tests/fusion-cam-tests.html +421 -0
- package/app/tests/fusion-simulation-tests.html +421 -0
- package/app/tests/fusion-sketch-tests.html +613 -0
- package/app/tests/fusion-solid-tests.html +529 -0
- package/app/tests/index.html +453 -0
- package/app/tests/killer-features-test.html +509 -0
- package/app/tests/run-tests.html +874 -0
- package/app/tests/step-import-live-test.html +1115 -0
- package/app/tests/test-agent-v3.html +93 -696
- package/architecture-dashboard.html +1970 -0
- package/docs/API-REFERENCE.md +1423 -0
- package/docs/BREP-LIVE-TEST-GUIDE.md +453 -0
- package/docs/DEVELOPER-GUIDE-v3.md +795 -0
- package/docs/DOCKER-QUICK-TEST.md +376 -0
- package/docs/FUSION-FEATURES-GUIDE.md +2513 -0
- package/docs/FUSION-TUTORIAL.md +1203 -0
- package/docs/INFRASTRUCTURE-GUIDE-INDEX.md +327 -0
- package/docs/KEYBOARD-SHORTCUTS.md +402 -0
- package/docs/KILLER-FEATURES-INTEGRATION.md +412 -0
- package/docs/KILLER-FEATURES-SUMMARY.md +424 -0
- package/docs/KILLER-FEATURES-TUTORIAL.md +784 -0
- package/docs/KILLER-FEATURES.md +562 -0
- package/docs/QUICK-REFERENCE.md +282 -0
- package/docs/README-v3-DOCS.md +274 -0
- package/docs/TUTORIAL-v3.md +1190 -0
- package/docs/architecture-dashboard.html +1970 -0
- package/docs/architecture-v3.html +1038 -0
- package/linkedin-post-v3.md +58 -0
- package/package.json +1 -1
- package/scripts/dev-setup.sh +338 -0
- package/scripts/docker-health-check.sh +159 -0
- package/scripts/integration-test.sh +311 -0
- package/scripts/test-docker.sh +515 -0
|
@@ -0,0 +1,1808 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "sketch-line",
|
|
4
|
+
"title": "Line Tool",
|
|
5
|
+
"category": "Sketch",
|
|
6
|
+
"workspace": "Sketch",
|
|
7
|
+
"shortcut": "L",
|
|
8
|
+
"description": "Creates straight line segments connecting points",
|
|
9
|
+
"steps": [
|
|
10
|
+
"Press L or click Line icon in toolbar",
|
|
11
|
+
"Click first point on canvas",
|
|
12
|
+
"Click second point to create line",
|
|
13
|
+
"Continue clicking to create additional connected lines",
|
|
14
|
+
"Press Esc to finish"
|
|
15
|
+
],
|
|
16
|
+
"tips": [
|
|
17
|
+
"Double-click to create a closed line returning to start point",
|
|
18
|
+
"Hold Shift to constrain to 45° angles",
|
|
19
|
+
"Use grid snapping for precise placement",
|
|
20
|
+
"Lines automatically snap to endpoints, midpoints, centers"
|
|
21
|
+
],
|
|
22
|
+
"related": ["sketch-rectangle", "sketch-polyline"]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": "sketch-rectangle",
|
|
26
|
+
"title": "Rectangle Tool",
|
|
27
|
+
"category": "Sketch",
|
|
28
|
+
"workspace": "Sketch",
|
|
29
|
+
"shortcut": "R",
|
|
30
|
+
"description": "Creates rectangles with four corners from two diagonal points",
|
|
31
|
+
"steps": [
|
|
32
|
+
"Press R or click Rectangle icon",
|
|
33
|
+
"Click first corner point",
|
|
34
|
+
"Click opposite corner to complete rectangle",
|
|
35
|
+
"Dimensions auto-populate as default values"
|
|
36
|
+
],
|
|
37
|
+
"tips": [
|
|
38
|
+
"Hold Shift to create perfect square (equal width/height)",
|
|
39
|
+
"Rectangle automatically applies perpendicular and coincident constraints",
|
|
40
|
+
"Corners snap to grid for perfect alignment",
|
|
41
|
+
"Edit dimensions afterward in properties panel for precise sizing"
|
|
42
|
+
],
|
|
43
|
+
"related": ["sketch-line", "constraint-coincident"]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "sketch-circle",
|
|
47
|
+
"title": "Circle Tool",
|
|
48
|
+
"category": "Sketch",
|
|
49
|
+
"workspace": "Sketch",
|
|
50
|
+
"shortcut": "C",
|
|
51
|
+
"description": "Creates circles defined by center point and radius",
|
|
52
|
+
"steps": [
|
|
53
|
+
"Press C or click Circle icon",
|
|
54
|
+
"Click center point",
|
|
55
|
+
"Click to set radius (or type value in properties)",
|
|
56
|
+
"Press Esc to finish"
|
|
57
|
+
],
|
|
58
|
+
"tips": [
|
|
59
|
+
"Hold Shift while dragging to set radius visually",
|
|
60
|
+
"Type radius value directly for precision",
|
|
61
|
+
"Create multiple circles in one session",
|
|
62
|
+
"Circles snap to existing geometry"
|
|
63
|
+
],
|
|
64
|
+
"related": ["sketch-arc", "constraint-concentric"]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "sketch-arc",
|
|
68
|
+
"title": "Arc Tool",
|
|
69
|
+
"category": "Sketch",
|
|
70
|
+
"workspace": "Sketch",
|
|
71
|
+
"shortcut": "A",
|
|
72
|
+
"description": "Creates arc segments in multiple ways: 3-point, center-point, tangent",
|
|
73
|
+
"steps": [
|
|
74
|
+
"Press A to access arc modes",
|
|
75
|
+
"For 3-point arc: click start, point on path, end point",
|
|
76
|
+
"For center-point: click center, start point, end point",
|
|
77
|
+
"For tangent: select line first, then create tangent arc"
|
|
78
|
+
],
|
|
79
|
+
"tips": [
|
|
80
|
+
"3-point arc is most intuitive for freehand arcs",
|
|
81
|
+
"Center-point arc better for precise angles",
|
|
82
|
+
"Tangent arcs connect smoothly to adjacent lines",
|
|
83
|
+
"Press A twice to toggle between arc modes"
|
|
84
|
+
],
|
|
85
|
+
"related": ["sketch-circle", "sketch-polyline"]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "sketch-polyline",
|
|
89
|
+
"title": "Polyline Tool",
|
|
90
|
+
"category": "Sketch",
|
|
91
|
+
"workspace": "Sketch",
|
|
92
|
+
"shortcut": "P",
|
|
93
|
+
"description": "Creates multiple connected line/arc segments rapidly",
|
|
94
|
+
"steps": [
|
|
95
|
+
"Press P or click Polyline icon",
|
|
96
|
+
"Click first point",
|
|
97
|
+
"Click additional points to build connected segments",
|
|
98
|
+
"Right-click or press Esc to finish",
|
|
99
|
+
"Double-click last point to close path back to start"
|
|
100
|
+
],
|
|
101
|
+
"tips": [
|
|
102
|
+
"Can mix line and arc segments in one polyline",
|
|
103
|
+
"Shift-click to toggle between line and arc mode",
|
|
104
|
+
"Double-clicking last point on start point closes shape",
|
|
105
|
+
"Useful for creating complex profiles rapidly"
|
|
106
|
+
],
|
|
107
|
+
"related": ["sketch-line", "sketch-arc"]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "sketch-spline",
|
|
111
|
+
"title": "Spline Tool",
|
|
112
|
+
"category": "Sketch",
|
|
113
|
+
"workspace": "Sketch",
|
|
114
|
+
"shortcut": "S",
|
|
115
|
+
"description": "Creates smooth B-spline curves through multiple interpolation points",
|
|
116
|
+
"steps": [
|
|
117
|
+
"Press S or click Spline icon",
|
|
118
|
+
"Click multiple points to define spline path",
|
|
119
|
+
"Right-click on final point to apply spline",
|
|
120
|
+
"Control points and handles appear (optional: drag to adjust curvature)"
|
|
121
|
+
],
|
|
122
|
+
"tips": [
|
|
123
|
+
"Curve passes through all points (interpolated)",
|
|
124
|
+
"Hold Ctrl while dragging handle to adjust curvature",
|
|
125
|
+
"Splines can be constrained like lines",
|
|
126
|
+
"Edit spline by selecting and dragging control points"
|
|
127
|
+
],
|
|
128
|
+
"related": ["sketch-line", "sketch-polyline"]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "sketch-text",
|
|
132
|
+
"title": "Text Tool",
|
|
133
|
+
"category": "Sketch",
|
|
134
|
+
"workspace": "Sketch",
|
|
135
|
+
"shortcut": "T",
|
|
136
|
+
"description": "Adds text annotations to sketches and drawings",
|
|
137
|
+
"steps": [
|
|
138
|
+
"Press T or click Text icon",
|
|
139
|
+
"Click location for text anchor point",
|
|
140
|
+
"Type text in input box",
|
|
141
|
+
"Set font size and style in properties",
|
|
142
|
+
"Press Enter to place"
|
|
143
|
+
],
|
|
144
|
+
"tips": [
|
|
145
|
+
"Text is annotation only (doesn't affect 3D model)",
|
|
146
|
+
"Text size is in 2D sketch units",
|
|
147
|
+
"Can be rotated and moved like other sketch elements",
|
|
148
|
+
"Essential for labeling features in engineering drawings"
|
|
149
|
+
],
|
|
150
|
+
"related": ["drawing-text"]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "constraint-coincident",
|
|
154
|
+
"title": "Coincident Constraint",
|
|
155
|
+
"category": "Sketch Constraints",
|
|
156
|
+
"workspace": "Sketch",
|
|
157
|
+
"shortcut": "Co",
|
|
158
|
+
"description": "Forces two points to same location or point onto line/curve",
|
|
159
|
+
"steps": [
|
|
160
|
+
"Select two points or point and line",
|
|
161
|
+
"Press Co or click Coincident",
|
|
162
|
+
"Constraint applied immediately"
|
|
163
|
+
],
|
|
164
|
+
"tips": [
|
|
165
|
+
"Most frequently used constraint",
|
|
166
|
+
"Auto-applied when points overlap (toggleable)",
|
|
167
|
+
"Reduces degrees of freedom by 1",
|
|
168
|
+
"Use to connect geometry pieces"
|
|
169
|
+
],
|
|
170
|
+
"related": ["constraint-distance", "constraint-horizontal"]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "constraint-horizontal",
|
|
174
|
+
"title": "Horizontal Constraint",
|
|
175
|
+
"category": "Sketch Constraints",
|
|
176
|
+
"workspace": "Sketch",
|
|
177
|
+
"shortcut": "H",
|
|
178
|
+
"description": "Forces line segment to be perfectly horizontal",
|
|
179
|
+
"steps": [
|
|
180
|
+
"Select a line segment",
|
|
181
|
+
"Press H or click Horizontal",
|
|
182
|
+
"Line becomes horizontal"
|
|
183
|
+
],
|
|
184
|
+
"tips": [
|
|
185
|
+
"Only applies to line segments",
|
|
186
|
+
"Check constraint count to avoid over-constraining",
|
|
187
|
+
"Over-constraint makes line horizontal AND violates other constraints",
|
|
188
|
+
"Complementary to Vertical constraint"
|
|
189
|
+
],
|
|
190
|
+
"related": ["constraint-vertical", "constraint-parallel"]
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"id": "constraint-vertical",
|
|
194
|
+
"title": "Vertical Constraint",
|
|
195
|
+
"category": "Sketch Constraints",
|
|
196
|
+
"workspace": "Sketch",
|
|
197
|
+
"shortcut": "V",
|
|
198
|
+
"description": "Forces line segment to be perfectly vertical",
|
|
199
|
+
"steps": [
|
|
200
|
+
"Select a line segment",
|
|
201
|
+
"Press V or click Vertical",
|
|
202
|
+
"Line becomes vertical"
|
|
203
|
+
],
|
|
204
|
+
"tips": [
|
|
205
|
+
"Only applies to line segments",
|
|
206
|
+
"Check constraint status to avoid over-constraining",
|
|
207
|
+
"Complementary to Horizontal constraint",
|
|
208
|
+
"Essential for rectangular profiles"
|
|
209
|
+
],
|
|
210
|
+
"related": ["constraint-horizontal", "constraint-perpendicular"]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "constraint-perpendicular",
|
|
214
|
+
"title": "Perpendicular Constraint",
|
|
215
|
+
"category": "Sketch Constraints",
|
|
216
|
+
"workspace": "Sketch",
|
|
217
|
+
"shortcut": "Pe",
|
|
218
|
+
"description": "Forces two line segments to meet at exactly 90° angle",
|
|
219
|
+
"steps": [
|
|
220
|
+
"Select two line segments",
|
|
221
|
+
"Press Pe or click Perpendicular",
|
|
222
|
+
"Segments become perpendicular"
|
|
223
|
+
],
|
|
224
|
+
"tips": [
|
|
225
|
+
"Works on any pair of lines, connected or not",
|
|
226
|
+
"Will move lines to create 90° angle if needed",
|
|
227
|
+
"Essential for rectangular geometry",
|
|
228
|
+
"Reduces degrees of freedom by 1"
|
|
229
|
+
],
|
|
230
|
+
"related": ["constraint-parallel", "constraint-angle"]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": "constraint-parallel",
|
|
234
|
+
"title": "Parallel Constraint",
|
|
235
|
+
"category": "Sketch Constraints",
|
|
236
|
+
"workspace": "Sketch",
|
|
237
|
+
"shortcut": "Pa",
|
|
238
|
+
"description": "Forces two line segments to be parallel (never intersect)",
|
|
239
|
+
"steps": [
|
|
240
|
+
"Select two line segments",
|
|
241
|
+
"Press Pa or click Parallel",
|
|
242
|
+
"Segments become parallel"
|
|
243
|
+
],
|
|
244
|
+
"tips": [
|
|
245
|
+
"Works on any pair of lines, connected or not",
|
|
246
|
+
"Maintains relative angle between lines",
|
|
247
|
+
"Useful for symmetric geometry",
|
|
248
|
+
"Can apply to multiple lines in one operation"
|
|
249
|
+
],
|
|
250
|
+
"related": ["constraint-perpendicular", "constraint-symmetric"]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"id": "constraint-tangent",
|
|
254
|
+
"title": "Tangent Constraint",
|
|
255
|
+
"category": "Sketch Constraints",
|
|
256
|
+
"workspace": "Sketch",
|
|
257
|
+
"shortcut": "Ta",
|
|
258
|
+
"description": "Forces line tangent to circle/arc or two curves to touch smoothly",
|
|
259
|
+
"steps": [
|
|
260
|
+
"Select line and circle/arc",
|
|
261
|
+
"Press Ta or click Tangent",
|
|
262
|
+
"Line becomes tangent to circle"
|
|
263
|
+
],
|
|
264
|
+
"tips": [
|
|
265
|
+
"Creates smooth transitions in profiles",
|
|
266
|
+
"Essential for sweep and loft operations",
|
|
267
|
+
"Works with splines and other curves",
|
|
268
|
+
"Two arcs can be tangent to each other"
|
|
269
|
+
],
|
|
270
|
+
"related": ["sketch-arc", "sketch-spline"]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "constraint-equal",
|
|
274
|
+
"title": "Equal Constraint",
|
|
275
|
+
"category": "Sketch Constraints",
|
|
276
|
+
"workspace": "Sketch",
|
|
277
|
+
"shortcut": "Eq",
|
|
278
|
+
"description": "Forces line segments equal length or circles equal radius",
|
|
279
|
+
"steps": [
|
|
280
|
+
"Select two lines or two circles",
|
|
281
|
+
"Press Eq or click Equal",
|
|
282
|
+
"Geometry becomes equal"
|
|
283
|
+
],
|
|
284
|
+
"tips": [
|
|
285
|
+
"For lines: both become average length",
|
|
286
|
+
"For circles: both become average radius",
|
|
287
|
+
"Useful for symmetric patterns",
|
|
288
|
+
"Can apply to multiple objects at once"
|
|
289
|
+
],
|
|
290
|
+
"related": ["constraint-symmetric", "constraint-concentric"]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "constraint-fixed",
|
|
294
|
+
"title": "Fixed Constraint",
|
|
295
|
+
"category": "Sketch Constraints",
|
|
296
|
+
"workspace": "Sketch",
|
|
297
|
+
"shortcut": "F",
|
|
298
|
+
"description": "Locks point or line in place (prevents all movement)",
|
|
299
|
+
"steps": [
|
|
300
|
+
"Select point or line segment",
|
|
301
|
+
"Press F or click Fixed",
|
|
302
|
+
"Element becomes locked"
|
|
303
|
+
],
|
|
304
|
+
"tips": [
|
|
305
|
+
"Eliminates degrees of freedom entirely",
|
|
306
|
+
"Use sparingly (can over-constrain easily)",
|
|
307
|
+
"Lock only essential reference geometry",
|
|
308
|
+
"Can lock individual coordinates (X or Y only)"
|
|
309
|
+
],
|
|
310
|
+
"related": ["constraint-concentric", "constraint-distance"]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "constraint-concentric",
|
|
314
|
+
"title": "Concentric Constraint",
|
|
315
|
+
"category": "Sketch Constraints",
|
|
316
|
+
"workspace": "Sketch",
|
|
317
|
+
"shortcut": "Cc",
|
|
318
|
+
"description": "Forces two circles/arcs to share same center point",
|
|
319
|
+
"steps": [
|
|
320
|
+
"Select two circles or arcs",
|
|
321
|
+
"Press Cc or click Concentric",
|
|
322
|
+
"Circles become concentric"
|
|
323
|
+
],
|
|
324
|
+
"tips": [
|
|
325
|
+
"Commonly used for holes inside parts",
|
|
326
|
+
"Creates accurate bore patterns",
|
|
327
|
+
"Works with circles, arcs, and ellipses",
|
|
328
|
+
"Reduces degrees of freedom by 2"
|
|
329
|
+
],
|
|
330
|
+
"related": ["constraint-equal", "constraint-distance"]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "constraint-symmetric",
|
|
334
|
+
"title": "Symmetric Constraint",
|
|
335
|
+
"category": "Sketch Constraints",
|
|
336
|
+
"workspace": "Sketch",
|
|
337
|
+
"shortcut": "Sy",
|
|
338
|
+
"description": "Forces two points/lines to be mirror-images across line",
|
|
339
|
+
"steps": [
|
|
340
|
+
"Select two points and a symmetry line",
|
|
341
|
+
"Press Sy or click Symmetric",
|
|
342
|
+
"Points become symmetric about line"
|
|
343
|
+
],
|
|
344
|
+
"tips": [
|
|
345
|
+
"Third selection is symmetry axis (usually line)",
|
|
346
|
+
"Can apply to multiple point pairs",
|
|
347
|
+
"Essential for symmetric part design",
|
|
348
|
+
"Automatically maintains reflection"
|
|
349
|
+
],
|
|
350
|
+
"related": ["constraint-parallel", "constraint-equal"]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"id": "constraint-distance",
|
|
354
|
+
"title": "Distance Constraint",
|
|
355
|
+
"category": "Sketch Constraints",
|
|
356
|
+
"workspace": "Sketch",
|
|
357
|
+
"shortcut": "D",
|
|
358
|
+
"description": "Sets distance between two points or point and line",
|
|
359
|
+
"steps": [
|
|
360
|
+
"Select two points or point and line",
|
|
361
|
+
"Press D or click Distance",
|
|
362
|
+
"Type dimension value in dialog",
|
|
363
|
+
"Press Enter to apply"
|
|
364
|
+
],
|
|
365
|
+
"tips": [
|
|
366
|
+
"Most important constraint for controlling size",
|
|
367
|
+
"Can reference parameters for parametric design",
|
|
368
|
+
"Negative distance inverts direction",
|
|
369
|
+
"Can constrain distance from origin (0,0)"
|
|
370
|
+
],
|
|
371
|
+
"related": ["constraint-angle", "constraint-horizontal"]
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"id": "constraint-angle",
|
|
375
|
+
"title": "Angle Constraint",
|
|
376
|
+
"category": "Sketch Constraints",
|
|
377
|
+
"workspace": "Sketch",
|
|
378
|
+
"shortcut": "An",
|
|
379
|
+
"description": "Sets angle between two line segments",
|
|
380
|
+
"steps": [
|
|
381
|
+
"Select two line segments",
|
|
382
|
+
"Press An or click Angle",
|
|
383
|
+
"Type angle value in degrees",
|
|
384
|
+
"Press Enter to apply"
|
|
385
|
+
],
|
|
386
|
+
"tips": [
|
|
387
|
+
"Angle measured counter-clockwise from first to second line",
|
|
388
|
+
"Valid range: 0° to 360°",
|
|
389
|
+
"Useful for precise angular relationships",
|
|
390
|
+
"Essential for gear teeth, draft angles"
|
|
391
|
+
],
|
|
392
|
+
"related": ["constraint-perpendicular", "constraint-distance"]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "solid-extrude",
|
|
396
|
+
"title": "Extrude",
|
|
397
|
+
"category": "Solid Operations",
|
|
398
|
+
"workspace": "Solid",
|
|
399
|
+
"shortcut": "E",
|
|
400
|
+
"description": "Pulls 2D sketch profile into 3D space creating solid",
|
|
401
|
+
"steps": [
|
|
402
|
+
"Create and constrain sketch",
|
|
403
|
+
"Exit sketch (Esc)",
|
|
404
|
+
"Press E or click Extrude",
|
|
405
|
+
"Select sketch profile (auto-selected if only one exists)",
|
|
406
|
+
"Set extrude distance (direction up/down or symmetric)",
|
|
407
|
+
"Click OK"
|
|
408
|
+
],
|
|
409
|
+
"tips": [
|
|
410
|
+
"Symmetric extrude spreads distance equally above/below sketch",
|
|
411
|
+
"Hold Shift while dragging to preview direction",
|
|
412
|
+
"Can apply taper angle for draft",
|
|
413
|
+
"Negative distance extrudes opposite direction"
|
|
414
|
+
],
|
|
415
|
+
"related": ["solid-revolve", "solid-sweep"]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": "solid-revolve",
|
|
419
|
+
"title": "Revolve",
|
|
420
|
+
"category": "Solid Operations",
|
|
421
|
+
"workspace": "Solid",
|
|
422
|
+
"shortcut": "R",
|
|
423
|
+
"description": "Rotates 2D profile around axis creating solid of revolution",
|
|
424
|
+
"steps": [
|
|
425
|
+
"Create profile sketch (must include separate center line for axis)",
|
|
426
|
+
"Exit sketch",
|
|
427
|
+
"Press R or click Revolve",
|
|
428
|
+
"Select sketch profile",
|
|
429
|
+
"Select axis line (auto-detects centerline if exists)",
|
|
430
|
+
"Set rotation angle (default 360° for full revolution)",
|
|
431
|
+
"Click OK"
|
|
432
|
+
],
|
|
433
|
+
"tips": [
|
|
434
|
+
"Axis MUST be separate line, not part of profile",
|
|
435
|
+
"Profile must be on one side of axis only",
|
|
436
|
+
"Full 360° creates complete rotationally symmetric part",
|
|
437
|
+
"Partial angle creates sectors (e.g., pie-shaped features)"
|
|
438
|
+
],
|
|
439
|
+
"related": ["solid-extrude", "solid-sweep"]
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": "solid-sweep",
|
|
443
|
+
"title": "Sweep",
|
|
444
|
+
"category": "Solid Operations",
|
|
445
|
+
"workspace": "Solid",
|
|
446
|
+
"shortcut": "Sw",
|
|
447
|
+
"description": "Moves 2D profile along 3D path creating swept solid",
|
|
448
|
+
"steps": [
|
|
449
|
+
"Create profile sketch (2D closed or open shape)",
|
|
450
|
+
"Create path sketch or edge (3D curve)",
|
|
451
|
+
"Exit sketches",
|
|
452
|
+
"Press Sw or click Sweep",
|
|
453
|
+
"Select profile sketch",
|
|
454
|
+
"Select path (line, arc, 3D spline, or edge)",
|
|
455
|
+
"Set twist angle and scale options",
|
|
456
|
+
"Click OK"
|
|
457
|
+
],
|
|
458
|
+
"tips": [
|
|
459
|
+
"Profile should be perpendicular to path start",
|
|
460
|
+
"Path can twist: set twist angle for helical sweeps (springs, threads)",
|
|
461
|
+
"Scale along path: profile grows/shrinks following path",
|
|
462
|
+
"Path must be continuous (no branches)"
|
|
463
|
+
],
|
|
464
|
+
"related": ["solid-extrude", "solid-loft"]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": "solid-loft",
|
|
468
|
+
"title": "Loft",
|
|
469
|
+
"category": "Solid Operations",
|
|
470
|
+
"workspace": "Solid",
|
|
471
|
+
"shortcut": "Lo",
|
|
472
|
+
"description": "Interpolates between multiple 2D profiles creating smooth solid",
|
|
473
|
+
"steps": [
|
|
474
|
+
"Create multiple sketch profiles at different heights/planes",
|
|
475
|
+
"Exit sketches",
|
|
476
|
+
"Press Lo or click Loft",
|
|
477
|
+
"Select profiles in order (first to last)",
|
|
478
|
+
"Set continuity: Positional, Tangent, or Curvature",
|
|
479
|
+
"Click OK"
|
|
480
|
+
],
|
|
481
|
+
"tips": [
|
|
482
|
+
"Profiles should have same number of points and similar topology",
|
|
483
|
+
"Tangent continuity creates smooth surfaces",
|
|
484
|
+
"Can loft point to circle (cone), circle to rectangle, etc.",
|
|
485
|
+
"Order of selection matters"
|
|
486
|
+
],
|
|
487
|
+
"related": ["solid-sweep", "surface-filled"]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"id": "solid-fillet",
|
|
491
|
+
"title": "Fillet",
|
|
492
|
+
"category": "Modification",
|
|
493
|
+
"workspace": "Solid",
|
|
494
|
+
"shortcut": "Fi",
|
|
495
|
+
"description": "Rounds sharp edges on solid creating smooth transitions",
|
|
496
|
+
"steps": [
|
|
497
|
+
"Create solid body",
|
|
498
|
+
"Press Fi or click Fillet",
|
|
499
|
+
"Select edges to fillet (click multiple edges)",
|
|
500
|
+
"Set radius value (default 5mm)",
|
|
501
|
+
"Click OK"
|
|
502
|
+
],
|
|
503
|
+
"tips": [
|
|
504
|
+
"Select edge by clicking on it, not the face",
|
|
505
|
+
"Can fillet multiple edges in one operation",
|
|
506
|
+
"Radius must be smaller than adjacent geometry",
|
|
507
|
+
"Variable radius: set different radii for different edges"
|
|
508
|
+
],
|
|
509
|
+
"related": ["solid-chamfer", "solid-shell"]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": "solid-chamfer",
|
|
513
|
+
"title": "Chamfer",
|
|
514
|
+
"category": "Modification",
|
|
515
|
+
"workspace": "Solid",
|
|
516
|
+
"shortcut": "Ch",
|
|
517
|
+
"description": "Cuts away sharp edges with flat or angled surface",
|
|
518
|
+
"steps": [
|
|
519
|
+
"Create solid body",
|
|
520
|
+
"Press Ch or click Chamfer",
|
|
521
|
+
"Select edges to chamfer",
|
|
522
|
+
"Set chamfer distance (or angle and distance)",
|
|
523
|
+
"Click OK"
|
|
524
|
+
],
|
|
525
|
+
"tips": [
|
|
526
|
+
"Select edges like with Fillet",
|
|
527
|
+
"Distance typically smaller than fillet",
|
|
528
|
+
"Angle + distance for angled chamfer",
|
|
529
|
+
"Useful for deburring and functional design"
|
|
530
|
+
],
|
|
531
|
+
"related": ["solid-fillet", "solid-draft"]
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": "solid-shell",
|
|
535
|
+
"title": "Shell",
|
|
536
|
+
"category": "Modification",
|
|
537
|
+
"workspace": "Solid",
|
|
538
|
+
"shortcut": "Sh",
|
|
539
|
+
"description": "Removes material creating hollow shell with uniform wall thickness",
|
|
540
|
+
"steps": [
|
|
541
|
+
"Create solid body",
|
|
542
|
+
"Press Sh or click Shell",
|
|
543
|
+
"Select faces to remove (empty removes none)",
|
|
544
|
+
"Set wall thickness (uniform throughout)",
|
|
545
|
+
"Click OK"
|
|
546
|
+
],
|
|
547
|
+
"tips": [
|
|
548
|
+
"Remove top face for open container",
|
|
549
|
+
"Can remove multiple faces",
|
|
550
|
+
"Wall thickness applies to all remaining faces",
|
|
551
|
+
"Useful for containers, enclosures, thin-wall parts"
|
|
552
|
+
],
|
|
553
|
+
"related": ["solid-fillet", "surface-thicken"]
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"id": "solid-draft",
|
|
557
|
+
"title": "Draft",
|
|
558
|
+
"category": "Modification",
|
|
559
|
+
"workspace": "Solid",
|
|
560
|
+
"shortcut": "Dr",
|
|
561
|
+
"description": "Applies draft angle to faces for molding/casting/functional reasons",
|
|
562
|
+
"steps": [
|
|
563
|
+
"Create solid body",
|
|
564
|
+
"Press Dr or click Draft",
|
|
565
|
+
"Select faces to draft",
|
|
566
|
+
"Set draft plane (reference plane for direction)",
|
|
567
|
+
"Set draft angle (typically 5-10°)",
|
|
568
|
+
"Click OK"
|
|
569
|
+
],
|
|
570
|
+
"tips": [
|
|
571
|
+
"Draft plane determines taper direction",
|
|
572
|
+
"Positive angle tapers one direction, negative opposes",
|
|
573
|
+
"Essential for injection molding and casting",
|
|
574
|
+
"Pull direction must be consistent"
|
|
575
|
+
],
|
|
576
|
+
"related": ["solid-shell", "solid-fillet"]
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"id": "pattern-rectangular",
|
|
580
|
+
"title": "Rectangular Pattern",
|
|
581
|
+
"category": "Pattern Operations",
|
|
582
|
+
"workspace": "Solid",
|
|
583
|
+
"shortcut": "Pr",
|
|
584
|
+
"description": "Creates array of features in rectangular grid (X and Y directions)",
|
|
585
|
+
"steps": [
|
|
586
|
+
"Create feature (extrude, hole, etc.)",
|
|
587
|
+
"Press Pr or click Rectangular Pattern",
|
|
588
|
+
"Select feature to pattern",
|
|
589
|
+
"Set X count (number of columns)",
|
|
590
|
+
"Set Y count (number of rows)",
|
|
591
|
+
"Set X spacing and Y spacing",
|
|
592
|
+
"Click OK"
|
|
593
|
+
],
|
|
594
|
+
"tips": [
|
|
595
|
+
"Feature is duplicated (count-1) times in each direction",
|
|
596
|
+
"Spacing measured from feature center to center",
|
|
597
|
+
"Can pattern holes, bosses, slots, etc.",
|
|
598
|
+
"All instances synchronized (edit original, all update)"
|
|
599
|
+
],
|
|
600
|
+
"related": ["pattern-circular", "pattern-mirror"]
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"id": "pattern-circular",
|
|
604
|
+
"title": "Circular Pattern",
|
|
605
|
+
"category": "Pattern Operations",
|
|
606
|
+
"workspace": "Solid",
|
|
607
|
+
"shortcut": "Pc",
|
|
608
|
+
"description": "Creates array of features arranged in circle around axis",
|
|
609
|
+
"steps": [
|
|
610
|
+
"Create feature",
|
|
611
|
+
"Press Pc or click Circular Pattern",
|
|
612
|
+
"Select feature to pattern",
|
|
613
|
+
"Select axis (or default to Z-axis)",
|
|
614
|
+
"Set count (total instances including original)",
|
|
615
|
+
"Set angle (360° for full circle, less for partial)",
|
|
616
|
+
"Click OK"
|
|
617
|
+
],
|
|
618
|
+
"tips": [
|
|
619
|
+
"Count includes original feature",
|
|
620
|
+
"Equal spacing around circle",
|
|
621
|
+
"Angle less than 360° creates partial arrays",
|
|
622
|
+
"Useful for bolt holes, impellers, gear teeth"
|
|
623
|
+
],
|
|
624
|
+
"related": ["pattern-rectangular", "pattern-mirror"]
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "pattern-mirror",
|
|
628
|
+
"title": "Mirror",
|
|
629
|
+
"category": "Pattern Operations",
|
|
630
|
+
"workspace": "Solid",
|
|
631
|
+
"shortcut": "Mi",
|
|
632
|
+
"description": "Creates mirror-image of feature across plane",
|
|
633
|
+
"steps": [
|
|
634
|
+
"Create feature",
|
|
635
|
+
"Press Mi or click Mirror",
|
|
636
|
+
"Select feature to mirror",
|
|
637
|
+
"Select mirror plane (XY, YZ, XZ, or custom)",
|
|
638
|
+
"Click OK"
|
|
639
|
+
],
|
|
640
|
+
"tips": [
|
|
641
|
+
"Mirror plane must be perpendicular to feature",
|
|
642
|
+
"Useful for symmetric parts",
|
|
643
|
+
"Mirrored feature stays linked to original",
|
|
644
|
+
"Edit original, mirror updates automatically"
|
|
645
|
+
],
|
|
646
|
+
"related": ["pattern-rectangular", "pattern-circular"]
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": "boolean-union",
|
|
650
|
+
"title": "Boolean Union",
|
|
651
|
+
"category": "Boolean Operations",
|
|
652
|
+
"workspace": "Solid",
|
|
653
|
+
"shortcut": "Bu",
|
|
654
|
+
"description": "Combines two bodies into one, merging volumes",
|
|
655
|
+
"steps": [
|
|
656
|
+
"Create two separate bodies",
|
|
657
|
+
"Press Bu or click Union",
|
|
658
|
+
"Select first body",
|
|
659
|
+
"Select second body (or multiple)",
|
|
660
|
+
"Click OK"
|
|
661
|
+
],
|
|
662
|
+
"tips": [
|
|
663
|
+
"Overlapping volumes merge smoothly",
|
|
664
|
+
"Creates single resulting body",
|
|
665
|
+
"Order of selection doesn't matter",
|
|
666
|
+
"Can union 3+ bodies in one operation"
|
|
667
|
+
],
|
|
668
|
+
"related": ["boolean-cut", "boolean-intersect"]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"id": "boolean-cut",
|
|
672
|
+
"title": "Boolean Cut",
|
|
673
|
+
"category": "Boolean Operations",
|
|
674
|
+
"workspace": "Solid",
|
|
675
|
+
"shortcut": "Bc",
|
|
676
|
+
"description": "Subtracts one body from another like using cutting tool",
|
|
677
|
+
"steps": [
|
|
678
|
+
"Create two bodies (one to keep, one to remove)",
|
|
679
|
+
"Press Bc or click Cut",
|
|
680
|
+
"Select target body (the one to keep)",
|
|
681
|
+
"Select tool body (the one to subtract)",
|
|
682
|
+
"Click OK"
|
|
683
|
+
],
|
|
684
|
+
"tips": [
|
|
685
|
+
"Keep material from first body, subtract second",
|
|
686
|
+
"Tool body is deleted after cut",
|
|
687
|
+
"Order of selection matters (first = target, second = tool)",
|
|
688
|
+
"Can use complex shapes as cutting tools"
|
|
689
|
+
],
|
|
690
|
+
"related": ["boolean-union", "boolean-intersect"]
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"id": "boolean-intersect",
|
|
694
|
+
"title": "Boolean Intersect",
|
|
695
|
+
"category": "Boolean Operations",
|
|
696
|
+
"workspace": "Solid",
|
|
697
|
+
"shortcut": "Bi",
|
|
698
|
+
"description": "Keeps only overlapping volume between two bodies",
|
|
699
|
+
"steps": [
|
|
700
|
+
"Create two overlapping bodies",
|
|
701
|
+
"Press Bi or click Intersect",
|
|
702
|
+
"Select first body",
|
|
703
|
+
"Select second body",
|
|
704
|
+
"Click OK"
|
|
705
|
+
],
|
|
706
|
+
"tips": [
|
|
707
|
+
"Result is overlap region only",
|
|
708
|
+
"Both input bodies are consumed",
|
|
709
|
+
"Useful for finding common geometry",
|
|
710
|
+
"Less commonly used than Union and Cut"
|
|
711
|
+
],
|
|
712
|
+
"related": ["boolean-union", "boolean-cut"]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": "assembly-insert",
|
|
716
|
+
"title": "Insert Component",
|
|
717
|
+
"category": "Assembly",
|
|
718
|
+
"workspace": "Assembly",
|
|
719
|
+
"shortcut": "I",
|
|
720
|
+
"description": "Adds new part (body) to assembly",
|
|
721
|
+
"steps": [
|
|
722
|
+
"Press I or click Insert Component",
|
|
723
|
+
"Select part file or create new",
|
|
724
|
+
"Click in 3D view to place component",
|
|
725
|
+
"Press Esc to finish placement"
|
|
726
|
+
],
|
|
727
|
+
"tips": [
|
|
728
|
+
"Components can be cycleCAD parts or imported STEP files",
|
|
729
|
+
"First component placement is freeform",
|
|
730
|
+
"Subsequent components should be constrained with joints",
|
|
731
|
+
"Components remain editable in assembly context"
|
|
732
|
+
],
|
|
733
|
+
"related": ["assembly-rigid-joint", "assembly-revolute-joint"]
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"id": "assembly-rigid-joint",
|
|
737
|
+
"title": "Rigid Joint",
|
|
738
|
+
"category": "Assembly Joints",
|
|
739
|
+
"workspace": "Assembly",
|
|
740
|
+
"shortcut": "Jr",
|
|
741
|
+
"description": "Locks two components in fixed position and rotation (welded connection)",
|
|
742
|
+
"steps": [
|
|
743
|
+
"Select two components",
|
|
744
|
+
"Press Jr or click Rigid Joint",
|
|
745
|
+
"Align faces/edges as needed",
|
|
746
|
+
"Click OK"
|
|
747
|
+
],
|
|
748
|
+
"tips": [
|
|
749
|
+
"Creates immovable connection",
|
|
750
|
+
"Both components move together",
|
|
751
|
+
"Often used for sub-assemblies",
|
|
752
|
+
"Simplest joint type"
|
|
753
|
+
],
|
|
754
|
+
"related": ["assembly-revolute-joint", "assembly-slider-joint"]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"id": "assembly-revolute-joint",
|
|
758
|
+
"title": "Revolute Joint (Hinge)",
|
|
759
|
+
"category": "Assembly Joints",
|
|
760
|
+
"workspace": "Assembly",
|
|
761
|
+
"shortcut": "Jh",
|
|
762
|
+
"description": "Allows rotation around one axis like door hinge",
|
|
763
|
+
"steps": [
|
|
764
|
+
"Select two components",
|
|
765
|
+
"Press Jh or click Revolute Joint",
|
|
766
|
+
"Select axis line or edge (rotation axis)",
|
|
767
|
+
"Set angle limits (optional)",
|
|
768
|
+
"Click OK"
|
|
769
|
+
],
|
|
770
|
+
"tips": [
|
|
771
|
+
"Components rotate relative to each other",
|
|
772
|
+
"Can specify angle limits (e.g., 0-90°)",
|
|
773
|
+
"Can set friction/damping for motion study",
|
|
774
|
+
"Useful for doors, levers, wheels"
|
|
775
|
+
],
|
|
776
|
+
"related": ["assembly-slider-joint", "assembly-ball-joint"]
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"id": "assembly-slider-joint",
|
|
780
|
+
"title": "Slider Joint",
|
|
781
|
+
"category": "Assembly Joints",
|
|
782
|
+
"workspace": "Assembly",
|
|
783
|
+
"shortcut": "Js",
|
|
784
|
+
"description": "Allows one component to slide along axis relative to another",
|
|
785
|
+
"steps": [
|
|
786
|
+
"Select two components",
|
|
787
|
+
"Press Js or click Slider Joint",
|
|
788
|
+
"Select axis direction",
|
|
789
|
+
"Set travel limits (optional)",
|
|
790
|
+
"Click OK"
|
|
791
|
+
],
|
|
792
|
+
"tips": [
|
|
793
|
+
"Components can translate along axis",
|
|
794
|
+
"Can specify distance limits",
|
|
795
|
+
"Useful for pistons, drawer slides",
|
|
796
|
+
"Axis must be defined by edge or constructed line"
|
|
797
|
+
],
|
|
798
|
+
"related": ["assembly-revolute-joint", "assembly-ball-joint"]
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"id": "assembly-ball-joint",
|
|
802
|
+
"title": "Ball Joint",
|
|
803
|
+
"category": "Assembly Joints",
|
|
804
|
+
"workspace": "Assembly",
|
|
805
|
+
"shortcut": "Jb",
|
|
806
|
+
"description": "Allows rotation in all directions around point (ball-and-socket)",
|
|
807
|
+
"steps": [
|
|
808
|
+
"Select two components",
|
|
809
|
+
"Press Jb or click Ball Joint",
|
|
810
|
+
"Select center point",
|
|
811
|
+
"Set rotation limits (optional cone angle)",
|
|
812
|
+
"Click OK"
|
|
813
|
+
],
|
|
814
|
+
"tips": [
|
|
815
|
+
"Maximally flexible rotation",
|
|
816
|
+
"Can restrict cone angle for limited motion",
|
|
817
|
+
"Useful for robotic joints, universal joints",
|
|
818
|
+
"Reduces degrees of freedom by 3"
|
|
819
|
+
],
|
|
820
|
+
"related": ["assembly-revolute-joint", "assembly-planar-joint"]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": "assembly-planar-joint",
|
|
824
|
+
"title": "Planar Joint",
|
|
825
|
+
"category": "Assembly Joints",
|
|
826
|
+
"workspace": "Assembly",
|
|
827
|
+
"shortcut": "Jp",
|
|
828
|
+
"description": "Locks one plane to another plane (allows translation in plane, rotation around normal)",
|
|
829
|
+
"steps": [
|
|
830
|
+
"Select two components",
|
|
831
|
+
"Press Jp or click Planar Joint",
|
|
832
|
+
"Select mating planes",
|
|
833
|
+
"Click OK"
|
|
834
|
+
],
|
|
835
|
+
"tips": [
|
|
836
|
+
"Useful for parts sliding on flat surface",
|
|
837
|
+
"Reduces degrees of freedom by 3",
|
|
838
|
+
"Can add additional constraints for more restriction",
|
|
839
|
+
"Like placing book on table"
|
|
840
|
+
],
|
|
841
|
+
"related": ["assembly-cylinder-joint", "assembly-revolute-joint"]
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"id": "assembly-cylinder-joint",
|
|
845
|
+
"title": "Cylinder Joint",
|
|
846
|
+
"category": "Assembly Joints",
|
|
847
|
+
"workspace": "Assembly",
|
|
848
|
+
"shortcut": "Jc",
|
|
849
|
+
"description": "Locks axes together (rotation around axis + translation along axis)",
|
|
850
|
+
"steps": [
|
|
851
|
+
"Select two components",
|
|
852
|
+
"Press Jc or click Cylinder Joint",
|
|
853
|
+
"Select axis (edge or constructed line)",
|
|
854
|
+
"Click OK"
|
|
855
|
+
],
|
|
856
|
+
"tips": [
|
|
857
|
+
"Like piston in cylinder",
|
|
858
|
+
"Can translate and rotate along same axis",
|
|
859
|
+
"Reduces degrees of freedom by 4",
|
|
860
|
+
"Useful for rotating + moving parts"
|
|
861
|
+
],
|
|
862
|
+
"related": ["assembly-slider-joint", "assembly-revolute-joint"]
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"id": "assembly-explode",
|
|
866
|
+
"title": "Explode View",
|
|
867
|
+
"category": "Assembly Tools",
|
|
868
|
+
"workspace": "Assembly",
|
|
869
|
+
"shortcut": "Ex",
|
|
870
|
+
"description": "Creates animated explosion showing how parts fit together",
|
|
871
|
+
"steps": [
|
|
872
|
+
"Select components to explode (or all if none selected)",
|
|
873
|
+
"Press Ex or click Explode",
|
|
874
|
+
"Drag components outward in 3D view",
|
|
875
|
+
"Set animation timing",
|
|
876
|
+
"Click OK to save exploded state"
|
|
877
|
+
],
|
|
878
|
+
"tips": [
|
|
879
|
+
"Useful for assembly instructions and documentation",
|
|
880
|
+
"Can be animated for presentations",
|
|
881
|
+
"Multiple explosion states can be saved",
|
|
882
|
+
"Reset to assembled state anytime"
|
|
883
|
+
],
|
|
884
|
+
"related": ["assembly-insert", "assembly-rigid-joint"]
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"id": "assembly-collision",
|
|
888
|
+
"title": "Collision Detection",
|
|
889
|
+
"category": "Assembly Tools",
|
|
890
|
+
"workspace": "Assembly",
|
|
891
|
+
"shortcut": "Cc",
|
|
892
|
+
"description": "Finds interference between components (overlapping geometry)",
|
|
893
|
+
"steps": [
|
|
894
|
+
"Complete assembly (all components positioned)",
|
|
895
|
+
"Press Cc or click Check Collisions",
|
|
896
|
+
"Colliding parts highlighted in red",
|
|
897
|
+
"View violation details in panel",
|
|
898
|
+
"Adjust components to resolve"
|
|
899
|
+
],
|
|
900
|
+
"tips": [
|
|
901
|
+
"Essential quality check before manufacturing",
|
|
902
|
+
"Shows exact volume of overlap",
|
|
903
|
+
"Can create clearance report",
|
|
904
|
+
"Run before exporting design"
|
|
905
|
+
],
|
|
906
|
+
"related": ["assembly-insert", "assembly-rigid-joint"]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"id": "cam-setup",
|
|
910
|
+
"title": "CAM Setup",
|
|
911
|
+
"category": "CAM",
|
|
912
|
+
"workspace": "Manufacturing",
|
|
913
|
+
"shortcut": "Su",
|
|
914
|
+
"description": "Defines workpiece, stock, and machine type for CAM operations",
|
|
915
|
+
"steps": [
|
|
916
|
+
"Click Setup in CAM panel",
|
|
917
|
+
"Select Stock type (Box, Cylinder, or from geometry)",
|
|
918
|
+
"Set dimensions (length, width, height)",
|
|
919
|
+
"Select Machine type (3-axis mill, 4-axis, laser, etc.)",
|
|
920
|
+
"Click OK"
|
|
921
|
+
],
|
|
922
|
+
"tips": [
|
|
923
|
+
"Stock should be larger than final part",
|
|
924
|
+
"Machine type determines available tool paths",
|
|
925
|
+
"Multiple setups can be created for different operations",
|
|
926
|
+
"Setup defines anchor point and orientation"
|
|
927
|
+
],
|
|
928
|
+
"related": ["cam-tool-library", "cam-contour"]
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "cam-tool-library",
|
|
932
|
+
"title": "Tool Library",
|
|
933
|
+
"category": "CAM",
|
|
934
|
+
"workspace": "Manufacturing",
|
|
935
|
+
"shortcut": "Tl",
|
|
936
|
+
"description": "Manages cutting tools with feeds/speeds",
|
|
937
|
+
"steps": [
|
|
938
|
+
"Click Tool Library",
|
|
939
|
+
"Browse or create tool",
|
|
940
|
+
"Set dimensions: diameter, flute length",
|
|
941
|
+
"Set material compatibility (aluminum, steel, plastic)",
|
|
942
|
+
"Feeds and speeds auto-populate",
|
|
943
|
+
"Click Add to Library"
|
|
944
|
+
],
|
|
945
|
+
"tips": [
|
|
946
|
+
"Library is persistent (saved with project)",
|
|
947
|
+
"Can import standard tool libraries",
|
|
948
|
+
"Feeds/speeds can be customized",
|
|
949
|
+
"Tool material affects recommendations"
|
|
950
|
+
],
|
|
951
|
+
"related": ["cam-setup", "cam-contour"]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"id": "cam-contour",
|
|
955
|
+
"title": "Contour (Profile)",
|
|
956
|
+
"category": "CAM 2D Toolpaths",
|
|
957
|
+
"workspace": "Manufacturing",
|
|
958
|
+
"shortcut": "Cn",
|
|
959
|
+
"description": "Mills outline/perimeter of 2D sketch (cutting the edge)",
|
|
960
|
+
"steps": [
|
|
961
|
+
"Select 2D sketch or face edge",
|
|
962
|
+
"Click Contour",
|
|
963
|
+
"Select tool from library",
|
|
964
|
+
"Set passes (depth per pass)",
|
|
965
|
+
"Set climb/conventional milling",
|
|
966
|
+
"Click OK"
|
|
967
|
+
],
|
|
968
|
+
"tips": [
|
|
969
|
+
"Used for cutting outer profiles",
|
|
970
|
+
"Can cut inside or outside contour",
|
|
971
|
+
"Climb milling = faster but more vibration",
|
|
972
|
+
"Conventional = safer but slower"
|
|
973
|
+
],
|
|
974
|
+
"related": ["cam-pocket", "cam-drill"]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": "cam-pocket",
|
|
978
|
+
"title": "Pocket (Cavity)",
|
|
979
|
+
"category": "CAM 2D Toolpaths",
|
|
980
|
+
"workspace": "Manufacturing",
|
|
981
|
+
"shortcut": "Pk",
|
|
982
|
+
"description": "Mills out enclosed area to specified depth (creating recess)",
|
|
983
|
+
"steps": [
|
|
984
|
+
"Select closed sketch or face",
|
|
985
|
+
"Click Pocket",
|
|
986
|
+
"Select tool",
|
|
987
|
+
"Set depth",
|
|
988
|
+
"Set passes",
|
|
989
|
+
"Click OK"
|
|
990
|
+
],
|
|
991
|
+
"tips": [
|
|
992
|
+
"Area inside closed profile is machined",
|
|
993
|
+
"Multiple passes prevent tool breakage",
|
|
994
|
+
"Tool diameter affects sharp corners",
|
|
995
|
+
"Can use ball mill for smooth contours"
|
|
996
|
+
],
|
|
997
|
+
"related": ["cam-contour", "cam-drill"]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"id": "cam-drill",
|
|
1001
|
+
"title": "Drilling",
|
|
1002
|
+
"category": "CAM 2D Toolpaths",
|
|
1003
|
+
"workspace": "Manufacturing",
|
|
1004
|
+
"shortcut": "Dr",
|
|
1005
|
+
"description": "Creates drilling operation (plunge straight down, rapid feed)",
|
|
1006
|
+
"steps": [
|
|
1007
|
+
"Select drill points (sketch or construction points)",
|
|
1008
|
+
"Click Drill",
|
|
1009
|
+
"Select drill tool",
|
|
1010
|
+
"Set depth",
|
|
1011
|
+
"Click OK"
|
|
1012
|
+
],
|
|
1013
|
+
"tips": [
|
|
1014
|
+
"Selects drill tool automatically based on hole size",
|
|
1015
|
+
"Can specify peck drilling (multiple steps)",
|
|
1016
|
+
"Rapid traverse above part, plunge to depth",
|
|
1017
|
+
"G-code output includes M03 spindle start"
|
|
1018
|
+
],
|
|
1019
|
+
"related": ["cam-contour", "cam-pocket"]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"id": "cam-roughing",
|
|
1023
|
+
"title": "Roughing",
|
|
1024
|
+
"category": "CAM 3D Toolpaths",
|
|
1025
|
+
"workspace": "Manufacturing",
|
|
1026
|
+
"shortcut": "Rg",
|
|
1027
|
+
"description": "Removes bulk material quickly using large tool (prepares for finishing)",
|
|
1028
|
+
"steps": [
|
|
1029
|
+
"Select body or face to machine",
|
|
1030
|
+
"Click Roughing",
|
|
1031
|
+
"Select large tool (roughing endmill)",
|
|
1032
|
+
"Set step-down (vertical depth per pass)",
|
|
1033
|
+
"Set step-over (horizontal spacing)",
|
|
1034
|
+
"Click OK"
|
|
1035
|
+
],
|
|
1036
|
+
"tips": [
|
|
1037
|
+
"Aggressive feeds/speeds (trades tool life for speed)",
|
|
1038
|
+
"Leaves finishing allowance (stock for final pass)",
|
|
1039
|
+
"Large step-over reduces time",
|
|
1040
|
+
"Heavier machine loads than finishing"
|
|
1041
|
+
],
|
|
1042
|
+
"related": ["cam-finishing", "cam-contour"]
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"id": "cam-finishing",
|
|
1046
|
+
"title": "Finishing",
|
|
1047
|
+
"category": "CAM 3D Toolpaths",
|
|
1048
|
+
"workspace": "Manufacturing",
|
|
1049
|
+
"shortcut": "Fn",
|
|
1050
|
+
"description": "Fine cuts to achieve final dimensions and surface finish",
|
|
1051
|
+
"steps": [
|
|
1052
|
+
"Select body or face to finish",
|
|
1053
|
+
"Click Finishing",
|
|
1054
|
+
"Select finishing tool (ball mill or fine endmill)",
|
|
1055
|
+
"Set small step-down and step-over",
|
|
1056
|
+
"Set tight feeds/speeds for surface quality",
|
|
1057
|
+
"Click OK"
|
|
1058
|
+
],
|
|
1059
|
+
"tips": [
|
|
1060
|
+
"Precise tool path following surface contours",
|
|
1061
|
+
"Small step-over = smooth surface",
|
|
1062
|
+
"Ball mill = better for complex organic shapes",
|
|
1063
|
+
"Endmill = better for faceted geometry"
|
|
1064
|
+
],
|
|
1065
|
+
"related": ["cam-roughing", "cam-contour"]
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id": "cam-gcode",
|
|
1069
|
+
"title": "Export G-Code",
|
|
1070
|
+
"category": "CAM Output",
|
|
1071
|
+
"workspace": "Manufacturing",
|
|
1072
|
+
"shortcut": "Gc",
|
|
1073
|
+
"description": "Generates CNC machine code (.NC, .GCode file) from tool paths",
|
|
1074
|
+
"steps": [
|
|
1075
|
+
"Complete all CAM setups and tool paths",
|
|
1076
|
+
"Click Export G-Code",
|
|
1077
|
+
"Select output format (Fanuc, Haas, Siemens, etc.)",
|
|
1078
|
+
"Set post-processor options",
|
|
1079
|
+
"Click Save and choose location"
|
|
1080
|
+
],
|
|
1081
|
+
"tips": [
|
|
1082
|
+
"Different machine types use different dialects",
|
|
1083
|
+
"Post-processor translates to machine-specific code",
|
|
1084
|
+
"Verify code before running on machine",
|
|
1085
|
+
"Safe Z height critical (prevent collisions)"
|
|
1086
|
+
],
|
|
1087
|
+
"related": ["cam-setup", "cam-preview"]
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": "cam-preview",
|
|
1091
|
+
"title": "Preview Tool Path",
|
|
1092
|
+
"category": "CAM Output",
|
|
1093
|
+
"workspace": "Manufacturing",
|
|
1094
|
+
"shortcut": "Pv",
|
|
1095
|
+
"description": "Simulates cutting operation (visualizes material removal)",
|
|
1096
|
+
"steps": [
|
|
1097
|
+
"Complete CAM setup",
|
|
1098
|
+
"Click Preview",
|
|
1099
|
+
"Watch animation of tool cutting",
|
|
1100
|
+
"Check for collisions or unexpected behavior",
|
|
1101
|
+
"Can pause and inspect at any point"
|
|
1102
|
+
],
|
|
1103
|
+
"tips": [
|
|
1104
|
+
"Essential before running real machine",
|
|
1105
|
+
"Shows tool holder clearance",
|
|
1106
|
+
"Detects collisions with clamps/fixtures",
|
|
1107
|
+
"Slow down animation for detail inspection"
|
|
1108
|
+
],
|
|
1109
|
+
"related": ["cam-gcode", "cam-roughing"]
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"id": "drawing-new",
|
|
1113
|
+
"title": "New Drawing",
|
|
1114
|
+
"category": "Drawing",
|
|
1115
|
+
"workspace": "Drawing",
|
|
1116
|
+
"shortcut": "Ns",
|
|
1117
|
+
"description": "Creates 2D drawing sheet from 3D model",
|
|
1118
|
+
"steps": [
|
|
1119
|
+
"Click New Drawing",
|
|
1120
|
+
"Select 3D model/body to draw",
|
|
1121
|
+
"Choose sheet size (A4, A3, Letter, Ledger, custom)",
|
|
1122
|
+
"Click OK"
|
|
1123
|
+
],
|
|
1124
|
+
"tips": [
|
|
1125
|
+
"Multiple sheets can be created for complex drawings",
|
|
1126
|
+
"Sheet size affects view scale",
|
|
1127
|
+
"Title block can be added",
|
|
1128
|
+
"Drawing views are live-linked to 3D model"
|
|
1129
|
+
],
|
|
1130
|
+
"related": ["drawing-orthographic", "drawing-title-block"]
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"id": "drawing-orthographic",
|
|
1134
|
+
"title": "Orthographic Projection",
|
|
1135
|
+
"category": "Drawing Views",
|
|
1136
|
+
"workspace": "Drawing",
|
|
1137
|
+
"shortcut": "Or",
|
|
1138
|
+
"description": "Creates standard 2D projections (front, top, right side, isometric)",
|
|
1139
|
+
"steps": [
|
|
1140
|
+
"On drawing sheet, click Orthographic View",
|
|
1141
|
+
"Drag to place front view",
|
|
1142
|
+
"Drag adjacent to place related views (top, right, etc.)",
|
|
1143
|
+
"Scale and position as needed",
|
|
1144
|
+
"Click OK"
|
|
1145
|
+
],
|
|
1146
|
+
"tips": [
|
|
1147
|
+
"Views are parametrically linked to 3D model",
|
|
1148
|
+
"Edit 3D model, views update automatically",
|
|
1149
|
+
"Standard arrangement: front center, top above, right side right",
|
|
1150
|
+
"Hidden lines can be shown/hidden per view"
|
|
1151
|
+
],
|
|
1152
|
+
"related": ["drawing-section", "drawing-detail"]
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "drawing-section",
|
|
1156
|
+
"title": "Sectional View (Cross-Section)",
|
|
1157
|
+
"category": "Drawing Views",
|
|
1158
|
+
"workspace": "Drawing",
|
|
1159
|
+
"shortcut": "Se",
|
|
1160
|
+
"description": "Shows interior details by cutting slice through model",
|
|
1161
|
+
"steps": [
|
|
1162
|
+
"On drawing, click Section View",
|
|
1163
|
+
"Select section plane (or create new)",
|
|
1164
|
+
"Drag view location on sheet",
|
|
1165
|
+
"Configure cutting plane direction",
|
|
1166
|
+
"Click OK"
|
|
1167
|
+
],
|
|
1168
|
+
"tips": [
|
|
1169
|
+
"Cutting plane line shown on main view (A-A, B-B, etc.)",
|
|
1170
|
+
"Cross-hatching indicates cut material",
|
|
1171
|
+
"Can offset section plane for complex internal details",
|
|
1172
|
+
"Half-section shows interior on one side"
|
|
1173
|
+
],
|
|
1174
|
+
"related": ["drawing-orthographic", "drawing-detail"]
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"id": "drawing-detail",
|
|
1178
|
+
"title": "Detail View",
|
|
1179
|
+
"category": "Drawing Views",
|
|
1180
|
+
"workspace": "Drawing",
|
|
1181
|
+
"shortcut": "De",
|
|
1182
|
+
"description": "Creates enlarged view of specific area (showing small features)",
|
|
1183
|
+
"steps": [
|
|
1184
|
+
"On drawing, click Detail View",
|
|
1185
|
+
"Select rectangle or circle area to detail",
|
|
1186
|
+
"Set magnification ratio (2x, 5x, 10x, etc.)",
|
|
1187
|
+
"Drag to place enlarged view",
|
|
1188
|
+
"Click OK"
|
|
1189
|
+
],
|
|
1190
|
+
"tips": [
|
|
1191
|
+
"Detail circle/rectangle shown on source view with label",
|
|
1192
|
+
"Magnified view labeled with same letter",
|
|
1193
|
+
"Shows hidden details clearly",
|
|
1194
|
+
"Typically 2-5x magnification"
|
|
1195
|
+
],
|
|
1196
|
+
"related": ["drawing-orthographic", "drawing-section"]
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"id": "drawing-dimensions",
|
|
1200
|
+
"title": "Automatic Dimensions",
|
|
1201
|
+
"category": "Drawing Annotations",
|
|
1202
|
+
"workspace": "Drawing",
|
|
1203
|
+
"shortcut": "Ad",
|
|
1204
|
+
"description": "Adds dimensions to drawing automatically based on 3D model",
|
|
1205
|
+
"steps": [
|
|
1206
|
+
"Select view (or all views)",
|
|
1207
|
+
"Click Automatic Dimensions",
|
|
1208
|
+
"Placement options dialog appears",
|
|
1209
|
+
"Select placement: inside/outside view boundaries",
|
|
1210
|
+
"Click OK"
|
|
1211
|
+
],
|
|
1212
|
+
"tips": [
|
|
1213
|
+
"Dimensions come from 3D parametric constraints",
|
|
1214
|
+
"Avoid over-dimensioning (creates manufacturing conflicts)",
|
|
1215
|
+
"Manual cleanup usually needed (delete redundant dimensions)",
|
|
1216
|
+
"Critical dimensions highlighted"
|
|
1217
|
+
],
|
|
1218
|
+
"related": ["drawing-manual-dimension", "drawing-gdt"]
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"id": "drawing-manual-dimension",
|
|
1222
|
+
"title": "Manual Dimension",
|
|
1223
|
+
"category": "Drawing Annotations",
|
|
1224
|
+
"workspace": "Drawing",
|
|
1225
|
+
"shortcut": "D",
|
|
1226
|
+
"description": "Adds custom dimensions (lengths, angles, radii) to views",
|
|
1227
|
+
"steps": [
|
|
1228
|
+
"Click Dimension tool",
|
|
1229
|
+
"Select edge or two points to dimension",
|
|
1230
|
+
"Click location for dimension text",
|
|
1231
|
+
"Edit dimension value if needed",
|
|
1232
|
+
"Click OK"
|
|
1233
|
+
],
|
|
1234
|
+
"tips": [
|
|
1235
|
+
"Dimension linked to geometry (update 3D, dimension updates)",
|
|
1236
|
+
"Can create reference dimensions (no manufacturing requirement)",
|
|
1237
|
+
"Dimension text can be edited",
|
|
1238
|
+
"Font size and style can be customized"
|
|
1239
|
+
],
|
|
1240
|
+
"related": ["drawing-gdt", "drawing-text"]
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "drawing-gdt",
|
|
1244
|
+
"title": "Geometric Dimensioning & Tolerancing (GD&T)",
|
|
1245
|
+
"category": "Drawing Annotations",
|
|
1246
|
+
"workspace": "Drawing",
|
|
1247
|
+
"shortcut": "Gt",
|
|
1248
|
+
"description": "Adds geometric control frames for form, runout, position tolerance",
|
|
1249
|
+
"steps": [
|
|
1250
|
+
"Click GD&T tool",
|
|
1251
|
+
"Select feature to control (surface, hole, etc.)",
|
|
1252
|
+
"Select control type: Flatness, Roundness, Runout, Position, Profile, etc.",
|
|
1253
|
+
"Set tolerance value",
|
|
1254
|
+
"Set datum references (A, B, C, etc.)",
|
|
1255
|
+
"Click OK"
|
|
1256
|
+
],
|
|
1257
|
+
"tips": [
|
|
1258
|
+
"GD&T frames appear below dimension",
|
|
1259
|
+
"Controls form, orientation, location, runout",
|
|
1260
|
+
"Datums establish reference axes/planes",
|
|
1261
|
+
"Position tolerance controls hole location (crucial for assembly)"
|
|
1262
|
+
],
|
|
1263
|
+
"related": ["drawing-manual-dimension", "drawing-text"]
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"id": "drawing-text",
|
|
1267
|
+
"title": "Text & Notes",
|
|
1268
|
+
"category": "Drawing Annotations",
|
|
1269
|
+
"workspace": "Drawing",
|
|
1270
|
+
"shortcut": "T",
|
|
1271
|
+
"description": "Adds freeform text annotations (general notes, instructions)",
|
|
1272
|
+
"steps": [
|
|
1273
|
+
"Click Text tool",
|
|
1274
|
+
"Click location on drawing",
|
|
1275
|
+
"Type text in input box",
|
|
1276
|
+
"Press Enter to place"
|
|
1277
|
+
],
|
|
1278
|
+
"tips": [
|
|
1279
|
+
"Text can be scaled and positioned",
|
|
1280
|
+
"Font selection available",
|
|
1281
|
+
"Can add box/border around text",
|
|
1282
|
+
"Useful for manufacturing notes, material specs"
|
|
1283
|
+
],
|
|
1284
|
+
"related": ["drawing-manual-dimension", "drawing-gdt"]
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"id": "drawing-title-block",
|
|
1288
|
+
"title": "Title Block",
|
|
1289
|
+
"category": "Drawing Layout",
|
|
1290
|
+
"workspace": "Drawing",
|
|
1291
|
+
"shortcut": "Tb",
|
|
1292
|
+
"description": "Adds standard title block with company info, drawing number, revision",
|
|
1293
|
+
"steps": [
|
|
1294
|
+
"Click Title Block",
|
|
1295
|
+
"Select template (or create custom)",
|
|
1296
|
+
"Edit fields: Title, Drawing Number, Revision, Date, Company, Designer, Scale",
|
|
1297
|
+
"Click OK"
|
|
1298
|
+
],
|
|
1299
|
+
"tips": [
|
|
1300
|
+
"Title block appears at bottom-right of sheet",
|
|
1301
|
+
"Fields can be linked to project properties",
|
|
1302
|
+
"Custom templates can be saved and reused",
|
|
1303
|
+
"Professional appearance essential for production drawings"
|
|
1304
|
+
],
|
|
1305
|
+
"related": ["drawing-new", "drawing-orthographic"]
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"id": "render-material",
|
|
1309
|
+
"title": "Apply Material",
|
|
1310
|
+
"category": "Materials",
|
|
1311
|
+
"workspace": "Render",
|
|
1312
|
+
"shortcut": "Ma",
|
|
1313
|
+
"description": "Assigns physical material properties to surfaces",
|
|
1314
|
+
"steps": [
|
|
1315
|
+
"Select face(s) or body",
|
|
1316
|
+
"Click Apply Material",
|
|
1317
|
+
"Select material from library (or create custom)",
|
|
1318
|
+
"Set parameters: color, metalness (0-1), roughness (0-1)",
|
|
1319
|
+
"Click OK"
|
|
1320
|
+
],
|
|
1321
|
+
"tips": [
|
|
1322
|
+
"Metalness: 0 = matte, 1 = mirror-polished metal",
|
|
1323
|
+
"Roughness: 0 = smooth glossy, 1 = rough/brushed",
|
|
1324
|
+
"Can preview in real-time viewport",
|
|
1325
|
+
"Multiple materials on one part possible"
|
|
1326
|
+
],
|
|
1327
|
+
"related": ["render-studio-lighting", "render-environment"]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"id": "render-studio-lighting",
|
|
1331
|
+
"title": "Studio Lighting",
|
|
1332
|
+
"category": "Lighting",
|
|
1333
|
+
"workspace": "Render",
|
|
1334
|
+
"shortcut": "Sl",
|
|
1335
|
+
"description": "Sets up professional 3-point lighting (key, fill, back light)",
|
|
1336
|
+
"steps": [
|
|
1337
|
+
"Click Studio Lighting",
|
|
1338
|
+
"Drag key light (primary) to position",
|
|
1339
|
+
"Drag fill light (soften shadows)",
|
|
1340
|
+
"Drag back light (rim lighting)",
|
|
1341
|
+
"Adjust intensity for each light",
|
|
1342
|
+
"Click OK"
|
|
1343
|
+
],
|
|
1344
|
+
"tips": [
|
|
1345
|
+
"Key light typically 45° above, 45° to side",
|
|
1346
|
+
"Fill light opposite key light, lower intensity",
|
|
1347
|
+
"Back light creates rim effect (edge separation)",
|
|
1348
|
+
"Scene updates in real-time"
|
|
1349
|
+
],
|
|
1350
|
+
"related": ["render-environment", "render-material"]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"id": "render-environment",
|
|
1354
|
+
"title": "Environment Map",
|
|
1355
|
+
"category": "Lighting",
|
|
1356
|
+
"workspace": "Render",
|
|
1357
|
+
"shortcut": "En",
|
|
1358
|
+
"description": "Sets background scene (HDRI image for realistic reflections)",
|
|
1359
|
+
"steps": [
|
|
1360
|
+
"Click Environment",
|
|
1361
|
+
"Select HDRI map from library or file",
|
|
1362
|
+
"Rotate to adjust lighting direction",
|
|
1363
|
+
"Adjust intensity",
|
|
1364
|
+
"Click OK"
|
|
1365
|
+
],
|
|
1366
|
+
"tips": [
|
|
1367
|
+
"HDRI (High Dynamic Range Image) provides realistic global illumination",
|
|
1368
|
+
"Scene appears reflected in shiny surfaces",
|
|
1369
|
+
"Rotation changes light direction",
|
|
1370
|
+
"Presets for studio, outdoor, industrial"
|
|
1371
|
+
],
|
|
1372
|
+
"related": ["render-studio-lighting", "render-turntable"]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"id": "render-turntable",
|
|
1376
|
+
"title": "Turntable",
|
|
1377
|
+
"category": "Animation",
|
|
1378
|
+
"workspace": "Render",
|
|
1379
|
+
"shortcut": "Tu",
|
|
1380
|
+
"description": "Creates automatic rotating animation (like display turntable)",
|
|
1381
|
+
"steps": [
|
|
1382
|
+
"Click Turntable",
|
|
1383
|
+
"Set rotation speed (10-60 RPM)",
|
|
1384
|
+
"Set duration (seconds)",
|
|
1385
|
+
"Set camera height (0 = center, 1 = top)",
|
|
1386
|
+
"Click Render to create video"
|
|
1387
|
+
],
|
|
1388
|
+
"tips": [
|
|
1389
|
+
"Useful for product presentations",
|
|
1390
|
+
"Includes all materials and lights from scene",
|
|
1391
|
+
"Can loop video continuously",
|
|
1392
|
+
"Output is MP4 or image sequence"
|
|
1393
|
+
],
|
|
1394
|
+
"related": ["render-storyboard", "render-environment"]
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"id": "render-storyboard",
|
|
1398
|
+
"title": "Storyboard",
|
|
1399
|
+
"category": "Animation",
|
|
1400
|
+
"workspace": "Render",
|
|
1401
|
+
"shortcut": "Sb",
|
|
1402
|
+
"description": "Creates animated sequence with camera movements and object animations",
|
|
1403
|
+
"steps": [
|
|
1404
|
+
"Click Storyboard",
|
|
1405
|
+
"Create keyframes: set camera position, object position/rotation at each frame",
|
|
1406
|
+
"Timeline shows all keyframes",
|
|
1407
|
+
"Drag keyframes to adjust timing",
|
|
1408
|
+
"Click Render"
|
|
1409
|
+
],
|
|
1410
|
+
"tips": [
|
|
1411
|
+
"Each keyframe stores complete scene state",
|
|
1412
|
+
"Interpolation between keyframes creates smooth motion",
|
|
1413
|
+
"Can hide/show objects in timeline",
|
|
1414
|
+
"Professional presentations and marketing videos"
|
|
1415
|
+
],
|
|
1416
|
+
"related": ["render-turntable", "render-environment"]
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"id": "simulation-stress",
|
|
1420
|
+
"title": "Stress Simulation",
|
|
1421
|
+
"category": "Simulation",
|
|
1422
|
+
"workspace": "Simulation",
|
|
1423
|
+
"shortcut": "Ss",
|
|
1424
|
+
"description": "Calculates stress distribution under applied loads",
|
|
1425
|
+
"steps": [
|
|
1426
|
+
"Click Stress Simulation",
|
|
1427
|
+
"Set Material (auto-populated from body properties)",
|
|
1428
|
+
"Apply Loads: click face, set force magnitude and direction",
|
|
1429
|
+
"Apply Constraints: click face, fix it",
|
|
1430
|
+
"Set Mesh density (fine/coarse)",
|
|
1431
|
+
"Click Solve (results show stress colors)"
|
|
1432
|
+
],
|
|
1433
|
+
"tips": [
|
|
1434
|
+
"Red areas = high stress (risk of failure)",
|
|
1435
|
+
"Factor of Safety shown",
|
|
1436
|
+
"Mesh refinement = more accurate but slower",
|
|
1437
|
+
"Can probe stress at any point"
|
|
1438
|
+
],
|
|
1439
|
+
"related": ["simulation-deformation", "simulation-thermal"]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"id": "simulation-deformation",
|
|
1443
|
+
"title": "Deformation Analysis",
|
|
1444
|
+
"category": "Simulation",
|
|
1445
|
+
"workspace": "Simulation",
|
|
1446
|
+
"shortcut": "Df",
|
|
1447
|
+
"description": "Shows how much part bends under load (displacement, deflection)",
|
|
1448
|
+
"steps": [
|
|
1449
|
+
"After Stress Simulation completes",
|
|
1450
|
+
"Click Deformation",
|
|
1451
|
+
"Choose visualization: total displacement, X/Y/Z displacement",
|
|
1452
|
+
"Scale factor adjusts exaggeration (1 = actual, 10 = exaggerated)",
|
|
1453
|
+
"View deformed shape"
|
|
1454
|
+
],
|
|
1455
|
+
"tips": [
|
|
1456
|
+
"Shows which features bend or flex most",
|
|
1457
|
+
"Exaggeration helps visualize small deformations",
|
|
1458
|
+
"Useful for spring designs, compliant mechanisms",
|
|
1459
|
+
"Compare to allowable tolerance"
|
|
1460
|
+
],
|
|
1461
|
+
"related": ["simulation-stress", "simulation-thermal"]
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"id": "simulation-thermal",
|
|
1465
|
+
"title": "Heat Transfer",
|
|
1466
|
+
"category": "Simulation",
|
|
1467
|
+
"workspace": "Simulation",
|
|
1468
|
+
"shortcut": "Th",
|
|
1469
|
+
"description": "Calculates temperature distribution with thermal loads",
|
|
1470
|
+
"steps": [
|
|
1471
|
+
"Click Thermal Analysis",
|
|
1472
|
+
"Set Material (thermal properties: conductivity, specific heat)",
|
|
1473
|
+
"Apply Heat Sources: click face, set heat flux or temperature",
|
|
1474
|
+
"Apply Boundary Conditions: click face, set ambient temperature",
|
|
1475
|
+
"Set Time (steady-state or transient)",
|
|
1476
|
+
"Click Solve"
|
|
1477
|
+
],
|
|
1478
|
+
"tips": [
|
|
1479
|
+
"Results show temperature distribution (blue = cold, red = hot)",
|
|
1480
|
+
"Useful for electronics cooling, heat sinks",
|
|
1481
|
+
"Steady-state = equilibrium temperature",
|
|
1482
|
+
"Transient = temperature over time"
|
|
1483
|
+
],
|
|
1484
|
+
"related": ["simulation-stress", "simulation-modal"]
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"id": "simulation-modal",
|
|
1488
|
+
"title": "Frequency Analysis",
|
|
1489
|
+
"category": "Simulation",
|
|
1490
|
+
"workspace": "Simulation",
|
|
1491
|
+
"shortcut": "Mo",
|
|
1492
|
+
"description": "Finds natural frequencies and mode shapes (vibration modes)",
|
|
1493
|
+
"steps": [
|
|
1494
|
+
"Click Modal Analysis",
|
|
1495
|
+
"Set Material",
|
|
1496
|
+
"Fix constraints (typically fix mounting points)",
|
|
1497
|
+
"Set Modes to analyze (typically 5-10 first modes)",
|
|
1498
|
+
"Click Solve (results show frequencies and mode shapes)"
|
|
1499
|
+
],
|
|
1500
|
+
"tips": [
|
|
1501
|
+
"Frequencies shown in Hz",
|
|
1502
|
+
"Lower frequency = easier to vibrate",
|
|
1503
|
+
"Mode shapes show which features vibrate most",
|
|
1504
|
+
"Useful for avoiding resonance"
|
|
1505
|
+
],
|
|
1506
|
+
"related": ["simulation-stress", "simulation-deformation"]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"id": "inspect-measure",
|
|
1510
|
+
"title": "Measurement",
|
|
1511
|
+
"category": "Inspection",
|
|
1512
|
+
"workspace": "Inspection",
|
|
1513
|
+
"shortcut": "Me",
|
|
1514
|
+
"description": "Measures distances, angles, and radii directly in 3D model",
|
|
1515
|
+
"steps": [
|
|
1516
|
+
"Click Measure",
|
|
1517
|
+
"Click two points to measure distance",
|
|
1518
|
+
"Distance shown with dimension line",
|
|
1519
|
+
"Can measure angles (3 points) and radii (click edge)",
|
|
1520
|
+
"Create report of all measurements"
|
|
1521
|
+
],
|
|
1522
|
+
"tips": [
|
|
1523
|
+
"Measurements are temporary (don't affect model)",
|
|
1524
|
+
"Can create multiple measurements in one session",
|
|
1525
|
+
"Radius measurement clicks curved edge",
|
|
1526
|
+
"Useful for verification against drawing"
|
|
1527
|
+
],
|
|
1528
|
+
"related": ["inspect-section", "inspect-curvature"]
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"id": "inspect-section",
|
|
1532
|
+
"title": "Section Analysis",
|
|
1533
|
+
"category": "Inspection",
|
|
1534
|
+
"workspace": "Inspection",
|
|
1535
|
+
"shortcut": "Sc",
|
|
1536
|
+
"description": "Cuts cross-section through model to inspect interior",
|
|
1537
|
+
"steps": [
|
|
1538
|
+
"Click Section",
|
|
1539
|
+
"Drag plane through model",
|
|
1540
|
+
"Cross-section view appears in panel",
|
|
1541
|
+
"Adjust plane position interactively",
|
|
1542
|
+
"Analyze wall thickness, hole depth, etc."
|
|
1543
|
+
],
|
|
1544
|
+
"tips": [
|
|
1545
|
+
"Plane can be rotated (X, Y, Z orientation)",
|
|
1546
|
+
"Shows actual geometry at cut plane",
|
|
1547
|
+
"Check for undercuts, sharp corners, minimum wall thickness",
|
|
1548
|
+
"Useful for injection molding and casting design"
|
|
1549
|
+
],
|
|
1550
|
+
"related": ["inspect-measure", "inspect-draft"]
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"id": "inspect-curvature",
|
|
1554
|
+
"title": "Curvature Analysis",
|
|
1555
|
+
"category": "Inspection",
|
|
1556
|
+
"workspace": "Inspection",
|
|
1557
|
+
"shortcut": "Cv",
|
|
1558
|
+
"description": "Visualizes surface curvature (flat, curved, tight curves in color)",
|
|
1559
|
+
"steps": [
|
|
1560
|
+
"Click Curvature",
|
|
1561
|
+
"Select surface to analyze",
|
|
1562
|
+
"Color map shows curvature: blue = flat/gentle, red = tight radius",
|
|
1563
|
+
"Adjust scale to highlight problem areas"
|
|
1564
|
+
],
|
|
1565
|
+
"tips": [
|
|
1566
|
+
"Tight curves may be hard to manufacture or cause stress",
|
|
1567
|
+
"Useful for mold design (undercuts, draft angles)",
|
|
1568
|
+
"Can identify areas needing fillet radius increase",
|
|
1569
|
+
"Export curvature report"
|
|
1570
|
+
],
|
|
1571
|
+
"related": ["inspect-section", "inspect-draft"]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"id": "inspect-draft",
|
|
1575
|
+
"title": "Draft Analysis",
|
|
1576
|
+
"category": "Inspection",
|
|
1577
|
+
"workspace": "Inspection",
|
|
1578
|
+
"shortcut": "Dr",
|
|
1579
|
+
"description": "Shows which faces can be removed from mold without undercut",
|
|
1580
|
+
"steps": [
|
|
1581
|
+
"Click Draft",
|
|
1582
|
+
"Select pull direction (mold opening direction)",
|
|
1583
|
+
"Green faces = removable without undercut",
|
|
1584
|
+
"Red faces = require core or undercut feature",
|
|
1585
|
+
"Adjust direction angle (typically 2-5° draft)"
|
|
1586
|
+
],
|
|
1587
|
+
"tips": [
|
|
1588
|
+
"Essential for designing injection-molded parts",
|
|
1589
|
+
"Pull direction usually vertical",
|
|
1590
|
+
"Red areas must be avoided or require extra mold complexity",
|
|
1591
|
+
"Can add draft angles in CAD to fix issues"
|
|
1592
|
+
],
|
|
1593
|
+
"related": ["inspect-curvature", "inspect-zebra"]
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"id": "inspect-zebra",
|
|
1597
|
+
"title": "Zebra Stripe Analysis",
|
|
1598
|
+
"category": "Inspection",
|
|
1599
|
+
"workspace": "Inspection",
|
|
1600
|
+
"shortcut": "Zb",
|
|
1601
|
+
"description": "Visualizes surface smoothness using reflected stripe pattern",
|
|
1602
|
+
"steps": [
|
|
1603
|
+
"Click Zebra",
|
|
1604
|
+
"Stripes appear reflected on surfaces",
|
|
1605
|
+
"Smooth surfaces show straight, undisturbed stripes",
|
|
1606
|
+
"Bumpy surfaces show wavy/broken stripes",
|
|
1607
|
+
"Adjust stripe spacing to highlight different scales"
|
|
1608
|
+
],
|
|
1609
|
+
"tips": [
|
|
1610
|
+
"Used in automotive and consumer product design",
|
|
1611
|
+
"Identifies surface discontinuities invisible to naked eye",
|
|
1612
|
+
"Stripe pattern instantly reveals surface quality",
|
|
1613
|
+
"Essential for Class A (visible) surfaces"
|
|
1614
|
+
],
|
|
1615
|
+
"related": ["inspect-curvature", "inspect-section"]
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"id": "data-version-save",
|
|
1619
|
+
"title": "Save Version",
|
|
1620
|
+
"category": "Version Control",
|
|
1621
|
+
"workspace": "Data Management",
|
|
1622
|
+
"shortcut": "Sv",
|
|
1623
|
+
"description": "Creates named checkpoint of design (like Git commit)",
|
|
1624
|
+
"steps": [
|
|
1625
|
+
"Make design changes",
|
|
1626
|
+
"Click Save Version",
|
|
1627
|
+
"Enter version name (v1.0, prototype, final, etc.)",
|
|
1628
|
+
"Enter description (change notes)",
|
|
1629
|
+
"Click Save"
|
|
1630
|
+
],
|
|
1631
|
+
"tips": [
|
|
1632
|
+
"Version includes all parts, assemblies, drawings",
|
|
1633
|
+
"Can restore to any previous version",
|
|
1634
|
+
"Version history shows all saved states",
|
|
1635
|
+
"Useful for comparing designs over time"
|
|
1636
|
+
],
|
|
1637
|
+
"related": ["data-version-restore", "data-import-step"]
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"id": "data-version-restore",
|
|
1641
|
+
"title": "Restore Version",
|
|
1642
|
+
"category": "Version Control",
|
|
1643
|
+
"workspace": "Data Management",
|
|
1644
|
+
"shortcut": "Rs",
|
|
1645
|
+
"description": "Reverts design to previous saved version",
|
|
1646
|
+
"steps": [
|
|
1647
|
+
"Click Restore Version",
|
|
1648
|
+
"Select version from list",
|
|
1649
|
+
"Confirm restore (discards current unsaved changes)",
|
|
1650
|
+
"Design reverts to that point"
|
|
1651
|
+
],
|
|
1652
|
+
"tips": [
|
|
1653
|
+
"Non-destructive (old version remains in history)",
|
|
1654
|
+
"Compare versions before restoring (diff view)",
|
|
1655
|
+
"Can create branch (separate development line)"
|
|
1656
|
+
],
|
|
1657
|
+
"related": ["data-version-save", "data-import-step"]
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"id": "data-import-step",
|
|
1661
|
+
"title": "Import STEP File",
|
|
1662
|
+
"category": "Import/Export",
|
|
1663
|
+
"workspace": "Data Management",
|
|
1664
|
+
"shortcut": "Im",
|
|
1665
|
+
"description": "Loads 3D geometry from .STEP file (standard CAD interchange format)",
|
|
1666
|
+
"steps": [
|
|
1667
|
+
"Click Import STEP",
|
|
1668
|
+
"Select .STEP or .STP file",
|
|
1669
|
+
"Choose: create new part or add to current assembly",
|
|
1670
|
+
"Click Import (file parsed and geometry displayed)"
|
|
1671
|
+
],
|
|
1672
|
+
"tips": [
|
|
1673
|
+
"STEP = Standard for Exchange of Product Model Data",
|
|
1674
|
+
"Industry standard (all CAD software supports it)",
|
|
1675
|
+
"Preserves solid body geometry, not feature history",
|
|
1676
|
+
"Useful for exchanging designs with different CAD"
|
|
1677
|
+
],
|
|
1678
|
+
"related": ["data-export-step", "data-export-stl"]
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"id": "data-export-step",
|
|
1682
|
+
"title": "Export STEP File",
|
|
1683
|
+
"category": "Import/Export",
|
|
1684
|
+
"workspace": "Data Management",
|
|
1685
|
+
"shortcut": "Ex",
|
|
1686
|
+
"description": "Saves current design as .STEP file for sharing/manufacturing",
|
|
1687
|
+
"steps": [
|
|
1688
|
+
"Click Export STEP",
|
|
1689
|
+
"Select geometry to export (current body, assembly, or selection)",
|
|
1690
|
+
"Choose file location and name",
|
|
1691
|
+
"Click Save (STEP file created)"
|
|
1692
|
+
],
|
|
1693
|
+
"tips": [
|
|
1694
|
+
"Include all bodies and assemblies",
|
|
1695
|
+
"STEP is readable by CNC machines and laser cutters",
|
|
1696
|
+
"Most manufacturers prefer STEP format",
|
|
1697
|
+
"Preserves solid geometry accurately"
|
|
1698
|
+
],
|
|
1699
|
+
"related": ["data-import-step", "data-export-stl"]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"id": "data-export-stl",
|
|
1703
|
+
"title": "Export STL File",
|
|
1704
|
+
"category": "Import/Export",
|
|
1705
|
+
"workspace": "Data Management",
|
|
1706
|
+
"shortcut": "St",
|
|
1707
|
+
"description": "Saves as .STL (Stereolithography) for 3D printing",
|
|
1708
|
+
"steps": [
|
|
1709
|
+
"Click Export STL",
|
|
1710
|
+
"Select body/part",
|
|
1711
|
+
"Set resolution (tessellation): coarse/normal/fine",
|
|
1712
|
+
"Choose ASCII or binary format",
|
|
1713
|
+
"Click Save"
|
|
1714
|
+
],
|
|
1715
|
+
"tips": [
|
|
1716
|
+
"STL = mesh format (triangles, not solid bodies)",
|
|
1717
|
+
"Finer resolution = smaller triangles = better accuracy",
|
|
1718
|
+
"Binary STL = smaller file, ASCII = readable in text editor",
|
|
1719
|
+
"Essential for 3D printer preparation"
|
|
1720
|
+
],
|
|
1721
|
+
"related": ["data-export-step", "data-export-dxf"]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"id": "data-export-dxf",
|
|
1725
|
+
"title": "Export DXF File",
|
|
1726
|
+
"category": "Import/Export",
|
|
1727
|
+
"workspace": "Data Management",
|
|
1728
|
+
"shortcut": "Dx",
|
|
1729
|
+
"description": "Saves 2D sketch or drawing as .DXF (for laser cutting, waterjet)",
|
|
1730
|
+
"steps": [
|
|
1731
|
+
"Click Export DXF",
|
|
1732
|
+
"Select sketch or drawing sheet",
|
|
1733
|
+
"Set scale",
|
|
1734
|
+
"Click Save"
|
|
1735
|
+
],
|
|
1736
|
+
"tips": [
|
|
1737
|
+
"DXF = common 2D CAD format",
|
|
1738
|
+
"Used for laser cutting, waterjet, plasma cutting",
|
|
1739
|
+
"Preserves lines, arcs, circles, text",
|
|
1740
|
+
"Layer information can be included"
|
|
1741
|
+
],
|
|
1742
|
+
"related": ["data-export-step", "data-export-pdf"]
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"id": "data-export-pdf",
|
|
1746
|
+
"title": "Export PDF",
|
|
1747
|
+
"category": "Import/Export",
|
|
1748
|
+
"workspace": "Data Management",
|
|
1749
|
+
"shortcut": "Pd",
|
|
1750
|
+
"description": "Saves drawing as PDF document (for sharing, printing, archiving)",
|
|
1751
|
+
"steps": [
|
|
1752
|
+
"Click Export PDF",
|
|
1753
|
+
"Select drawing sheet(s)",
|
|
1754
|
+
"Set page size and orientation",
|
|
1755
|
+
"Click Save"
|
|
1756
|
+
],
|
|
1757
|
+
"tips": [
|
|
1758
|
+
"PDF is universal (all computers can open)",
|
|
1759
|
+
"Good for sharing with non-CAD users",
|
|
1760
|
+
"Preserves dimensions and annotations",
|
|
1761
|
+
"Print-ready format"
|
|
1762
|
+
],
|
|
1763
|
+
"related": ["data-export-dxf", "data-share"]
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"id": "data-share",
|
|
1767
|
+
"title": "Share Design",
|
|
1768
|
+
"category": "Collaboration",
|
|
1769
|
+
"workspace": "Data Management",
|
|
1770
|
+
"shortcut": "Sh",
|
|
1771
|
+
"description": "Creates shareable link to design (view-only or edit permission)",
|
|
1772
|
+
"steps": [
|
|
1773
|
+
"Click Share",
|
|
1774
|
+
"Choose permission: view-only or edit",
|
|
1775
|
+
"Generate share link",
|
|
1776
|
+
"Copy link and send to recipient"
|
|
1777
|
+
],
|
|
1778
|
+
"tips": [
|
|
1779
|
+
"View-only: recipient sees 3D model, cannot change",
|
|
1780
|
+
"Edit: recipient can modify (simultaneous collaboration)",
|
|
1781
|
+
"Link expires after set time (1 day, 1 week, permanent)",
|
|
1782
|
+
"Useful for customer review, team feedback"
|
|
1783
|
+
],
|
|
1784
|
+
"related": ["data-comments", "data-version-save"]
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"id": "data-comments",
|
|
1788
|
+
"title": "Comments & Feedback",
|
|
1789
|
+
"category": "Collaboration",
|
|
1790
|
+
"workspace": "Data Management",
|
|
1791
|
+
"shortcut": "Co",
|
|
1792
|
+
"description": "Adds comments to 3D geometry (like sticky notes)",
|
|
1793
|
+
"steps": [
|
|
1794
|
+
"Click Comment tool",
|
|
1795
|
+
"Click location in 3D view (or on face/edge)",
|
|
1796
|
+
"Type comment text",
|
|
1797
|
+
"Optionally attach image or file",
|
|
1798
|
+
"Press Enter to place"
|
|
1799
|
+
],
|
|
1800
|
+
"tips": [
|
|
1801
|
+
"Comments visible to all collaborators",
|
|
1802
|
+
"Useful for design reviews and feedback",
|
|
1803
|
+
"Can resolve/close comments when addressed",
|
|
1804
|
+
"Threaded discussion possible"
|
|
1805
|
+
],
|
|
1806
|
+
"related": ["data-share", "data-version-save"]
|
|
1807
|
+
}
|
|
1808
|
+
]
|