Sender | Message | Time |
---|---|---|
29 May 2023 | ||
Download 20230529_085557.png | 06:57:24 | |
Hm. Not really. I think. I have a face that I want to dynamically get the measurements for to then be able to extrude. | 06:57:25 | |
Just get the pending wires and extrude that ? | 06:58:25 | |
How do you extrude at an angle? | 06:58:55 | |
Currently I do this, which is not optimal at all
choc_skirt and moduleZ are values I want to get from the injected wp . | 07:00:01 | |
Extrude doesn't care at what angle it is so if you put a worlplane oriented as you want it should work ? ( Or maybe there is a direction parameter for extrude I don't remember) | 07:00:04 | |
And the reason for the double extrude is because if I only do it in the positive direction it leaves a gap (where the seam is). | 07:01:58 | |
I could probably use the bounding box, but how do I get the faces bounding box and not the whole object that the face is attached to? | 07:10:11 | |
30 May 2023 | ||
08:44:34 | ||
08:46:05 | ||
About to get started with cadquery but I'm concerned there's no examples for NURBS or spline surfaces like this video: https://www.youtube.com/watch?v=o_6jUmLkIM8 Is it tedious/impossible to do in cadquery? | 08:50:27 | |
Tedious yes, impossible no. Look at parametric surface in the docs | 10:36:29 | |
* Tedious yes, impossible no. Look at parametric surface in the docs | 10:36:33 | |
13:21:04 | ||
Hey together, I have a question about using moveTo() together with pushPoints(). Is there a way that the moveTo() function use the pushed points and create the donut for each pushed point? The current snippet is wrong and creates many donuts, depends on the number for quantity, on the moveTo() position. | 13:35:25 | |
* Hey together, I have a question about using moveTo() together with pushPoints(). Is there a way that the moveTo() function use the pushed points and create the donut for each pushed point? My current snippet is wrong and creates many donuts, depends on the number for quantity, on the moveTo() position. | 13:35:44 | |
* Hey together, I have a question about using moveTo() together with pushPoints(). Is there a way that the moveTo() function use the pushed points and create the donut for each pushed point? My current snippet is wrong and creates many donuts, depends on the number for quantity, on the moveTo() position.
So solutions i can think of is either knowing how to create a donut without moveTo? Or using moveTo in a way that it moves to each point from __create_array_points ( that is the same like pushPoints()) and draw circle with revolve for a donut | 13:37:24 | |
* Hey together, I have a question about using moveTo() together with pushPoints(). Is there a way that the moveTo() function use the pushed points and create the donut for each pushed point? My current snippet is wrong and creates a lot of donuts, depending on the number for quantity, on the moveTo() position.
So the solution I can think of is either knowing how to create a donut without using moveTo? Or use moveTo in a way that it moves to each point of __create_array_points (which is the same as pushPoints()) and draw a circle with revolve for a donut. | 13:38:45 | |
* Hey together, I have a question about using moveTo() together with pushPoints(). Is there a way that the moveTo() function uses the pushed points and creates the donut for each pushed point? My current snippet is wrong and creates a lot of donuts, depending on the number for quantity, on the moveTo() position.
So the solution I can think of is either knowing how to create a donut without using moveTo? Or use moveTo in a way that it moves to each point of __create_array_points (which is the same as pushPoints()) and draw a circle with revolve for a donut. | 13:39:06 | |
Can you show the result of this ? I think you shouldn't use moveTo together with pushPoint, if you know how much you need to move each point why not setting them at this location directly? | 14:05:17 | |
Anyone have success debugging openCASCADE from within cadquery? That is to say, calling a cq method that calls an OCP function and debugging the c++ code. | 18:52:39 | |
31 May 2023 | ||
Have you tried something like this? https://stackoverflow.com/a/46169962 | 02:05:41 | |
Thank you I was trying something along these lines. Do you know if the opencascade bundled with OCP is compiled with debug symbols? | 18:30:37 | |
1 Jun 2023 | ||
I don't know sorry. The answer may be here somewhere https://github.com/CadQuery/OCP/blob/master/build-bindings-job.yml#L140 | 04:47:10 | |
05:50:49 | ||
10:46:49 | ||
how can you loft ring faces to ring faces? this gives BRepFill :: profiles are inconsistent | 17:00:20 | |
You cant, you need to make two loft and cut one from the other | 17:06:24 | |
ok, that works | 17:10:56 | |
thanks | 17:11:12 |