<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Charles Brunelle's Activities</title><link>https://communities.bentley.com/members/98272a8a_2d00_d8a4_2d00_470a_2d00_a4ef_2d00_332c4b1923d4</link><description>Charles Brunelle's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RAM configuration</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/227466/ram-configuration</link><pubDate>Wed, 23 Mar 2022 18:42:30 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a1a6993c-3d0d-462d-aa99-bc50308f633e</guid><dc:creator>Charles Brunelle</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am upgrading my setup to run render for ContextCapture. I was wandering if I need 128Gb of RAM. I read that 128Gb is only interesting for processing ultra-large blocks of photos.&amp;nbsp;Is a 300 Gigapixels block relate to that?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also, what is the best target RAM for adaptive tiling for a 64Gb and a 128Gb respectively?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[ccmasterkernel] How to set only one positioning method for adjustment constraints for AT settings using the SDK?</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/222234/ccmasterkernel-how-to-set-only-one-positioning-method-for-adjustment-constraints-for-at-settings-using-the-sdk</link><pubDate>Tue, 16 Nov 2021 22:09:39 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:307ed55f-5ffd-41e4-8c61-7b513e7c87b0</guid><dc:creator>Charles Brunelle</dc:creator><description>&lt;p&gt;I&amp;#39;m having difficulty modifying settings for the AT in the python SDK, more precisely on how to only set positioning with control points to the adjustment constraints. Do you have an example for that?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m always getting 2 methods instead of only having the control points one.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/343228/pastedimage1637100588434v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to use the SDK to create an orthophoto</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/189780/how-to-use-the-sdk-to-create-an-orthophoto</link><pubDate>Tue, 10 Dec 2019 17:24:05 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b26267fe-1124-47b9-8860-eb2c3119d74d</guid><dc:creator>JinYu Xu</dc:creator><description>&lt;p&gt;&lt;span&gt;In the SDK sample, only creating a 3D mesh, how to generate an orthophoto&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I used the following code, but it was not successful&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="python"&gt;# --------------------------------------------------------------------
    # Production
    # --------------------------------------------------------------------
    production = ccmasterkernel.Production(reconstruction)
    
    production.addProductionJob( ccmasterkernel.TileProductionJob(production, reconstruction.getInternalTile(0)) )
    reconstruction.addProduction(production)

    production.setDriverName(&amp;#39;Orthophoto/DSM&amp;#39;)
    production.setDestination( os.path.join(project.getProductionsDirPath(), production.getName()) )

    driverOptions = production.getDriverOptions()
    driverOptions.writeXML( os.path.join(project.getProductionsDirPath(), &amp;quot;options.xml&amp;quot;) )

    production.setDriverOptions(driverOptions)

    print(&amp;#39;Production item created.&amp;#39;)

    productionSubmitError = production.submitProcessing()&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>python code for &amp;quot;Orthophoto/DSM&amp;quot; generation</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/182839/python-code-for-orthophoto-dsm-generation</link><pubDate>Mon, 22 Jul 2019 06:44:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2e39b5a7-97c4-43b0-aade-e303a88b2f16</guid><dc:creator>Jinlong Yuan</dc:creator><description>&lt;p&gt;We want to write python code for &amp;quot;Orthophoto/DSM&amp;quot; generation, but there will be exception in the sentence of &amp;quot;&amp;nbsp; &amp;nbsp;&lt;span&gt;production&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;addProductionJob&lt;/span&gt;&lt;span&gt;(&lt;/span&gt; &lt;span&gt;CCMasterKernelPy&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;TileProductionJob&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;production&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span&gt;reconstruction&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;getInternalTile&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;))&lt;/span&gt; &lt;span&gt;) &amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We try to use &amp;quot;getJobType()&amp;quot; and find there are two types of job &amp;quot; TileProductionJob or RasterProductionJob&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;getJobType&lt;/strong&gt;&lt;span&gt;()&lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;rarr; object&lt;/span&gt;&amp;para;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Return job type (TileProductionJob or RasterProductionJob).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So&amp;nbsp;We guessed the problem should be caused by that we used the wrong job type in the python code,&amp;nbsp; so could you help to provide some sample python code on&amp;nbsp;&amp;nbsp;&amp;quot;Orthophoto/DSM&amp;quot; generation?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Below is the sample code we get in SDK document, but there is only code sample with job type of &amp;quot;TileProductionJob&amp;nbsp;&amp;quot; but not &amp;quot;RasterProductionJob&amp;quot;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;# define a production for one tile&lt;br /&gt;production = CCMasterKernelPy.Production(reconstruction)&lt;br /&gt;production.addProductionJob( CCMasterKernelPy.TileProductionJob(production, reconstruction.getInternalTile(0)) )&lt;br /&gt;reconstruction.addProduction(production)&lt;br /&gt; &lt;br /&gt;# set production format and destination&lt;br /&gt;production.setDriverName(&amp;#39;OBJ&amp;#39;)&lt;br /&gt;production.setDestination(&amp;#39;D:/DATA/my production&amp;#39;)&lt;br /&gt; &lt;br /&gt;# set production options&lt;br /&gt;driverOptions = production.getDriverOptions()&lt;br /&gt;driverOptions.put_int(&amp;#39;TextureCompressionQuality&amp;#39;, 80)&lt;br /&gt;production.setDriverOptions(driverOptions)&lt;br /&gt; &lt;br /&gt;# sumbit production processing&lt;br /&gt;production.submitProcessing()&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Many thanks in advance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jinlong&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unable to open a DGN file exported with ContextCapture Master/Editor into Revit.</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/156085/unable-to-open-a-dgn-file-exported-with-contextcapture-master-editor-into-revit</link><pubDate>Mon, 11 Jun 2018 13:30:31 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2b51b108-209a-4ecc-a660-925c91428ef6</guid><dc:creator>Charles Brunelle</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to import a DGN generated from ContextCapture into Revit and I always got the same error message:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/343228/pastedimage1528723746500v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Anybody ever had the same issue?&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Mon, 11 Jun 2018 02:35:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:bab2c2f6-b007-49e4-bfd4-881173d52896</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>