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;

Visual Basic

Public Structure MeshDataCollection
End Structure

C#

public struct MeshDataCollection {
}

Links

MeshDataCollection Properties

Was this information helpful?