Error with arch remove tool

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!
Post Reply
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Error with arch remove tool

Post by Brutha »

Hi All,

For some reason, the arch remove tool seems to have stopped working. It's quite possible that it's something on my machine, or that I am doing something different to how I remembered doing it before (it was definitely working!). I get the output shown below... I get the same thing with the dev version.

Any suggestions? I am trying to remove the pad from the wall in the attached file.

Thanks for any ideas!

Cheers

Brutha

Code: Select all

Running the Python command 'Arch_Remove' failed:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Applications/FreeCAD.app/Contents/Mod/Arch/ArchCommands.py", line 171, in removeComponents
    c = h.Components

'FeaturePython' object has no attribute 'Components'

Code: Select all

OS: Mac OS X
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4671 (Git)
Branch: releases/FreeCAD-0-15
Hash: 244b3aef360841646cbfe80a1b225c8b39c8380c
Python version: 2.7.9
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Attachments
anothertest.FCStd
(15.12 KiB) Downloaded 11 times
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Re: Error with arch remove tool

Post by Brutha »

Doh! Answered my own question..... needed to use "command" (on mac) so that both pad and wall were selected at the same time..... obvious now I've made it work of course!
Post Reply