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#...
herbertfederer's user avatar
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 ...
Hugh's user avatar
  • 17.7k
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 ...
herbertfederer's user avatar
1 vote
1 answer
138 views

I am trying to calculate the volume of a structure made by RegionUnion. Here is the structure ...
physg's user avatar
  • 41
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]}] ...
TTTT2025's user avatar
  • 167
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\...
David Keith's user avatar
  • 5,526
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. ...
kai29lol's user avatar
  • 317
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 ...
SAK's user avatar
  • 481
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]}]
minhthien_2016's user avatar
4 votes
1 answer
190 views

I am new to MMA and best way to learn is plow though examples ! I copied all the executable lines from the OPEN CASADE LINK example for Surgical fixation plate. https://reference.wolfram.com/language/...
SAK's user avatar
  • 481
4 votes
1 answer
190 views

I tried a simple example using OpenCascadeShape, and BALL works as an option, but sphere does not - I get an error - OpenCascadeShapeSurfaceMeshToBoundaryMesh[OpenCascadeShape[Sphere[{1, 2,3},10]]] is ...
SAK's user avatar
  • 481
3 votes
1 answer
163 views

I am exploring how to use Mathematica to segment micro - CT images into multiple regions and in the next step use this segmentation to create a water-tight finite element mesh which can then be used ...
Dunlop's user avatar
  • 4,677
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 ...
Annabelle Snell's user avatar
5 votes
4 answers
958 views

So, can you provide a method to plot this geometry in mathematica? It is soild instead of a surface. I need it to be printed out from mathematica as stl. document. I have tried with Code "...
Hing Cu's user avatar
  • 51
6 votes
3 answers
1k views

Based on this answer, I am trying to draw the picture b). I tried ...
minhthien_2016's user avatar

15 30 50 per page