Re: [Pythonocc-users] GC_MakeArcOfCircle

2013-04-13 Thread Vin Yovanovich
Originally I tried 'True' and 'False' for the last argument, but it didn't work because I didn't construct the circle correctly which I realized only after my post. However, Thomas is right. I am a bit confused about the usage of the last argument. > I think that Vin's question was rather abou

Re: [Pythonocc-users] GC_MakeArcOfCircle

2013-04-12 Thread Thomas Paviot
Le 13 avr. 2013 03:18, "Marko" a écrit : > > 2013/4/12, Vin Yovanovich : > > For the case from opencasade > > GC_MakeArcOfCircle (const gp_Circ &Circ, const gp_Pnt &P1, const gp_Pnt &P2, > > const Standard_Boolean Sense) > > > > > > I cannot figure out what to use for the last argument. > > > > In

Re: [Pythonocc-users] GC_MakeArcOfCircle

2013-04-12 Thread Marko
2013/4/12, Vin Yovanovich : > For the case from opencasade > GC_MakeArcOfCircle (const gp_Circ &Circ, const gp_Pnt &P1, const gp_Pnt &P2, > const Standard_Boolean Sense) > > > I cannot figure out what to use for the last argument. > > In pythonOCC: GC_MakeArcOfCircle(circ3d,pnt2,pnt3, ?) > > > W

Re: [Pythonocc-users] GC_MakeArcOfCircle

2013-04-12 Thread Thomas Paviot
2013/4/12 Vin Yovanovich > For the case from opencasade > > GC_MakeArcOfCircle (const gp_Circ &Circ, const gp_Pnt &P1, const gp_Pnt &P2, > const Standard_Boolean Sense) > > > I cannot figure out what to use for the last argument. > > In pythonOCC: GC_MakeArcOfCircle(circ3d,pnt2,pnt3, ?) > > >