Open
Description
A difficulty is that some members return a base class ptr, which cannot be downcasted in python. Example
input=recon.get_input_data()
Then input
is of type ExamData
and there's no way to get at members of a ProjData
(or whatever it is).
This might be possible as mentioned for instance at tpaviot/pythonocc-generator#28
Metadata
Assignees
Labels
No labels