Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lattice2 shapestring #93

Open
hisham-1465 opened this issue Nov 21, 2024 · 2 comments
Open

lattice2 shapestring #93

hisham-1465 opened this issue Nov 21, 2024 · 2 comments

Comments

@hisham-1465
Copy link

lattice2 shapestring doesn't work in Freecad 1.0

@cibernakaq
Copy link

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)

@pyro9
Copy link
Contributor

pyro9 commented Jan 25, 2025

Fixed in #96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants