Tanatloc documentation
    Preparing search index...

    Interface IModelMaterialsValue

    interface IModelMaterialsValue {
        geometry: string;
        material: {
            children: {
                label: string;
                symbol: string;
                unit?: IUnit;
                value: string | number;
            }[];
            label: string;
        };
        selected: { label: number; uuid: string }[];
        uuid: string;
    }
    Index

    Properties

    geometry: string
    material: {
        children: {
            label: string;
            symbol: string;
            unit?: IUnit;
            value: string | number;
        }[];
        label: string;
    }
    selected: { label: number; uuid: string }[]
    uuid: string