<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Parametric modeling and meshing</title>
	<atom:link href="http://www.pythonocc.org/resources/meshing/parametric-modeling-and-meshing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythonocc.org/resources/meshing/parametric-modeling-and-meshing/</link>
	<description>3D CAD/CAE/PLM development framework for the Python programming language</description>
	<lastBuildDate>Wed, 21 Sep 2011 17:04:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thomas Paviot</title>
		<link>http://www.pythonocc.org/resources/meshing/parametric-modeling-and-meshing/comment-page-1/#comment-3244</link>
		<dc:creator>Thomas Paviot</dc:creator>
		<pubDate>Wed, 05 Jan 2011 05:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://tpaviot.webfactional.com/blog/?p=34#comment-3244</guid>
		<description>@Luigi: thanks for your support. There is indeed a bspline example located in the /examples/src/Level1/geometry_demos.py script. Have fun!</description>
		<content:encoded><![CDATA[<p>@Luigi: thanks for your support. There is indeed a bspline example located in the /examples/src/Level1/geometry_demos.py script. Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.pythonocc.org/resources/meshing/parametric-modeling-and-meshing/comment-page-1/#comment-3240</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://tpaviot.webfactional.com/blog/?p=34#comment-3240</guid>
		<description>I got it in the samples which previously I didn&#039;t know:
    BB = GeomConvert_CompBezierSurfacesToBSplineSurface(bezierarray)
    if BB.IsDone():
        poles = BB.Poles().GetObject().Array2()
        uknots = BB.UKnots().GetObject().Array1()
        vknots = BB.VKnots().GetObject().Array1()
        umult = BB.UMultiplicities().GetObject().Array1()
        vmult = BB.VMultiplicities().GetObject().Array1()
        udeg = BB.UDegree()
        vdeg = BB.VDegree()
                                       
        BSPLSURF = Geom_BSplineSurface( poles, uknots, vknots, umult, vmult, udeg, vdeg, 0, 0 )
        BSPLSURF.Translate(gp_Vec(0,0,2))
Thanks</description>
		<content:encoded><![CDATA[<p>I got it in the samples which previously I didn&#8217;t know:<br />
    BB = GeomConvert_CompBezierSurfacesToBSplineSurface(bezierarray)<br />
    if BB.IsDone():<br />
        poles = BB.Poles().GetObject().Array2()<br />
        uknots = BB.UKnots().GetObject().Array1()<br />
        vknots = BB.VKnots().GetObject().Array1()<br />
        umult = BB.UMultiplicities().GetObject().Array1()<br />
        vmult = BB.VMultiplicities().GetObject().Array1()<br />
        udeg = BB.UDegree()<br />
        vdeg = BB.VDegree()</p>
<p>        BSPLSURF = Geom_BSplineSurface( poles, uknots, vknots, umult, vmult, udeg, vdeg, 0, 0 )<br />
        BSPLSURF.Translate(gp_Vec(0,0,2))<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.pythonocc.org/resources/meshing/parametric-modeling-and-meshing/comment-page-1/#comment-3237</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 04 Jan 2011 15:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://tpaviot.webfactional.com/blog/?p=34#comment-3237</guid>
		<description>Hi,

First of all thanks for this wonderful package. I almost cried when I saw it :-)

I am trying to find some code fragment on how to create bsplines in 2D and 3D space. I am a very beginner and it would help me a lot. 

An example like:

these are control points
these are knots
this is the degree

....and this is the bspline!

Thanks for everything

Luigi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all thanks for this wonderful package. I almost cried when I saw it <img src='http://www.pythonocc.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I am trying to find some code fragment on how to create bsplines in 2D and 3D space. I am a very beginner and it would help me a lot. </p>
<p>An example like:</p>
<p>these are control points<br />
these are knots<br />
this is the degree</p>
<p>&#8230;.and this is the bspline!</p>
<p>Thanks for everything</p>
<p>Luigi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

