↧
Answer by Mauricio Fernández for How do I properly define and work with...
Use ConvexHullMesh on the hexahedron points, yields equivalent results.ps1 = {{1.7, 1.5, 0}, {1.7, 10.8, 0}, {20.3, 10.8, 0.01}, {20.3, 1.5, 0}, {1.7, 1.5, 0.6}, {1.7, 10.8, 0.6}, {20.3, 10.8, 0.6},...
View ArticleHow do I properly define and work with region unions?
Suppose I have two regions defined by two hexahedrons (slightly adapted from this question):hexpts = {{1.7, 1.5, 0}, {1.7, 10.8, 0}, {20.3, 10.8, 0.01}, {20.3, 1.5, 0}, {1.7, 1.5, 0.6}, {1.7, 10.8,...
View Article