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

[pyooml] Automatic generation of part properties for simplifiying the user API #14

Open
Obijuan opened this issue Mar 27, 2015 · 0 comments

Comments

@Obijuan
Copy link
Owner

Obijuan commented Mar 27, 2015

Currently many of the pyooml clases (cube, cylinder...) are duplicating the properties. All the properties created with addProperty belongs to the freecad objects (.obj). They should be replicated in the pyooml classes for accessing easily.

Ej.

c.lx (map property) --> c.obj.lx (real property)

How can it be automatically mapped from c.obj to c? This way, it would be easier for the user to created derivate classed.

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

1 participant