Selection is not in Active Body
Forum rules
and Helpful information
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help
Also, be nice to others! Read the FreeCAD code of conduct!
Also, be nice to others! Read the FreeCAD code of conduct!
Re: Selection is not in Active Body
Currently mirror only works on features. The PArt way is currently the only possible one. There is a feature request for this on the tracker already, maybe once it will be implemented.
Re: Selection is not in Active Body
In 0.17-dev, you can actually select more than one feature for a transformation feature. The problem is that selecting more than one is not intuitive.ysvlasov wrote: ↑Wed Jun 14, 2017 7:00 pmIn PDWB there is a tool "create a mirrored feature". Is it the only way to mirror an object? (It's not at all convenient to mirror one feature after another step-by-step. And can't copy fillet for example)
May be I can copy body and mirror it, and then boolean 2 bodies?
Here's what I know works (that's what I came up with by testing, I don't know if there's any other working method):
- Select a single feature then launch the transformation feature you need (mirrored, linear/polar pattern, multitransform)
- In the Tasks panel, click on the "Add feature" button
- Here comes the tricky part: you need to make the feature you want to select visible in the 3D view, because that's the only way to select it; so switch to the Model tab, then click on the feature you want and hit spacebar: the model shown in the 3D view will roll back to that particular feature
- Click on the model in the 3D view
- Switch back to the Tasks panel, you will see the feature added in the list under the transformation parameters widget; the model shown in the 3D view will go back to the preview for the active transformation feature.
- Repeat from step 2 as needed until you have selected all the features you want.
- Adjust the parameters as needed and complete the operation.
In the future, please report your complete FreeCAD info as explained in the forum rules. Sometimes (quite often) it's relevant to know your OS and library versions your version of FreeCAD is compiled with.