MeshTypeΒΆ
A MeshType
describes the type of an Mesh
. It is a JSON object with the following attributes:
dimension
: The spatial dimension of the mesh.pointComponentType
: The type of the components used to represent a point. This is one of theFloatTypes
.pointPixelComponentType
: The type of the components used to represent the data at a point. This is one of theIntTypes
orFloatTypes
.pointPixelType
: ThePixelType
for data associated with a point. For example, Scalar, Vector, CovariantVector, or SymmetricSecondRankTensor.pointPixelComponents
: The number of components in a point pixel. For a Scalar pixelType, this will be 1.cellComponentType
: The type of the components used to represent a cell. This is one of theIntTypes
.cellPixelComponentType
: The type of the components used to represent the data at a cell. This is one of theIntTypes
orFloatTypes
.cellPixelType
: ThePixelType
for data associated with a cell. For example, Scalar, Vector, CovariantVector, or SymmetricSecondRankTensor.cellPixelComponents
: The number of components in a cell pixel. For a ScalarpixelType
, this will be 1.