*MultipleLayers()

Specifies if multiple layer support is enabled/disabled.

Syntax

*MultipleLayers (argument 1)

Application

HyperView

Inputs

argument 1
Bool
True
If multiple layer support is enabled.
False
If it is disabled.

Example

    *BeginContour()
                 *BeginSelection(Part, SelectAll,
                                 "User_Set", 0)
                     *Add("all")
                 *EndSelection()
                 *ResultType("Stress")
                 *DataComponent("vonMises")
                 *MultipleLayers("false")
                 *Layer("Lower")
                 *LayerFilter(0)
                 *ComplexFilter("mag")
                 *ResolvedInSystem(-1)
                 *AverageAcrossParts(Off)
                 *FeatureAngleAverage(Off, 50, On)
                 *AverageColor(yes)
                 *DiscreteColor(yes)
                 *BeginLegend()
                     *LegendType("static")
                     *NumCols(9)
                     *MinMax(0, 1359.94)
                     *ColorRGB("0 0 200", 
                               "21 121 255", 
                               "0 199 221", 
                               "40 255 185", 
                               "57 255 0", 
                               "170 255 0", 
                               "255 227 0", 
                               "255 113 0", 
                               "255 0 0")
                     *NoResultColor("192 192 192")
                    *HeaderFont("Arial", 10, "255 255 255",
                                "left", "bottom", "0", "0")
                     *HeaderText("hide", "")
                     *FooterFont("Arial", 10, "255 255 255",
                                 "left", "bottom", "0", "0")
                     *FooterText("hide", "")
                     *TitleFont("Arial", 10, "255 255 255",
                                "left", "bottom", "0", "0")
                     *Title("show", 1, "title")
                     *Numbers("show", "scientific", 3)
                     *NumbersFont("Arial", 10, "255 255
                                  255", "left", "center",
                                  "0", "0")
                     *ShowMax("show")
                     *ShowMaxLocal("hide")
                     *ShowMin("show")
                     *ShowMinLocal("hide")
                     *EntityLabel("show")
                     *LegendPosition("UpperLeft")
                     *BackGroundColor(" 44  85 126")
                     *Transparency("On")
                     *Filter("LINEAR")
                 *Endlegend()
     *EndContour()