Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

The PolyhedronData[] structure is wonderfully rich. I would like to create data for my own polyhedra, not any of the many that Mathematica provides. Is this possible? I wouldn't need every property, but I would like it to function the same way, e.g., PolyhedronData["MyPolyhedron", "VertexCoordinates"] would return a list of vertex coordinates, etc. I can hack up MyPolyhedronData[], but I would prefer to use PolyhedronData[] if possible. Thanks for ideas!

share|improve this question
2  
Something like what was done here could be applicable to this case, I suppose. – J. M. Sep 28 '12 at 18:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.