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.

2
  • $\begingroup$ How can I get FaceIndices by usingPolyhedronData["lowHalfVertices", "FaceIndices"]? $\endgroup$ Commented Dec 22, 2022 at 1:48
  • $\begingroup$ What are you trying to do? FaceIndices would give you insight into Mathematica's representation of a polyhedron, and that seems sort of out of left field based on your original question. Also, once we've turned it into a BoundaryMeshRegion, we have a different representation. There are functions that allow you to extract data from mesh regions: MeshPrimitives, MeshCells, MeshCoordinates, and yes, MeshCellIndex. $\endgroup$ Commented Dec 22, 2022 at 2:08