Skip to main content

Questions tagged [opencascade]

6 votes
3 answers
327 views

The desire font as in the document which could be found by FindShortestCurve -> Scope -> Mesh Region -> the last example https://reference.wolfram.com/language/ref/FindShortestCurve.html#...
3 votes
1 answer
132 views

In a finite element code I whish to use "IncludePoints" in ToElementMesh and I get a failure. Here is a minimum ...
2 votes
0 answers
182 views

When we set direction = {{0,0,0}, {0,0,3}};, we could moving the polygon along the direction {0,0,1} and the polygon moving from ...
1 vote
1 answer
138 views

I am trying to calculate the volume of a structure made by RegionUnion. Here is the structure ...
3 votes
3 answers
328 views

Fixed before version 14.3.0. When we using Polygon[{p1, p2, ..., pn} -> {q1, q2, ..., qn}] to draw a space polygon with hole, it seems that ...
3 votes
1 answer
171 views

Colleagues, good morning. Unfortunately, while solving my problem, I ran into a problem that stopped my project completely. RegionDifference command does not work as shown in the help topic. All ...
6 votes
1 answer
574 views

I am trying to draw a figure and color it like this from here: I tried CSGRegion["Difference", {Ball[{0, 0, 0}, 5], Cylinder[{{0, 0, -5}, {0, 0, 5}}, 2]}] ...
17 votes
3 answers
764 views

A few days ago I asked how to slice three-dimensional surfaces: How can we produce sliceforms? The three outstanding answers make me believe that dicing parametric surfaces should also be possible. ...
6 votes
1 answer
317 views

I'm doing a project trying to 3D print the stereographic projections of 4D shapes, and I need it so that the lines are thinner towards the origin for structural reasons. I've written functions to do ...
10 votes
1 answer
384 views

I'm modeling a screw rotor with cavities (for CAD/CFD analysis). The workflow involves: Generating the rotor body from 5 parametric surfaces. Creating cavity profiles from 4 extruded segments. ...
5 votes
2 answers
417 views

plot1 is taken from the BSplineSurface document. I add two Disk ...
0 votes
1 answer
128 views

I am running MMA 14.2.1.0 on Win 11. Needs["OpenCascadeLink`"] executes. But when I try to use OpenCascadeShapeImport I get this error: LibraryFunction::load: The library C:\Program Files\...
6 votes
1 answer
267 views

This is an example to make Pi in 3D dimension Thanks @xzczd for providing the fast version. Link Smoothing the Region? ...
5 votes
1 answer
189 views

My goal is to create models in CAD or similar software and importing into MMA for analysis. I have created *.STL files using Blender, FREECAD, GMSH, etc.. none of them pass the SolidRegionQ test to ...
6 votes
1 answer
681 views

I am trying to draw this picture I tried CSGRegion["Union", {Cylinder[{{-50, 0, 0}, {50, 0, 0}}, 20], Cylinder[{{0, -50, 0}, {0, 50, 0}}, 20]}]

15 30 50 per page