Selection is not in Active Body

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
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!
ickby
Veteran
Posts: 3118
Joined: Wed Oct 05, 2011 7:36 am

Re: Selection is not in Active Body

Post by ickby »

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.
User avatar
NormandC
Veteran
Posts: 18584
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Selection is not in Active Body

Post by NormandC »

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?
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.

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):
  1. Select a single feature then launch the transformation feature you need (mirrored, linear/polar pattern, multitransform)
  2. In the Tasks panel, click on the "Add feature" button
  3. 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
  4. Click on the model in the 3D view
  5. 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.
  6. Repeat from step 2 as needed until you have selected all the features you want.
  7. Adjust the parameters as needed and complete the operation.
ysvlasov wrote: Wed Jun 14, 2017 7:00 pmFreecad 0.17 11129(Git)
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.
Post Reply