Click or drag to resize
AB4D logo

MeshUtilsMesh3DInfo Structure

Mesh3DInfo is a struct that is used by the CollectAllMeshes(Model3D, Transform3D) method and contains information about all 3D meshes in a Model3D hierarchy.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab3d.UtilitiesMeshUtilsMesh3DInfo

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public struct Mesh3DInfo

The MeshUtilsMesh3DInfo type exposes the following members.

Fields
 NameDescription
Public fieldBackMaterial BackMaterial
Public fieldInverseTransposeTransformationMatrix InverseTransposeTransformationMatrix
Public fieldMaterial Material
Public fieldMesh MeshGeometry3D
Public fieldTransformationMatrix TransformationMatrix
Top
See Also