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