MLMeshingBlockInfo
Module: Meshing2
#include <ml_meshing2.h>
Public Attributes
Type | Name |
---|---|
MLCoordinateFrameUID | id |
MLMeshingExtents | extents |
MLTime | timestamp |
MLMeshingMeshState | state |
Detailed Description
struct MLMeshingBlockInfo;
Representation of a mesh block.
Public Attributes Documentation
id
MLCoordinateFrameUID id;
The coordinate frame UID to represent the block. Note: Not for use with perception snapshot system, purely a unique identifier.
extents
MLMeshingExtents extents;
The extents of the bounding box.
timestamp
MLTime timestamp;
The timestamp when block was updated.
state
MLMeshingMeshState state;
The state of the Mesh Block.