|
Teamcenter C++ API Reference
2312
|
#include <Att0ParametersManagment.hxx>
Public Attributes | |
| std::vector < ATT0_parameter_file_data_t > | goalFiles |
| bool | isVisible |
| std::string | paramDirection |
| tag_t | parameter |
| std::map< std::string, tag_t > | relatedObjects |
| int | type |
Structure of Parameter Data.
Definition at line 168 of file Att0ParametersManagment.hxx.
| std::vector<ATT0_parameter_file_data_t> ATT0_parameter_data_s::goalFiles |
List of associated goal files on the parameter
Definition at line 175 of file Att0ParametersManagment.hxx.
| bool ATT0_parameter_data_s::isVisible |
Determines if the parameter is visible.
Definition at line 174 of file Att0ParametersManagment.hxx.
| std::string ATT0_parameter_data_s::paramDirection |
Parameter direction: "input", "output", "unused".
Definition at line 172 of file Att0ParametersManagment.hxx.
| tag_t ATT0_parameter_data_s::parameter |
Parameter object
Definition at line 170 of file Att0ParametersManagment.hxx.
| std::map<std::string, tag_t> ATT0_parameter_data_s::relatedObjects |
Map of related objects (name, tag).
Definition at line 173 of file Att0ParametersManagment.hxx.
| int ATT0_parameter_data_s::type |
Parameter type
Definition at line 171 of file Att0ParametersManagment.hxx.