API (v2.0.0) - Giro3D
    Preparing search index...

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

    interface MeshUserData {
        feature: Feature;
        parentEntity: Entity3D;
        style: FeatureStyle;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    feature: Feature

    The feature this mesh was generated from.

    parentEntity: Entity3D

    The parent entity of this mesh.

    The style of this mesh.