doc.arcgis.com/en/cityengine/2025.0/cga/cga-bool-array-function.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleboolArray function—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionboolArray 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- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-initialization-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-bool-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-float-array-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-float-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-str-function.htm