User Portlet User Portlet

Discussions
For a student project (doing applied research for a mechanical engineering company) we need to correlate the G-Code statements generated from a CAM System (used by a milling machine or lathe) with the surfaces of the final product produced, which is...
For a student project, we plan to create out of the G-code a Geometric Region, which models the path the tool (of the mill, lathe) has executed in 3D space. It could be e.g. a List of Lines or a List of Hexahedrons (if we look at what was milled...
Consider the following code: DepthFirstScan[ {"A" "B", "A" "C", "B" "D", "B" "E", "C" "F", "C" "G"}, "A", {"PrevisitVertex" -> (Print[#] &)} ]; produces A B D ...
I used Matlab/Mathematica during my PhD in 1993 and now trying to learn the fascinating Wolfram Language. So this might be a newby question so bear with me. The below simple expression {"a.del", "b.del", "c.del"} /. s__ -> StringDelete[s,...