Re: [Pythonocc-users] How to convert Faces into Geom_Surface

2011-06-12 Thread Partha Pratim Biswas
Thank you very much Thoma ..Hope it will do for me regards Partha On Sun, Jun 12, 2011 at 1:42 PM, Thomas Paviot wrote: > 2011/6/11 Partha Pratim Biswas > >> hii guys, >> > > Hi Partha, > > >> >> I want to find the points of intersection of a line and a solid >> >> my procedure are as follows.

Re: [Pythonocc-users] How to convert Faces into Geom_Surface

2011-06-12 Thread Thomas Paviot
2011/6/11 Partha Pratim Biswas > hii guys, > Hi Partha, > > I want to find the points of intersection of a line and a solid > > my procedure are as follows.. > > 1. i have found out the total faces available in solid(TopoDS_Solid) > >def Find_face(self,shape): > Ex_face=TopExp_Expl

[Pythonocc-users] How to convert Faces into Geom_Surface

2011-06-11 Thread Partha Pratim Biswas
hii guys, I want to find the points of intersection of a line and a solid my procedure are as follows.. 1. i have found out the total faces available in solid(TopoDS_Solid) def Find_face(self,shape): Ex_face=TopExp_Explorer() Ex_face.Init(shape,TopAbs_FACE) i_face=0