Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Symbolic Graphics Language >

GraphicsComplex

GraphicsComplex[{pt1, pt2, ...}, data]
represents a graphics complex in which coordinates given as integers i in graphics primitives in data are taken to be pti.
  • GraphicsComplex[{pt1, pt2, ...}, data] effectively replaces integers i that appear as coordinates in data by the corresponding pti.
  • GraphicsComplex provides a convenient way to build up meshes or simplicial complexes in which vertices of polygons are shared.
  • In GraphicsComplex[pts, data], data can be any nested list of graphics primitives and directives.
  • The following options can be given:
ContentSelectableAutomaticwhether to allow contents to be selected
VertexColorsAutomaticvertex colors corresponding to each pti
VertexNormalsAutomaticvertex normals corresponding to each pti
  • Normal[GraphicsComplex[pts, data]] substitutes coordinates to give an ordinary list of graphics primitives and directives.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team