Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to get all OS objects and their members?

Is there a way to get all the os objects and the public member function in some format of data structure? For example, based on the class reference here, https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-2.8.0-doc/model/html/classopenstudio_1_1model_1_1_building_story.html

BuildingStory:

.defaultConstructionSet

.defaultScheduleSet

.renderingColor

.resetDefaultConstructionSet

...

...

How to get all OS objects and their members?

Is there a way to get all the os objects and the public member function in some format of data structure? For example, based on the class reference here, https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-2.8.0-doc/model/html/classopenstudio_1_1model_1_1_building_story.html

BuildingStory:

.defaultConstructionSet

.defaultScheduleSet

.renderingColor

.resetDefaultConstructionSet

...

...