Share

MeshDataCollection Structure

Description

MeshDataCollection is the output of the SubDMesh.GetObjectMesh() method.

It is the mesh representation that contains the following mesh data:

  • Point3dCollection vertexArray
  • Int32Collection faceArray;
  • EntityColorCollection colorArray;
  • ObjectIdCollection materialIdArray;

C#

public struct MeshDataCollection {
}

Visual Basic

Public Structure MeshDataCollection
End Structure

Links

MeshDataCollection Properties

Was this information helpful?