You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/Export_3DOptions.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,10 @@ Export_3DOptions parameters
20
20
- XAO: XAO (SALOME/Gmsh) format, used for FEM and simulations. |br|
21
21
- BRep: Part of Open CASCADE Technology (OCCT).
22
22
- **no_virtual** :index:`: <pair: output - export_3d - options; no_virtual>` [:ref:`boolean <boolean>`] (default: ``false``) Used to exclude 3D models for components with 'virtual' attribute.
23
-
- **origin** :index:`: <pair: output - export_3d - options; origin>` [:ref:`string <string>`] (default: ``'grid'``) (choices: "grid", "drill") (also accepts any string) Determines the coordinates origin. Using grid the coordinates are the same as you have in the
24
-
design sheet. |br|
25
-
The drill option uses the auxiliary reference defined by the user. |br|
Using `grid` the coordinates are the same as you have in the design sheet. |br|
25
+
The `drill` option uses the auxiliary reference defined by the user. |br|
26
+
Using `center` you'll get the center of the board as origin. |br|
26
27
You can define any other origin using the format 'X,Y', i.e. '3.2,-10'. Don't put units here. |br|
27
28
The units used here are the ones specified by the `units` option.
28
29
- **output** :index:`: <pair: output - export_3d - options; output>` [:ref:`string <string>`] (default: ``'%f-%i%I%v.%x'``) Name for the generated 3D file (%i='3D' %x='step/glb/stl/xao/brep'). Affected by global options.
0 commit comments