When using pythonocc, is there any reason for using OCC's list, sequence, and map classes instead of Python's built-in list and dict types?
For example, if I wish to collect shapes to operate on, is there any reason to use TopTools_ListOfShape instead of a Python list (assuming the list of shapes is only used/accessed on the "Python-side")? Thanks, Frank Conradie _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users