MathGroup Archive 2014

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Vertices of a polyhedron

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132203] Re: Vertices of a polyhedron
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Thu, 16 Jan 2014 01:54:04 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20140115091636.D43B869EB@smc.vnet.net>

PolyhedronData[12 + 8 + 6]


{"ElongatedSquareGyrobicupola", "GreatRhombicuboctahedron", \
"GyroelongatedSquareCupola", "GyroelongatedTriangularBicupola", \
"SmallRhombicuboctahedron", "SnubSquareAntiprism"}


poly = "GreatRhombicuboctahedron";


graph = PolyhedronData[poly, "NetGraph"]


polyImage = PolyhedronData[poly]


vCnt = PolyhedronData[poly, "VertexCount"]


48


vCoord = PolyhedronData[poly, "VertexCoordinates"]


Length[vCoord] == vCnt


True



Bob Hanlon




On Wed, Jan 15, 2014 at 4:16 AM, Francisco Javier Garc=EDa Capit=E1n <
garciacapitan at gmail.com> wrote:

>
> Dear friends, how can we calculate the vertices of a convex polyhedron that
> has for its faces 12 squares, 8 regular hexagons, and 6 regular octagons?
>
> --
> ---
> Francisco Javier Garc=EDa Capit=E1n
> http://garciacapitan.99on.com
>
>
>




  • Prev by Date: Re: Simple question
  • Next by Date: Re: Simple question
  • Previous by thread: Vertices of a polyhedron
  • Next by thread: Simple question