from scripting import * # get a CityEngine instance ce = CE() def importTerrains(): l = ce.addAttributeLayer('Terrain', "pathAerial/0000_0001.tif", "pathDEM/0000_0001.tif", True) if __name__ == '__main__': importTerrains() pass
tex = "/maps/mySatellitePic.jpg" elev = "maps/myElevationMap.tif" l = ce.addAttributeLayer('Terrain', tex, elev, True)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.