ansys / pymechanical-stubs

Project to generate Mechanical API stubs
https://scripting.mechanical.docs.pyansys.com/
MIT License
2 stars 0 forks source link

Handle base class properties in get_properties and get_methods functions #35

Open klmcadams opened 3 months ago

klmcadams commented 3 months ago

Base class properties are not handled here. They might be published if they are Ansys types or not if they are system types (e.g. the IList methods implemented by an Ansys type that derives from System.Collections.Generic.IList)