Replies: 5 comments 8 replies
-
Thanks! I really like how you structured the flow! I think we can also split the API into two levels of complexity - the Typically everything having to do with understanding faces and wires should be though of another level of abstraction - actually I think you do not use them directly in the how tos you have done so far (but I might be wrong). A notion that might be interesting to detail is the notion of plane - but there might be changes to be made on the API before it makes sense! Would you be interested in adding the quick reference in the documentation? I can help you setup a section and tell you how to create with docusaurus. |
Beta Was this translation helpful? Give feedback.
-
I updated the flow structure with your comments @sgenoud and started with some cleanup in the rest of the document. The update is here: https://github.com/raydeleu/ReplicadManual/blob/main/replicad-qrc.adoc |
Beta Was this translation helpful? Give feedback.
-
I copied (and played with some converters) to add the quick reference to the documentation, you can have a look here: https://feature-adding-quick-referen.replicad.pages.dev/docs/quick-reference/ I need to automate the adoc - md conversion, as well as fix some small issues, but the spirit is here! |
Beta Was this translation helpful? Give feedback.
-
This is the experiment I tried earlier: I can indeed display more than 3 shapes now. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth I went to replicad.xyz expecting this there already 🥲 Would love to see it merged! ❤️ Since I hop between RepliCAD and Curv it's easy to forget syntax and common classes and functions. |
Beta Was this translation helpful? Give feedback.
-
As I frequently needed to dive into the source code or API description to determine how I could use Replicad, I started to collect all commands that I found into categories. Based on this I assembled a rough layout for a Quick Reference document. This could also be the start for a more extensive manual. Please feel free to comment if commands are missing or are placed in the wrong category. I have not figured out the behaviour of all functions yet. The commands to find Edges are still missing but will follow the same pattern as the commands to find Faces.
Replicad Quick Reference.pdf
This is the asciidoc source code for the Quick Reference document:
replicad-qrc.txt
I started a new repository to add the file as well.
https://github.com/raydeleu/ReplicadManual/blob/main/replicad-qrc.adoc
Beta Was this translation helpful? Give feedback.
All reactions