Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • $\begingroup$ There are no 2-dimensional mesh elements in chull, only lines and points (examine chull // InputForm). I had the same problem here. I did not explain the difficulty, but I did come up with a workaround. $\endgroup$ Commented Jul 30, 2014 at 20:00
  • $\begingroup$ @MichaelE2 So why does MeshCells[chull, 2] give an output - a Polygon? $\endgroup$ Commented Jul 30, 2014 at 20:02
  • $\begingroup$ I don't know. I'm not sure at this point I'm able to give an authoritative answer to any "why" about mesh objects. It looks like an inconsistency to me. $\endgroup$ Commented Jul 30, 2014 at 20:04
  • $\begingroup$ @MichaelE2, I saw your answer but you didn't use HighlightMesh to Style it, which is designed specifically to do this. I think it's an omission. And I agree, the Mesh objects weren't fully fleshed out. $\endgroup$ Commented Jul 30, 2014 at 20:07
  • $\begingroup$ I didn't use it because it didn't work. Also MeshCell[..., 2] does not seem to work on it either. $\endgroup$ Commented Jul 30, 2014 at 20:09