charles-sharman / ccad

pythonocc wrapper
GNU Lesser General Public License v3.0
21 stars 11 forks source link

Difficulty Building Documentation #12

Closed sdrucker4 closed 7 years ago

sdrucker4 commented 7 years ago

I'm on a windows 10 system and am not sure how to access or build documentation. ccad works great so far! using anaconda to handle the libraries.

While I know these should be separate issue tickets,,,

thanks! Sam

charles-sharman commented 7 years ago

Hi Sam,

I'm glad you're enjoying ccad. Before you get too far, check out Issue #11. ccad has issues with the latest/greatest OCE/pythonocc.

The html documentation can be found at ccad/doc/html/contents.html, where ccad is where you installed ccad. It's built with Sphinx. Once you've installed Sphinx, you can build the documentation with

sphinx-build -b html sourcedir builddir

where sourcedir is ccad/doc.

I don't know anything about anaconda or miniconda, which unsatisfactorily answers your first and third bullet. No, there is currently no parasolid save/export. If the latest/greatest OCE/pythonocc supports it, however, it should be easy to add to ccad. You could use the to_stl, to_step, and to_iges routines as templates.

sdrucker4 commented 7 years ago

Charles,

Thank you for the speedy & comprehensive reply, I have since been able to build and use ccad's documentation- feel free to close the issue.

-sam

charles-sharman commented 7 years ago

Sam, I'm glad you could build the documentation. I'll close the issue.