Tanatloc documentation
    Preparing search index...

    Interface IModelTypedBoundaryCondition

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

    Properties

    label: string
    refineFactor?: number