In pythonOCC, you should build your own class fro scratch. Thomas
2011/6/12 Partha Pratim Biswas <[email protected]> > hii > thank you Thomas.so can i inherit the class to some other class (as it is > done for abstract class)...and then instantiate?? > > regards > Partha > > On Sun, Jun 12, 2011 at 1:23 PM, Thomas Paviot <[email protected]> wrote: > >> 2011/6/11 Partha Pratim Biswas <[email protected]> >> >>> how to instantiate TopClass_Intersection3d >>> >>> require an example >>> >>> >>> regards >>> partha >> >> >> Hi Partha, >> >> The TopClass_Interesection3d is a kind of abstract class, only virtual >> functions are defined (look at TopClass_Intersection3d.hxx). The >> TopClass_Intersection3d.cxx file is empty. Actually, TopClass_Intersection3d >> is a template class that has to be specialized, but nothing can be done with >> it directly. >> >> Regards, >> >> Thomas >> >> >> _______________________________________________ >> Pythonocc-users mailing list >> [email protected] >> https://mail.gna.org/listinfo/pythonocc-users >> >> > > _______________________________________________ > Pythonocc-users mailing list > [email protected] > https://mail.gna.org/listinfo/pythonocc-users > >
_______________________________________________ Pythonocc-users mailing list [email protected] https://mail.gna.org/listinfo/pythonocc-users
