doc.arcgis.com/en/cityengine/2025.0/cga/cga-bool-array-function.htm

Preview meta tags from the doc.arcgis.com website.

Linked Hostnames

1
  • General Meta Tags

    17
    • title
      boolArray function—ArcGIS CityEngine Resources | Documentation
    • charset
      utf-8
    • X-UA-Compatible
      IE=edge,chrome=1
    • viewport
      width=device-width, user-scalable=no
    • description
      boolArray function Syntaxbool[] boolArray() bool[] boolArray(values)Parametersvalues—(float[], bool[], string[])Values to convert ReturnsIf values is not given, an empty bool array is returned.If values is given, a bool array is returned that contains the elements of values converted to the corresponding bool values.Related bool function float function str function floatArray function stringArray function array initialization function ExamplesboolArray([1, 0, 1, 20]) # result = [true,false,true,true] boolArray(["true", "1", "0", "f", "false", "schwiizer nati"]) # result = [true,true,false,false,false,true] boolArray([true, false, true]) # result = [true,false,true]
  • Link Tags

    8
    • shortcut icon
      /assets/img/favicon.ico
    • stylesheet
      /assets/css/screen.css
    • stylesheet
      /cdn/calcite/css/documentation.css
    • stylesheet
      /assets/css/print.css
    • stylesheet
      /cdn/css/colorbox.css

Links

7