Interface IProps

    interface IProps {
        geometries: Geometry[];
        postprocessing?: Result;
        project: Project;
        results: Result[];
        simulation?: Simulation;
    }

    Properties

    geometries: Geometry[]
    postprocessing?: Result
    project: Project
    results: Result[]
    simulation?: Simulation

    Generated using TypeDoc and TypeDoc Airthium Plugin