-
For the following
```
Lot --> extrude(1)
s(5, 1, 1)
split(x) {1: A | 1: NIL | 1: B | 1: NIL | 1: C}
A --> color("red")
B --> color("green")
C --> color("blue")
r(…
-
With [ESRI's rapidly approaching retirement of ArcGIS 10.X](https://support.esri.com/en/technical-article/000017062) within the next year or two, we really need to look at providing an ArcPro release …
-
Hi,
I want to use the sdk to generate a road model. My raw data is a shapefile with the suffix ".shp". I know how to get the data in the shpfile, but I can't convert the lines in the shapefile into t…
-
Hi, great list.
Would you mind adding the CityEngine procedural modeling SDK?
https://esri.github.io/cityengine
This link points to our C++ and Python APIs to create 3d building models out of G…
-
Hello,
While following the [README_windows](https://github.com/Esri/cityengine-sdk/blob/main/examples/prt4cmd/README_windows.md), for the command:
```
C:\cityengine-sdk\examples\prt4cmd\install…
-
This bug appeared when I had more than 10 -a parameters. Why is there a limit of 10. There may be many shape attrs for a cga file
-
Hi
I tried to generate STEP format file directly from the rpk files. I did two tests with examples in CityEngine SDK 2.6.8300. The first one was successful and the second was failed.
First test:…
-
The section "Extension Lifecyle" contains outdated API calls:
https://esri.github.io/cityengine-sdk/arcgis_prt_architecture.pdf
The version query functions have changed to `getVersionMajor/Minor`.
-
we currently unpack RPKs (at ResolveMap creation time) so houdini can read any resources (e.g. textures) after model generation.
task: implement a "rpk:" schema handler based on this example: https…
-
if i open shapefile, which encode should i choose? or how to do it?