compas-dev / compas-dev/compas_viewer
Use OCC through plugin
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
The examples should use `compas_occ` only indirectly, thought the plugin mechanism. import such as `from compas_occ.brep import OCCBrep` should be `from compas.geometry import Brep`...
Contributor guide
Research direction
Search the examples for direct imports such as `from compas_occ.brep import OCCBrep`; start by reviewing those examples and the plugin mechanism described in the issue. Update the examples to use `from compas.geometry import Brep` indirectly through the plugin, and consider the work done when no example directly imports `compas_occ`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100