<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pythonOCC</title>
	<atom:link href="http://www.pythonocc.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythonocc.org</link>
	<description>3D CAD/CAE/PLM development framework for the Python programming language</description>
	<lastBuildDate>Sun, 31 Jul 2011 21:53:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Experimental WebGL renderer &#8211; Towards CAD in a browser</title>
		<link>http://www.pythonocc.org/news/experimental-webgl-renderer-towards-cad-in-a-browser/</link>
		<comments>http://www.pythonocc.org/news/experimental-webgl-renderer-towards-cad-in-a-browser/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 09:19:42 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=605</guid>
		<description><![CDATA[Work is currently in progress in order to add WebGL support for pythonOCC. Want to know more about WebGL: check the Khronos WebGL page at http://www.khronos.org/webgl/. In a few words,...]]></description>
			<content:encoded><![CDATA[<p>Work is currently in progress in order to add WebGL support for pythonOCC. Want to know more about WebGL: check the Khronos WebGL page at <a href="http://www.khronos.org/webgl/">http://www.khronos.org/webgl/</a>. In a few words, WebGL is en emerging technology enabling real time 3D in a web browser. Specs are still in a draft state, and latest releases of web browsers do not support it by defult yet. However, major browsers dev teams hardly work to support WebGL (and HTML5 in general): experimental WebGL support is already available on Chrome 8, Firefox4 beta, Webkit etc.</p>
<p>Primarily identified as a way to enable online gaming (including on mobile devices), this innovation is a major opportunity for CAD (at least, we believe it is!). As a W3C standard, WebGL and HTML5 will kick off proprietary or specific plugins currently required to visualize 3D shapes. Just imagine the benefits for CAD users: get free from proprietary plugins and just use the native features of your web browser! Remove all the heavyweight clients from your machine! You, project manager, review the progress of your design team on your iPhone or Android phone, whether you are in the train or in a cab!</p>
<p>Furthermore, we do believe in the latest technologies to enable what we call &#8220;CAD in a browser&#8221;: we mean a complete online CAD/CAM toolsuite running in Firefox, Chrome or Safari. Lightweights client rather than heavyweight installations on a local machine. Truelly multiplatform. Requiring low machine resources. Poor deployment and maintenance costs.</p>
<p>Open standards and open source software makes this ideal become possible in a short future: FOS browsers, FOS js libraries, FOS distributed and highly scalable&#8221;NoSql&#8221; databases, and pythonOCC of course <img src='http://www.pythonocc.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>An experimental WebGL renderer for pythonOCC was developed to test these features. The python script takes any TopoDS_Shape and generates a three.js compliant javascript file. The test was ran from the STEP file of a robot. Below is the screenshot of this STEP file displayed in an heavyweight PyQt client:</p>
<p><a href="http://www.pythonocc.org/wp-content/uploads/2010/03/abb_irb6400r_step.png"><img class="aligncenter size-large wp-image-384" title="abb_irb6400r_step" src="http://www.pythonocc.org/wp-content/uploads/2010/03/abb_irb6400r_step-1024x797.png" alt="ABB robot STEP import screenshot" width="620" height="482" /></a></p>
<p><a href="http://www.pythonocc.org/wp-content/uploads/2010/03/abb_irb6400r_step.png"></a>The resulting html file can be viewed in a WebGL compliant browser. The following screenshot was taken from MacOSX/Firefox-Beta10 and was successfully tested with Chrome 8 and Webkit (latest rev.).</p>
<p><a href="http://www.pythonocc.org/wp-content/uploads/2011/01/pythonocc_webgl_firefox4beta10_screenshot.png"><img class="aligncenter size-large wp-image-607" title="pythonocc_webgl_firefox4beta10_screenshot" src="http://www.pythonocc.org/wp-content/uploads/2011/01/pythonocc_webgl_firefox4beta10_screenshot-1024x657.png" alt="" width="620" height="397" /></a></p>
<p>Useful links:</p>
<ul>
<li>the online demo: <a href="http://webgl.pythonocc.org">http://webgl.pythonocc.org</a></li>
<li>the source code: <a href="http://code.google.com/p/pythonocc/source/browse/branches/webgl">http://code.google.com/p/pythonocc/source/browse/branches/webgl</a></li>
</ul>
<p><a href="http://www.pythonocc.org/wp-content/uploads/2011/01/pythonocc_webgl_firefox4beta10_screenshot.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/news/experimental-webgl-renderer-towards-cad-in-a-browser/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>pythonOCC-0.5 released</title>
		<link>http://www.pythonocc.org/news/pythonocc-0-5-released/</link>
		<comments>http://www.pythonocc.org/news/pythonocc-0-5-released/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 10:08:27 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=584</guid>
		<description><![CDATA[Here are the major changes from the last release: Wrappers for C++ static methods have been implemented in a SWIG compliant way. Static methods like: BRep_Tool::Surface() is now callable with either BRep_Tool().Surface() or...]]></description>
			<content:encoded><![CDATA[<p>Here are the major changes from the last release:</p>
<ul>
<li>Wrappers for C++ static methods have been implemented in a SWIG compliant way. Static methods like: BRep_Tool::Surface() is now callable with either BRep_Tool().Surface() or BRep_Tool_Surface()</li>
<li>Improved project quality : 64 unittests currently pass</li>
<li>Many improvements related to the graphic side (better qtDisplay.py, abstraction of the CSF_GraphicShr env var)</li>
<li>Multi selection of entities (vertices, edges, faces, shapes)</li>
<li>Many fixes and improvements to the &#8216;addons&#8217; or Level2 API (meshing, PAF, new experimental DYN package, topology etc.)</li>
<li>New samples (Traits based parametric modeling, display customization etc.)</li>
<li>License move from GNU General Public License v3 (GPLv3) to GNU Lesser General Public License v3 (LGPLv3)</li>
</ul>
<p>376 changes were committed to the subversion repository. Check <a href="http://code.google.com/p/pythonocc/source/browse/tags/0.5/CHANGELOG">http://code.google.com/p/pythonocc/source/browse/tags/0.5/CHANGELOG</a> for a detailed list of changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/news/pythonocc-0-5-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pycado</title>
		<link>http://www.pythonocc.org/community/related_projects/pycado/</link>
		<comments>http://www.pythonocc.org/community/related_projects/pycado/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 21:42:39 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[Related Projects]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=570</guid>
		<description><![CDATA[Pycado is an object oriented 3D CAD scripting language based on pythonocc with a graphical interactive editor. See http://julienbld.github.com/pycado/ for more information.]]></description>
			<content:encoded><![CDATA[<p>Pycado is an object oriented 3D CAD scripting language based on pythonocc with a graphical interactive editor. See <a href="http://julienbld.github.com/pycado/">http://julienbld.github.com/pycado/</a> for more information.</p>
<p><a href="http://www.pythonocc.org/wp-content/uploads/2011/01/cnc_components.jpg"><img class="aligncenter size-medium wp-image-571" title="cnc_components" src="http://www.pythonocc.org/wp-content/uploads/2011/01/cnc_components-300x217.jpg" alt="" width="300" height="217" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/community/related_projects/pycado/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Follow us on Twitter</title>
		<link>http://www.pythonocc.org/news/follow-us-on-twitter/</link>
		<comments>http://www.pythonocc.org/news/follow-us-on-twitter/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 13:22:02 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=558</guid>
		<description><![CDATA[The Twitter account for the pythonocc project was just registered. To join this channel, follow http://www.twitter.com/pythonocc or click the blue &#8220;t&#8221; on the top right of this window.]]></description>
			<content:encoded><![CDATA[<p>The Twitter account for the pythonocc project was just registered. To join this channel, follow <a href="http://www.twitter.com/pythonocc">http://www.twitter.com/pythonocc</a> or click the blue &#8220;t&#8221; on the top right of this window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/news/follow-us-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PythonOCC as pre-processor</title>
		<link>http://www.pythonocc.org/news/pythonocc-as-pre-processor/</link>
		<comments>http://www.pythonocc.org/news/pythonocc-as-pre-processor/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:26:48 +0000</pubDate>
		<dc:creator>jelle</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[code_aster]]></category>
		<category><![CDATA[FEM]]></category>
		<category><![CDATA[performative design]]></category>
		<category><![CDATA[pre-processor]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=511</guid>
		<description><![CDATA[Perhaps you&#8217;ve taken note of the work we&#8217;ve put in such that PythonOCC is capable of FEM meshing. However, so far we were not able to add groups ( boundary...]]></description>
			<content:encoded><![CDATA[<p>Perhaps you&#8217;ve taken note of the work we&#8217;ve put in such that PythonOCC is capable of FEM meshing. However, so far we were not able to add groups ( boundary conditions ) to the mesh, but yesterday this issue was resolved. Getting rid of a single character was all it took. However trivial the fix was, it has rather interesting consequences. As of now, geometry created with PythonOCC and advanced analyses can be coupled. That paves the way for performance based generative design, optimization of parametric designs. Sure, the analyses shown below is really trivial, but the point is that the mesh, with boundary conditions was produced from pythonocc. Which is meaningful, since this way one is able to produce lots of simulation without user interaction, which is what you do in optimization. In the <a href="http://code.google.com/p/pythonocc/source/browse/trunk/src/examples/Level1/SMESH/volumic_mesh.py?spec=svn1046&amp;r=1046">/samples/SMESH/</a> you&#8217;ll find an <a href="http://code.google.com/p/pythonocc/source/browse/trunk/src/examples/Level1/SMESH/volumic_mesh.py?spec=svn1046&amp;r=1046">example</a> that sets the groups on the mesh. Take note that the groups are set after computing the mesh. If you happen to be so lucky to have <a href="http://www.code-aster.org/V2/spip.php?rubrique2">Code_Aster</a> installed, than you can solve a simple linear elasticity problem as found in the <a href="http://code.google.com/p/pythonocc/source/browse/trunk/src/examples/Level1/SMESH/code_aster?spec=svn1048&amp;r=1048">code_aster</a> folder. The solve_lin_elas.sh script is there to load the code_aster enviroment, you&#8217;ll have to to edit the paths in this file and the .export file. The .comm file describes the commands for code_aster to run. If you don&#8217;t know code_aster, check out this flyer, which is <a href="http://www.code-aster.org/V2/UPLOAD/DOC/Presentation/plaq_V7_GB.pdf">really informative</a>. Think of code_aster as an open-source equivalent of abaqus, capable of running coupled multiphysics problem, mesh refining and capable of processing in parallel. Serious stuff. Post-processing of the results can be done in <a href="http://www.salome-platform.org/">Salome</a>, <a href="http://www.paraview.org/">Paraview</a> or <a href="http://geuz.org/gmsh/">GMSH</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="504" height="284" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12941424&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="504" height="284" src="http://vimeo.com/moogaloop.swf?clip_id=12941424&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/news/pythonocc-as-pre-processor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Install/Run pythonOCC on Ubuntu 10.04 (Lucid) LTS in 5 steps and 10 minutes</title>
		<link>http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on-ubuntu-10-04-lucid-lts-in-5-steps-and-10-minutes/</link>
		<comments>http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on-ubuntu-10-04-lucid-lts-in-5-steps-and-10-minutes/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:16:04 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[Build/Install]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=449</guid>
		<description><![CDATA[A couple of days after Ubuntu 10.04 was released, Oliver Borm contributed a package for pythonOCC-0.4 (see https://launchpad.net/~cae-team/+archive/ppa). Here is how to proceed to get it run in 5 steps and...]]></description>
			<content:encoded><![CDATA[<p>A couple of days after Ubuntu 10.04 was released, Oliver Borm contributed a package for pythonOCC-0.4 (see <a href="https://launchpad.net/~cae-team/+archive/ppa">https://launchpad.net/~cae-team/+archive/ppa</a>). Here is how to proceed to get it run in 5 steps and less than 10 minutes of your precious time.</p>
<p>The following results were obtained from a new installation of Ubuntu 10.04 from the original 32 bit CDROM, on a Virtual Box 3.1.6 machine.</p>
<p><strong>Step 1 </strong>: set a new package source.</p>
<p>Insert the following line in the source field:</p>
<pre id="sources-list-entries">deb <a href="http://ppa.launchpad.net/cae-team/ppa/ubuntu">http://ppa.launchpad.net/cae-team/ppa/ubuntu</a> lucid main</pre>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step1_add_software_sources.png"><img class="aligncenter size-full wp-image-451" title="step1_add_software_sources" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step1_add_software_sources.png" alt="Add software sources" width="620" height="505" /></a></p>
<p style="text-align: left;"><strong>Step 2 </strong>: search/install the python-occ package</p>
<p style="text-align: left;">From the Synaptic Package Manager utility, search for the python-occ package :</p>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step2_synaptic_package_manager_search_pythonocc.png"><img class="aligncenter size-full wp-image-459" title="step2_synaptic_package_manager_search_pythonocc" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step2_synaptic_package_manager_search_pythonocc.png" alt="Search the pythonocc package" width="620" height="505" /></a></p>
<p style="text-align: left;">Mark python-occ for installation :</p>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step3_mark_for_installation.png"><img class="aligncenter size-full wp-image-461" title="step3_mark_for_installation" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step3_mark_for_installation.png" alt="Mark all dependencies for installation" width="620" height="505" /></a></p>
<p style="text-align: left;">Wait for the download to be completed :</p>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step4_downloading.png"><img class="aligncenter size-full wp-image-464" title="step4_downloading" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step4_downloading.png" alt="Required packages are downloaded" width="620" height="505" /></a></p>
<p style="text-align: left;"><strong>Step 3</strong> : set the CSF_GraphicShr env variable</p>
<p style="text-align: left;">The CSF_GraphicShr variable must point to /usr/lib/libTKOpenGl-6.3.0.so :</p>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step5_set_CSF_GraphicShr.png"><img class="aligncenter size-full wp-image-467" title="step5_set_CSF_GraphicShr" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step5_set_CSF_GraphicShr.png" alt="Set up the required environment variables" width="620" height="505" /></a></p>
<p style="text-align: left;"><strong>Step 4</strong> : install a GUI manager</p>
<p style="text-align: left;">You can choose PyQt4 or wxPython. I rather user PyQt4 :</p>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step6_install_GUI_manager.png"><img class="aligncenter size-full wp-image-471" title="step6_install_GUI_manager" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step6_install_GUI_manager.png" alt="Choose a GUI manager (PyQt or wxPython)" width="620" height="505" /></a></p>
<p style="text-align: left;"><strong>Step 5</strong> : run the HelloWorld example</p>
<p style="text-align: left;">You&#8217;re ready to run the following example (that creates/displays a box) :</p>
<p style="text-align: left;">
<div id="_mcePaste">from OCC.Display.SimpleGui import *<br />
from OCC.BRepPrimAPI import *<br />
display, start_display, add_menu, add_function_to_menu = init_display()<br />
my_box = BRepPrimAPI_MakeBox(10.,20.,30.).Shape()<br />
display.DisplayShape(my_box)<br />
start_display()</div>
<div><a href="http://www.pythonocc.org/wp-content/uploads/2010/05/step7_helloworld.png"><img class="aligncenter size-full wp-image-474" title="step7_helloworld" src="http://www.pythonocc.org/wp-content/uploads/2010/05/step7_helloworld.png" alt="Run the HelloWorld sample to check the installation" width="620" height="505" /></a></div>
<div>If you can see the yellow box and can handle it with your mouse, you&#8217;re done. Just enjoy!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on-ubuntu-10-04-lucid-lts-in-5-steps-and-10-minutes/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Product Data Exchange 2010 (PDE2010) workshop</title>
		<link>http://www.pythonocc.org/news/pythonocc-at-pde-2010/</link>
		<comments>http://www.pythonocc.org/news/pythonocc-at-pde-2010/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:57:53 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Presentations/Events]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=399</guid>
		<description><![CDATA[Thomas Paviot and Jelle Feringa, managers of the pythonOCC project, will attend the 12th NASA-ESA Workshop on Product Data Exchange, 18-20 May 2010, Norway. Here is the abstract of the...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pythonocc.org/wp-content/uploads/2010/04/pde_2010.png"><img class="aligncenter size-full wp-image-415" title="pde_2010" src="http://www.pythonocc.org/wp-content/uploads/2010/04/pde_2010.png" alt="" width="531" height="116" /></a></p>
<p>Thomas Paviot and Jelle Feringa, managers of the pythonOCC project, will attend the <a href="http://conferences.esa.int/pde2010/">12th NASA-ESA Workshop on Product Data Exchange</a>, 18-20 May 2010, Norway. Here is the abstract of the lecture they will give (slides of the presentation will be uploaded as soon as the conference has took place).</p>
<p style="text-align: center;"><strong>Implementation of a SaaS based simulation platform using open standards and open source software</strong></p>
<p style="text-align: center;"><strong>Thomas Paviot*, Jelle Feringa**</strong></p>
<p>*tpaviot@gmail.com, *jelleferinga@gmail.com</p>
<p style="text-align: justify;"><strong>Abstract:</strong> Software as a Service (SaaS) is underlined in the literature as an important area of developement, and is an active field of research for software or organizations integration. Major PLM vendors already provide SaaS/web based solutions (e.g. Product Data Management software coming with a set of web services and lightweight internet browser clients), but many issues still have to be solved in order to cover the whole product lifecycle engineering workflows. In that sense, the presented paper deals with the simulation issue: currently, most of the CAE tools (FEM solvers, pre-processors and post-processors) used by engineers require expensive hardware, costly licensing scheme and might not be interoperable. This gives rise to high operational and maintenance costs.</p>
<p style="text-align: justify;">The arrival of a healthy biotope of open source CAD/CAE tools, such as Code_Aster, pythonOCC or Salome give rise to new engineering workflows that allow to overcome these issues. Developing a SaaS/web based CAE simulation platform would allow one to overcome these barriers. Such an intent however requires a large range of technologies to be closely integrated, e.g. web technologies, remote public services, data visualization, 3D modeling, meshing, simulation, optimisation etc. The goal of this paper is to present an approach based on open source software and open standards that facilitate the achievement of a SaaS simulation workflow, by using a strategy of interoperable components rather than an integrated monolithic solution.</p>
<p style="text-align: justify;">In the first part of the paper, we present the global functional architecture of such a simulation platform. Open standards are underlined as a key-concept for enabling this functional architecture to be technically implemented: open standards for data representation as well as a topology of webservices intended to data exchange. In the following section, the different frameworks that support the solution are detailed: web server, parametric modeling kernel, on-line data visualization, meshing and simulation/optimisation frameworks. The third section introduces two scenarii aiming at modeling common industrial workflows and, at the same time, validate the presented solution. As a conclusion, implementation issues are detailed and a functional demonstration is presented.</p>
<p style="text-align: justify;"><strong>Keywords</strong>: Software as a Service (Saas), Knowledge Based Engineering (KBE), parametric modeling, product data visualization, Finite Element Method (FEM) based simulation.</p>
<p style="text-align: justify;"><strong>Slideshow of the presentation</strong>: </p>
<p style="text-align: center;">
<div style="width:425px" id="__ss_4203835"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/tpaviot/implementation-of-a-saas-based-simulation-platform-using-open-standards-and-open-source-software-using" title="Implementation of a SaaS based simulation platform using open standards and open source software using ">Implementation of a SaaS based simulation platform using open standards and open source software using </a></strong><object id="__sse4203835" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pde2010paviotferinga-100521104725-phpapp02&#038;stripped_title=implementation-of-a-saas-based-simulation-platform-using-open-standards-and-open-source-software-using" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4203835" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pde2010paviotferinga-100521104725-phpapp02&#038;stripped_title=implementation-of-a-saas-based-simulation-platform-using-open-standards-and-open-source-software-using" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/tpaviot">Thomas Paviot</a>.</div>
</div>
<p style="text-align: justify;"><strong>Screencast of the demo</strong></p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/KrY3SCUYEws&#038;hl=fr_FR&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KrY3SCUYEws&#038;hl=fr_FR&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/news/pythonocc-at-pde-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Exchange</title>
		<link>http://www.pythonocc.org/features_overview/data-exchange/</link>
		<comments>http://www.pythonocc.org/features_overview/data-exchange/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 08:25:16 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[Features Overview]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=381</guid>
		<description><![CDATA[pythonOCC comes with importers/exporters for the most commonly used standard data files format in engineering: STEP (AP203 and AP214), IGES, STL (ascii/binary) and VRML. After the import is successfull, the...]]></description>
			<content:encoded><![CDATA[<p>pythonOCC comes with importers/exporters for the most commonly used standard data files format in engineering: <a title="STEP" href="http://www.wikistep.org/index.php/Main_Page">STEP</a> (<a href="http://www.wikistep.org/index.php/Main_Page#AP203_specifics">AP203</a> and <a href="http://www.wikistep.org/index.php/Main_Page#AP214_specifics">AP214</a>), IGES, STL (ascii/binary) and VRML. After the import is successfull, the resulting shape can be handled as a native topology/geometry, i.e. you can use boolean operations, shape fixing, traverse topology etc. The following screenshots show the import of the STEP file describing the i6400r ABB robot (courtesy of the <a title="ABB" href="http://www.abb.com/">ABB</a>, STEP file downloaded from the <a title="ABB Library" href="http://www.abb.com/cawp/abbzh252/6C26DCDA9BF86DA3C12572AD001F0443.aspx">ABB Library</a>).</p>
<p>STEP file import (6.1Mb, 75895 entities)</p>
<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/03/abb_irb6400r_step.png"><img class="aligncenter size-large wp-image-384" title="abb_irb6400r_step" src="http://www.pythonocc.org/wp-content/uploads/2010/03/abb_irb6400r_step-1024x797.png" alt="" width="610" height="477" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/features_overview/data-exchange/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PyConFR 2009</title>
		<link>http://www.pythonocc.org/resources/presentations_events/pyconfr-2009/</link>
		<comments>http://www.pythonocc.org/resources/presentations_events/pyconfr-2009/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:05:10 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[Presentations/Events]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=369</guid>
		<description><![CDATA[pythonOCC was presented at the last PyConFr conference, that took place in Paris-France. Here is the abstract of the presentation Bien qu&#8217;il existe des logiciels libres dédiés à la modélisation...]]></description>
			<content:encoded><![CDATA[<p>pythonOCC was presented at the last PyConFr conference, that took place in Paris-France. Here is the abstract of the presentation</p>
<p>Bien qu&#8217;il existe des logiciels libres dédiés à la modélisation 3D orientée jeux, la communauté open source souffre encore du manque d&#8217;applications CAO 3D industrielles. Les enjeux sont pourtant très importants, notamment du fait de problèmes d&#8217;interopérabilité liés à l&#8217;utilisation de logiciels commerciaux. pythonOCC est une plateforme d&#8217;applications CAO/PLM, basée entre autres sur la bibliothèque C++ OpenCASCADE 3D.</p>
<p>Le diaporama de la présentation est disponible au format PDF (3.6Mb): <a href="http://www.pythonocc.org/wp-content/uploads/2010/03/PYTHONOCC_PYCONFR_2009_PAVIOT.pdf">PYTHONOCC_PYCONFR_2009_PAVIOT</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/resources/presentations_events/pyconfr-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Data Exchange 2009 (PDE2009) workshop</title>
		<link>http://www.pythonocc.org/resources/presentations_events/product-data-exchange-2009-conference-pde2009/</link>
		<comments>http://www.pythonocc.org/resources/presentations_events/product-data-exchange-2009-conference-pde2009/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:52:54 +0000</pubDate>
		<dc:creator>Thomas Paviot</dc:creator>
				<category><![CDATA[Presentations/Events]]></category>

		<guid isPermaLink="false">http://www.pythonocc.org/?p=355</guid>
		<description><![CDATA[pythonOCC was presented at the last PDE2009 conference (http://step.nasa.gov/pde2009/). Here is the abstract of the presentation: The combination of open-source software and open standards are known to be considered as...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.pythonocc.org/wp-content/uploads/2010/03/pde_2009_bis.png"><img class="aligncenter size-full wp-image-397" title="pde_2009_bis" src="http://www.pythonocc.org/wp-content/uploads/2010/03/pde_2009_bis.png" alt="" width="522" height="146" /></a></p>
<p>pythonOCC was presented at the last PDE2009 conference (<a href="http://step.nasa.gov/pde2009/">http://step.nasa.gov/pde2009/</a>).  Here is the abstract of the presentation:  <em>The combination of open-source software and open standards are known to be considered as a key success factor of further technology development. The interest around the STEP standard is growing these last years, since the release of Application Protocols that allow to foresee new software solutions able to ensure a consistent product data description covering the whole lifecycle. This presentation focuses on the features of a free 3D modeling/data exchange library in the context of a research work dealing with the STEP AP239 standard for PDM/ERP interoperability. The goal is to merge these two approaches and describe the product from design to manufacturing, with a granularity that allow to keep the control over product configuration.</em></p>
<div id="__ss_3534144" style="width: 425px;"><strong><a title="pythonOCC PDE2009 presentation" href="http://www.slideshare.net/tpaviot/pythonocc-pde2009-presentation">pythonOCC PDE2009 presentation</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pythonoccpde2009paviotfinal-100324004326-phpapp02&amp;stripped_title=pythonocc-pde2009-presentation" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pythonoccpde2009paviotfinal-100324004326-phpapp02&amp;stripped_title=pythonocc-pde2009-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/tpaviot">Thomas Paviot</a>.</div>
</div>
<p>The slideshow can be downloaded in PDF format (3.2Mb): <a href="http://www.pythonocc.org/wp-content/uploads/2010/03/PYTHONOCC_PDE2009_PAVIOT_FINAL.pdf">PYTHONOCC_PDE2009_PAVIOT_FINAL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pythonocc.org/resources/presentations_events/product-data-exchange-2009-conference-pde2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

