Tanatloc documentation
    Preparing search index...

    Interface IModelMeshSizeManual

    interface IModelMeshSizeManual {
        refinements?: IModelMeshRefinement[];
        type: "manual";
        unit?: IUnit;
        value: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    refinements?: IModelMeshRefinement[]
    type: "manual"
    unit?: IUnit
    value: string | number