GuiCommand: Name: PartDesign MultiTransform MenuLocation: Part Design , Apply a pattern , Create MultiTransform Workbenches: PartDesign_Workbench SeeAlso: PartDesign_Mirrored, PartDesign_LinearPattern, PartDesign_PolarPattern, PartDesign_Scaled
PartDesign MultiTransform
Description
The PartDesign MultiTransform tool creates a pattern of one or more features. The pattern can include multiple transformations where each subsequent transformation is applied to the result of the previous transformation.
The available transformations are: Mirrored,
LinearPattern,
PolarPattern and
Scaled. The first three are also available as separate tools.
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/multitransform_example.png)
Usage
Create
- Optionally activate the correct Body.
- Optionally select one or more features in the Tree view or the 3D view.
- There are several ways to invoke the tool:
- Press the
Create MultiTransform button.
- Select the Part Design → Apply a pattern →
Create MultiTransform option from the menu.
- Press the
- If there is no active Body, and there are two or more Bodies in the document, the Active Body Required dialog will open and prompt you to activate one. If there is a single Body it will be activated automatically.
- If no features were selected the Select feature task panel opens: select one or more (hold down the Ctrl key) from the list and press the OK button.
- The MultiTransform parameters task panel opens. See Options for more information.
- Press the OK button at the top to finish.
Edit
- Do one of the following:
- The MultiTransform parameters task panel opens. See Options for more information.
- Press the OK button at the top to finish.
Combine existing transformations
It is possible to create a MultiTransform object from existing Mirrored, LinearPattern and PolarPattern transformations.
- Check the Originals property of the existing transformations to make sure they have been applied to the same features.
- Select those features in the Tree view.
- There are several ways to invoke the tool:
- Press the
Create MultiTransform button.
- Select the Part Design → Apply a pattern →
Create MultiTransform option from the menu.
- Press the
- The MultiTransform parameters task panel opens.
- Press the OK button at the top.
- Edit the Tranformations property of the created MultiTransform object:
- Click in the field.
- Press the ... button that appears.
- The Link dialog opens.
- Hold down the Ctrl key and select the existing transformations.
- Press the OK button.
- Optionally edit the MultiTransform object, see above.
Options
-
Choose the mode:
**Transform body** : Transforms the whole base feature\'s shape (default). <small>(v1.0)</small>
-
Transform tool shapes
: Transforms the individual tool shapes of selected features.
- To add features:
- To remove features:
- If there are several features in the pattern, their order can be important. See PartDesign PolarPattern.
-
-
To add transformations:
-
If there are existing transformations: select the transformation after which the new transformation should be added.
-
Right-click the Transformations list.
-
Select one the following options from the context menu:
**Add mirrored transformation** . See [PartDesign Mirrored](wiki-test2.php?gitpage=PartDesign_Mirrored).
-
Add linear pattern
. See PartDesign LinearPattern.
-
Add polar pattern
-
Add scaled transformation
. See PartDesign Scaled.
-
-
The selected transformation is added to the list and the settings for the transformation are displayed below the list.
-
Adjust the settings to suit.
-
Press the OK bar at the bottom.
-
Repeat to add more transformations.
-
-
To edit a transformation:
- Right-click the transformation in the Transformations list.
- Select Edit from the context menu.
- Adjust the settings to suit.
- Press the OK bar at the bottom.
-
To change the order of the transformations:
- Right-click a transformation in the Transformations list.
- Select Move up or Move down from the context menu.
-
If the Update view checkbox is checked the view will update in real time.
Limitations
Example
You can use this tool to create a fully parametric part that is symmetrical about two axes from a sketch.
This could be a 150x100x10mm large mounting plate for a motor with symmetric holes.
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/PartDesign_MultiTransform_Example2.png)
- Create a
Body and add a
sketch on one of its base planes.
- In the sketch create geometry for one quadrant of the part (i.e. the upper right quadrant).
- Note that the constraints must also only cover a quarter of the part, e.g. instead of the full dimension of {{Value|150mm}} enter {{Value|150/2mm}} or {{Value|75mm}}.
- Make sure the sketch is closed by adding lines along the vertical and horizontal axes.
- Extrude the part with
PartDesign Pad.
- Select
PartDesign MultiTransform.
- The task dialog opens.
- The last feature of the Body is already selected. Since we want to mirror that feature we can ignore the Add feature and Remove feature buttons.
- Right-click in the Transformations field and select Add mirrored transformation from the context menu.
- For the Plane select Vertical sketch axis.
- If the Update view checkbox is checked, you should now see the part mirrored about one axis.
- Again select Add mirrored transformation from the context menu of the Transformations field.
- Now for the Plane select Horizontal sketch axis.
- Press the OK button to finish.
- To remove the edges along the axes of symmetry in the final result, set the Refine property of the new feature to {{Value|true}} in the Property editor.
To verify that the part is fully parametric open the initial sketch with the quarter part and change one dimension, say a hole diameter. After closing the sketch the three other holes will have changed accordingly. This works with all other dimensions as well. A sketch modelling the full part with a single extrusion and no mirroring would be a lot more complex and all later changes would be more complicated.
{{PartDesign Tools navi}}
⏵ documentation index > PartDesign > PartDesign MultiTransform
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/PartDesign_MultiTransform.md