doc.arcgis.com/en/cityengine/2025.0/python/align-shape-settings.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleAlignShapeSettings—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionAlignShapeSettings Shape align settings. @example: # Settings class used to control parameters for alignShape operation lotLayer = ce.getObjectsFrom(ce.scene, ce.isLayer, ce.withName("'Lots'")) settings = AlignShapesSettings() heightmap = ce.getObjectsFrom(ce.scene, ce.isMapLayer, ce.withName('Heightmap'))[0] settings.setHeightmapLayer(heightmap) settings.setAlignFunction('TRANSLATE_TO_MIN') ce.alignShapes(lotLayer, settings) Methods defined here: getAlignFunctiongetAlignFunction(self): Gets AlignFunction field. Specifies the alignment function. @return: Value of AlignFunction field. ["PROJECT_ALL", "PROJECT_BELOW", "PROJECT_TO_OBJ_AVG", "TRANSLATE_TO_AVG", "TRANSLATE_TO_MAX", "TRANSLATE_TO_MIN"] [str] getHeightmapgetHeightmap(self): Gets Heightmap field. Specifies the heightmap to align to. Use "y = 0" for alignment to X-Z plane. @deprecated: Only for legacy scripts, use getHeightmapLayer instead. @return: Value of Heightmap field. [str] getHeightmapLayergetHeightmapLayer(self): Gets HeightmapLayer field. Specifies the heightmap to align to. Use "y = 0" for alignment to X-Z plane. @return: Value of HeightmapLayer field. [str] getOffsetgetOffset(self): Gets Offset field. Y-Offset to be added
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