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

Lazy part initialization #16

Closed
openvmp opened this issue Dec 29, 2023 · 1 comment
Closed

Lazy part initialization #16

openvmp opened this issue Dec 29, 2023 · 1 comment
Assignees

Comments

@openvmp
Copy link
Owner

openvmp commented Dec 29, 2023

Make sure the “Shape.shape” field is only accessed via “Shape.get_shape()”.
Delay the instantiation until the getter is called. For example, CQGI should only be invoked if “get_shape()” got called.

@openvmp openvmp changed the title Lazy part initialisation. Lazy part initialization Dec 29, 2023
@openvmp openvmp self-assigned this Jan 2, 2024
@openvmp openvmp moved this from Todo to In Progress in PartCAD: Package handling Jan 2, 2024
@openvmp openvmp assigned openvmp and unassigned openvmp Jan 4, 2024
@openvmp openvmp moved this from In Progress to Todo in PartCAD: Package handling Jan 6, 2024
@openvmp openvmp self-assigned this Jan 6, 2024
@openvmp
Copy link
Owner Author

openvmp commented Jan 6, 2024

Implemented in #39

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

No branches or pull requests

1 participant