Re: [Pythonocc-users] using handles as parameters by reference

2009-07-14 Thread Jelle Feringa
Hi Nathan! Welcome to PythonOCC, we're very pleased you seem to like it! Regarding the concatenation issue of beziers -> splines, here's how I do it: where __inner is a list of Geom_Curve instances comp_curve = GeomConvert_CompCurveToBSplineCurve(__inner[0]) for i in __inn

Re: [Pythonocc-users] using handles as parameters by reference

2009-07-09 Thread Thomas Paviot
2009/7/10 Nathan Lauener > >> Hi, > >> > >> I'm pretty new to pythonocc and am impressed by it. Thanks for your > work! > >> > >> After I ran across splines the other day I am now trying to use > >> opencascade and pythonocc for curve definitions and anaylsis. But I > >> could not figure out how

Re: [Pythonocc-users] using handles as parameters by reference

2009-07-09 Thread Nathan Lauener
>> Hi, >> >> I'm pretty new to pythonocc and am impressed by it. Thanks for your work! >> >> After I ran across splines the other day I am now trying to use >> opencascade and pythonocc for curve definitions and anaylsis. But I >> could not figure out how to concat two splines into one. The mailing

Re: [Pythonocc-users] using handles as parameters by reference

2009-07-09 Thread Thomas Paviot
2009/7/8 Nathan Lauener > Hi, > > I'm pretty new to pythonocc and am impressed by it. Thanks for your work! > > After I ran across splines the other day I am now trying to use > opencascade and pythonocc for curve definitions and anaylsis. But I > could not figure out how to concat two splines in