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

Apparently not all ViewProviders has a Proxy (Python) #1

Open
mnesarco opened this issue May 24, 2024 · 0 comments
Open

Apparently not all ViewProviders has a Proxy (Python) #1

mnesarco opened this issue May 24, 2024 · 0 comments
Labels
freecad-docs Incomplete or misleading FreeCAD documentation question Further information is requested

Comments

@mnesarco
Copy link
Owner

See: https://forum.freecad.org/viewtopic.php?t=86414&start=30#p761069

>>> create_placementSheet()
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/home/wrosner/.local/share/FreeCAD/Macro/fcapi/examples/test_spreadsheet.py", line 61, in create_placementSheet
    return MyPlacementSheet.create(name="PlacementSheet")
  File "/home/wrosner/.local/share/FreeCAD/Macro/fcapi/fpo.py", line 1169, in create
    fp.ViewObject.Proxy = 0
AttributeError: 'SpreadsheetGui.ViewProviderSheet' object has no attribute 'Proxy'
@mnesarco mnesarco added the question Further information is requested label Aug 16, 2024
@mnesarco mnesarco changed the title Apparently not all ViewProviders has Proxy (Python) Apparently not all ViewProviders has a Proxy (Python) Oct 16, 2024
@mnesarco mnesarco added the freecad-docs Incomplete or misleading FreeCAD documentation label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
freecad-docs Incomplete or misleading FreeCAD documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant