doc.arcgis.com/en/cityengine/2025.0/python/model.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleModel—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionModel Model object. Methods defined here: getOffsetsgetOffsets(self): Get the global and local offsets associated with this model. @return: Returns the offsets as a tuple of float lists: ([global],[local]). @example: # getOffsets can only be used in the export callback function 'finishModel' # Returns the global and local offsets of the current model as float lists model = Model(oid) globalOffset, localOffset = model.getOffsets() getReportsgetReports(self): Get the reports associated with this model. @return: Returns the reports as a map of lists. @example: # getReports can only be used in the export callback function 'finishModel' # Returns the collected list of all reported 'height' values per model during export model = Model(oid) reports = model.getReports() if 'height' in reports: heights = reports['height']
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