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;
Public Structure MeshDataCollection End Structure
public struct MeshDataCollection { }
Comments? |