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
