Interface IModelTypedBoundaryCondition

    interface IModelTypedBoundaryCondition {
        children?: IModelBoundaryCondition[];
        label: string;
        refineFactor?: number;
        values?: IModelBoundaryConditionValue[];
    }

    Properties

    label: string
    refineFactor?: number

    Generated using TypeDoc and TypeDoc Airthium Plugin