User Portlet
Discussions |
---|
Proven wrong again. The latest version 12.1 contains an add-on package named OpenCascadeLink which provides a function OpenCascadeShapeImport which can import an ISO-10303-21 STEP file into Mathematica. It appears to do what Markus Sonderegger is... |
[G-Code][1] contains no information about the part dimensions, and very little about the shape of the cutting tool. Essentially it just refers to a tool table where it retrieves the tool radius and axial offset (for mills). For end mills and ball... |
Markus, I would record the depth of each discovered vertex as you search and use it to alter the printing by adding spaces depending on depth. I assigned depthval[vertex] to hold the depth value as the search is conducted. Lastly, because I am... |
Notice that these also work: In[1]:= StringDelete[".del"] /@ {"a.del","b.del","c.del"} Out[1]= {a,b,c} In[2]:= StringDelete[".del"][{"a.del","b.del","c.del"}] Out[2]= {a,b,c} In[3]:=... |