Lattice2 icon indicating copy to clipboard operation
Lattice2 copied to clipboard

lattice2 shapestring

Open hisham-1465 opened this issue 1 year ago • 2 comments

lattice2 shapestring doesn't work in Freecad 1.0

hisham-1465 avatar Nov 21 '24 23:11 hisham-1465

I got the same error..

Running the Python command 'Lattice2_ShapeString' failed: Traceback (most recent call last): File "/home/johnroger/snap/freecad/common/Mod/lattice2/./lattice2ShapeString.py", line 298, in Activated CreateLatticeShapeString(name = "Strings") File "/home/johnroger/snap/freecad/common/Mod/lattice2/./lattice2ShapeString.py", line 273, in CreateLatticeShapeString FreeCADGui.doCommand("f = lattice2ShapeString.makeLatticeShapeString(name='"+name+"')") File "", line 1, in File "/home/johnroger/snap/freecad/common/Mod/lattice2/./lattice2ShapeString.py", line 77, in makeLatticeShapeString LatticeShapeString(obj) File "/home/johnroger/snap/freecad/common/Mod/lattice2/./lattice2ShapeString.py", line 106, in init self.makeFoolObj(obj) File "/home/johnroger/snap/freecad/common/Mod/lattice2/./lattice2ShapeString.py", line 143, in makeFoolObj self.draft_shape_string = _ShapeString(foolObj) File "/snap/freecad/1202/usr/Mod/Draft/draftobjects/shapestring.py", line 48, in init self.set_properties(obj) File "/snap/freecad/1202/usr/Mod/Draft/draftobjects/shapestring.py", line 52, in set_properties properties = obj.PropertiesList

'FoolFeatureDocumentObject' object has no attribute 'PropertiesList' (6 times)

FreeCAD Details:

OS: Ubuntu Core 22 (ubuntu:GNOME/ubuntu/xcb) Architecture: x86_64 Version: 1.0.0.38641 +468 (Git) Snap 1202 Build type: Release Branch: tag: 1.0.0 Hash: 2fcc5317fe3aee96ca73475986a577719fc78e20 Python 3.10.12, Qt 5.15.10, Coin 4.0.0, Vtk 7.1.1, OCC 7.7.1 Locale: English/United States (en_US)

cibernakaq avatar Dec 03 '24 20:12 cibernakaq

Fixed in #96

pyro9 avatar Jan 25 '25 20:01 pyro9