<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CityEngine python commands in external IDE? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587698#M7941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS I assume the same applies to the c++ SDK? (ie It can be used to extend the GUI but not make external calls).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 21:29:20 GMT</pubDate>
    <dc:creator>ChristianShiel1</dc:creator>
    <dc:date>2016-02-04T21:29:20Z</dc:date>
    <item>
      <title>CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587693#M7936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know if it is possible to import/use the CityEngine python commands in an external IDE, such as PyScriptor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that when you create a new Python module in CE it automatically imports all from scripting (from scripting import *).&lt;/P&gt;&lt;P&gt;However when I try to import scripting from PyScriptor it can't find it. Hopefully I'm just missing something small.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 14:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587693#M7936</guid>
      <dc:creator>CarlBester1</dc:creator>
      <dc:date>2016-02-01T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587694#M7937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a 3d analyst license then you should be able import certain rules packages from cityengine when using the command "import arcpy" at the beginning of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unsure if this includes the full library of cityengine procedures, however, due to cityengine using jython not python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example on importing rules: &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/3d-analyst/features-from-cityengine-rules.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/3d-analyst/features-from-cityengine-rules.htm"&gt;Features From CityEngine Rules—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587694#M7937</guid>
      <dc:creator>MatthewBaber</dc:creator>
      <dc:date>2016-02-01T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587695#M7938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was actually thinking more along the lines of the CE commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;views = ce.getObjectsFrom(ce.get3DViews(), ce.isViewport)&lt;/P&gt;&lt;P&gt;views[0].setCameraPosition(0, 200, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More examples of the CE commands can be seen at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/python/jscripting/jscripting_cat.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 17:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587695#M7938</guid>
      <dc:creator>CarlBester1</dc:creator>
      <dc:date>2016-02-01T17:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587696#M7939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, sorry, it is currently not possible to call CE python scripts from outside of the GUI/externally.&amp;nbsp; It's good to know that there's a demand for this though, so we appreciate your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 17:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587696#M7939</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2016-02-04T17:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587697#M7940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for clearing this up. I would like to discuss the possibility of opening up this API to be externally accessible. How do I proceed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587697#M7940</guid>
      <dc:creator>ChristianShiel1</dc:creator>
      <dc:date>2016-02-04T21:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587698#M7941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS I assume the same applies to the c++ SDK? (ie It can be used to extend the GUI but not make external calls).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587698#M7941</guid>
      <dc:creator>ChristianShiel1</dc:creator>
      <dc:date>2016-02-04T21:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587699#M7942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please provide a use case for your feature request?&lt;BR /&gt;The CityEngine team knows some special use cases, where this can make sense, but we are still collecting more...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The C++ SDK can only provide a fraction of the CE python functionality, but here it is easier to open it up the externals IDEs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 17:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587699#M7942</guid>
      <dc:creator>ThomasFuchs</dc:creator>
      <dc:date>2016-02-05T17:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587700#M7943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to create a tool that I can hook up cityengine with a games engine like Unity but without having to go through CityEngine GUI. For example I would want a web app that I can download an OSM file and this is put into CityEngine and then as a download comes a Unity project with the generated scene inside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 01:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/587700#M7943</guid>
      <dc:creator>ChristianShiel1</dc:creator>
      <dc:date>2016-02-08T01:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: CityEngine python commands in external IDE?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/1679787#M11603</link>
      <description>&lt;P&gt;I was hoping it would be possible to use the python module in a continuous integration system to automatically generate updated rule packages whenever the source rules/assets are edited. We use the C++ SDK with rule packages for procedural content creation, so this is currently a manual step that requires using the City Engine UI&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2026 18:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/cityengine-python-commands-in-external-ide/m-p/1679787#M11603</guid>
      <dc:creator>jsd_mvr</dc:creator>
      <dc:date>2026-01-24T18:16:49Z</dc:date>
    </item>
  </channel>
</rss>

