Void IDraw3DContext.DrawShell(IEnumerable<Double> vertices, IEnumerable<Double> normals, IEnumerable<Int32> faces)

Draws a surface defined by a set of faces (three or four vertices per face). This function can be called directly using the information given by the IGeoTessellation interface.

Parameters

  • vertices
    Type: IEnumerable<Double>
    Array of points coordinates.
  • normals
    Type: IEnumerable<Double>
    Array of vectors (one vector per vertex).
  • faces
    Type: IEnumerable<Int32>
    Array of Indices to describe each face. One face is defined by an integer (three or four) that identify the number of vertices for this face and the index of each vertex.