Interface Props

    interface Props {
        geometries: Geometry[];
        onClose: (() => void);
        simulation: Simulation;
        swr: Swr;
        value?: IModelMaterialsValue;
    }

    Properties

    geometries: Geometry[]
    onClose: (() => void)

    Type declaration

      • (): void
      • Returns void

    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin