compas-dev / compas-dev/compas_viewer

Use OCC through plugin

Open
#106 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.