Class CupBaseDrawerGroup

Basisklasse fuer Schubkastengruppen in Schraenken und Kommoden.

Hierarchy

Constructors

Methods

  • Creates a construction list containing Components, Interactors, Layers, etc. This is a required function.

    Returns

    An evaluator response.

    All formulas and expressions returned by the Evaluator must be resolved!

    Parameters

    • productId: string

      The product name/identification linking to the product definition in the database. Usually evaluators do not consider this.

    • path: string

      The relative structure path of the component to be created. Usually, the calling environment creates a component and--after calling the evaluator's Create() function--merges the returned component response. Any component created this way, must have a Path relative to path</>.

    • parameters: ICupBaseDrawerGroupParameters

      An object with key-value pairs to parameterize the creation process.
      A parameter value may be a string, even if it primarily is a boolean or a number. Please make sure that you always support also the string representation. We recommend to use the IGX.Eval getters, because they already support this and also implement an optional default value.

    Returns EvalResponse

  • Anzahl der Schubkaesten

    Returns

    Anzahl der Schubkaesten

    Parameters

    • drawerKeys: string

      String mit Schubkastenkombination Bsp: "TOPPL|H3|H3|H3|H1"

    Returns number

  • Unterboden vorhanden?

    Parameters

    • key: string

    Returns boolean

  • Oberboden vorhanden?

    Parameters

    • key: string

    Returns boolean

  • Realhoehe Schubkastengruppe ermitteln (ohne Unter- und Oberboden)

    Parameters

    • drawerHeights: string
    • key: string

    Returns number

  • Realhoehe Schubkasten aus drawer heights ermitteln

    Returns

    Floatwert der Fronthoehe

    Parameters

    • drawerHeights: string

      String mit allen moeglichen Hoeheninformationen (z.B. "H1=0.1|H2=0.2") und Information ueber Abschlussplatte unten und oben.

    • key: string

      Sybolische Hehe Schubkasten(z.B.H1)

    Returns number

  • Liefert Schubkastenindex

    Returns

    Schubkasten (Teilstring von drawerKey) mit index

    Parameters

    • drawerKeys: string

      String mit Schubkastenkombination Bsp: "TOPPL|H3|H3|H3|H1"

    • index: number

    Returns string

Generated using TypeDoc