doc.arcgis.com/en/cityengine/2025.0/cga/cga-convexify.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleconvexify operation—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionconvexify operation Syntaxconvexify()convexify(maxLength) ParametersmaxLength—floatMaximum length of the split line which splits concave polygons into subpolygons. If not provided, no limit is applied, i.e. all resulting polygons are convex.DescriptionThe convexify operation splits a concave polygon into a number of convex polygons. If a maxLength parameter is provided, only split lines shorter than this value are applied and one of the resulting polygons might still be concave.RelatedcleanupGeometry operationinnerRectangle operationmirror operationreduceGeometry operationreverseNormals operationsetNormals operationExamplesThe initial shapes:Initial shapesGenerated shapes:attr maxLength = 1 Lot --> convexify(maxLength) comp(f) {all: SubShapes} SubShapes --> case scope.sx >= maxLength && scope.sy >= maxLength : color("#00ff00") else: color("#ff0000") Generated shapes
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-cleanup-geometry.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-inner-rectangle.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-mirror.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-reduce-geometry.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-reverse-normals.htm