MeshUserData: {
    feature: Feature;
    parentEntity: Entity3D;
    style: FeatureStyle;
}

The content of the .userData property of the SimpleGeometryMeshes created by this entity.

Type declaration

  • feature: Feature

    The feature this mesh was generated from.

  • parentEntity: Entity3D

    The parent entity of this mesh.

  • style: FeatureStyle

    The style of this mesh.