Click or drag to resize
MeshInfo Structure
Contains quantitative information about a Mesh.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct MeshInfo

The MeshInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBoundingBoxBytes
Gets the amount of memory in bytes, which is used to store the bounding box heierarchy of the mesh.
Public fieldDetailLevels
Gets the detail levels present in the mesh.
Public fieldNumberOfBodies
Gets the number of bodies in the mesh.
Public fieldNumberOfDetailLevels
Gets the number of detail levels of the mesh.
Public fieldNumberOfFaces
Gets the number of faces in the mesh.
Public fieldNumberOfTriangles
Gets the number of triangles in the mesh.
Public fieldNumberOfVertices
Gets the number of vertices in the mesh.
Public fieldNumberOfWires
Gets the number of wires in the mesh.
Public fieldPersistentBytes
Gets the amount of memory in bytes, which is used to store persistent information about the mesh.
Top
Version Information

Supported in: 1.0.0.0
See Also