Material Object > Geometry Reference Selector

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
HarryvL
Veteran
Posts: 1332
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Material Object > Geometry Reference Selector

Post by HarryvL »

Hi, I can't select solid in MaterialObject > Geometry Reference Selector and get the following error in the console:

Code: Select all

FreeCAD.Console.PrintMessage('selection variable adaped to hold the Solid: ', selection[0].Shape.ShapeType, '  ', selection[0].Name, '  ', selection[1])
<type 'exceptions.TypeError'>: function takes exactly 1 argument (6 given)
Test105.fcstd
(6.1 KiB) Downloaded 16 times
OS: Ubuntu 16.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.13806 (Git)
Build type: Unknown
Branch: master
Hash: a51d7afb93361b4f45bb590b434bbc46de309e09
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: English/UnitedStates (en_US)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Material Object > Geometry Reference Selector

Post by bernd »

should be fixed already ... try latest master ..
Post Reply