We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to the some_part.instance.model() method but the other way around (result as a PartSet I guess)
The text was updated successfully, but these errors were encountered:
bike_model.instances() == project.parts(model=bike_model) -> partSet with bike instances
Sorry, something went wrong.
This is in effect a duplicate of the project.parts(model=bike_model) call. The question is if we provide these kind of convenient methods.
project.parts(model=bike_model)
implemented in #123, slated for 1.8
Merge pull request #123 from KE-works/#118-instances-of-model
793bed8
#113 added instances() and instance() method to the part
will be released in 1.8
jberends
No branches or pull requests
Similar to the some_part.instance.model() method but the other way around (result as a PartSet I guess)
The text was updated successfully, but these errors were encountered: