pyprt:Esri对CityEngine的“过程运行时”(PRT)进行Python绑定

时间:2021-01-30 12:50:10
【文件属性】:
文件名称:pyprt:Esri对CityEngine的“过程运行时”(PRT)进行Python绑定
文件大小:5.06MB
文件格式:ZIP
更新时间:2021-01-30 12:50:10
python api arcgis geometry architecture PyPRT-CityEngine SDK的Python绑定 PyPRT是PRT(CityEngine程序运行时)的Python绑定。 它允许在Python中执行CityEngine CGA规则。 PyPRT允许轻松高效地生成3D几何图形,将其作为Python数据结构进行处理或将其导出为多种3D文件格式。 目录 安装 对于Python 3.6(64位), pip install pyprt在(虚拟)Python环境中运行pip install pyprt或在Conda环境中运行conda install -c esri pyprt 。 然后在脚本中使用import pyprt 。 对于其他Python版本,请立即自己PyPRT。 最少使用 import os import pyprt ​ # PRT Initialization pyprt . initialize_prt () ​ # Initial Shape shape_geometry = pyprt . InitialShape ([ 0 , 0 , 0 , 0 , 0 , 100 , 100 , 0 , 100 , 100
【文件预览】:
pyprt-master
----setup.py(12KB)
----.clang-format(372B)
----.gitignore(297B)
----images()
--------diagram.png(149KB)
----src()
--------client()
--------dependencies.cmake(3KB)
--------codec()
--------CMakeLists.txt(1KB)
----LICENSE(11KB)
----CHANGELOG.md(2KB)
----README.md(6KB)
----tests()
--------data()
--------__init__.py(675B)
--------pyGeometry_test.py(9KB)
--------inspectRPK_test.py(2KB)
--------otherExporter_test.py(2KB)
--------arcgis_test.py(2KB)
--------shapeAttributesDict_test.py(5KB)
--------run_tests.py(2KB)
----pyprt()
--------__init__.py(724B)
--------pyprt_arcgis()
--------pyprt()
--------pyprt_utils()
----Pipfile(164B)
----environment.yml(119B)
----docs()
--------pyprt.pyprt_utils.rst(161B)
--------index.rst(1KB)
--------conf.py(3KB)
--------pyprt.pyprt_arcgis.rst(163B)
--------pyprt.rst(109B)
--------pyprt.pyprt.rst(176B)
----Jenkinsfile(6KB)
----get_pkg_version.py(93B)
----tox.ini(259B)

网友评论