Interface IModelMeshSizeManual

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

    Hierarchy (view full)

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin