How to find the right api to use for BRepBuilderAPI_MakeEdge #207
Unanswered
BarbourSmith
asked this question in
Q&A
Replies: 2 comments
-
You can have a look at how I do it in replicad here. I use |
Beta Was this translation helpful? Give feedback.
0 replies
-
I discovered replicad right after I asked and it looks perfect :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Huge fan of this project!
I am trying to get a handle on how the js interface to OpenCascade works. Specifically I'm looking at some of the code in Cascade Studio and trying to do something similar with the latest release of OpenCascade.js.
In the Cascade Studio source code they make a circle like this:
But when I try to do something similar with the latest OpenCascade.js I'm having a hard time finding a version of
BRepBuilderAPI_MakeEdge
with the same interface in the docs here: https://ocjs.org/reference-docs/classes/BRepBuilderAPI_MakeEdgeSo far I am doing:
Any guidance for where I might be going wrong?
Beta Was this translation helpful? Give feedback.
All reactions