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

interface MeshUserData {
    feature: Feature<Geometry>;
    parentEntity: Entity3D<Entity3DEventMap, EntityUserData>;
    style: FeatureStyle;
}

Hierarchy (view full)

Properties

feature: Feature<Geometry>

The feature this mesh was generated from.

The parent entity of this mesh.

The style of this mesh.