compas-dev / compas-dev/compas_fab
Change `load_geometry` to default True
Open
- Dominant language
- Python
- Stars
- 137
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I like the fact that `load_geometry` defaults to True. Let's change it also in the other classes that already have functions like that
_Originally posted by @gonzalocasas in https://github.com/compas-dev/compas_fab/pull/406#discussion_r1543942964_
This might simplify some simple examples and use cases, however, we need to make sure we don't accidentally trigger a lot more testing code to be ran because several tests seem to be relying on the fact that this defaults to `False`.
Contributor guide
Assessment
This issue has not been assessed yet.