compas-dev / compas_occ

COMPAS wrapper for the Python bindings of OCC
http://compas.dev/compas_occ/
MIT License
16 stars 9 forks source link

fix in examples the curve import #11

Closed lottilotte closed 2 years ago

lottilotte commented 2 years ago

for curve examples import directly from compas as NurbsCurve instead of compas_occ as OCCNurbsCurve

tomvanmele commented 2 years ago

not sure this is something we want to do here in the package

tomvanmele commented 2 years ago

perhaps add it in a commented line below to show that this is possible, but it is not mandatory if you are working directly with compas_occ, which is what we are documenting here...

btw, the type of curve will be an OCC curve in both cases.

lottilotte commented 2 years ago

ok, sorry misunderstanding. should I then just close the PR?

tomvanmele commented 2 years ago

yes please