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
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
>> 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
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