You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ProjectChrono
Hi
I am trying to create a derived class based on ChVehicle in pychrono so that I can build a bespoke vehicle type (neither wheeled or tracked) and make use of the base functionality of ChVehicle.
However if I create a class in python that inherits from ChVehicle and then try and call methods associated with ChVehicle e.g.
I understand this to mean that the first argument (in this case self) is a pointer to ChVehicle and not the object itself but I am unsure how/if I can get to the address from Python.