SHAPER
9.13.0
|
Class for filling ModelAPI_AttributeReference. More...
Public Member Functions | |
ModelHighAPI_Reference () | |
Default constructor. More... | |
ModelHighAPI_Reference (const std::shared_ptr< ModelAPI_Object > &theValue) | |
Constructor for object. More... | |
ModelHighAPI_Reference (const std::shared_ptr< ModelHighAPI_Interface > &theValue) | |
Constructor for Interface (use result() for object) More... | |
virtual | ~ModelHighAPI_Reference () |
Destructor. More... | |
virtual void | fillAttribute (const std::shared_ptr< ModelAPI_AttributeReference > &theAttribute) const |
Fill attribute values. More... | |
virtual void | appendToList (const std::shared_ptr< ModelAPI_AttributeRefList > &theAttribute) const |
Append to list attribute. More... | |
virtual std::shared_ptr< ModelAPI_Feature > | feature () const |
Returns feature for this object. More... | |
Class for filling ModelAPI_AttributeReference.
ModelHighAPI_Reference::ModelHighAPI_Reference | ( | ) |
Default constructor.
ModelHighAPI_Reference::ModelHighAPI_Reference | ( | const std::shared_ptr< ModelAPI_Object > & | theValue | ) |
Constructor for object.
ModelHighAPI_Reference::ModelHighAPI_Reference | ( | const std::shared_ptr< ModelHighAPI_Interface > & | theValue | ) |
Constructor for Interface (use result() for object)
|
virtual |
Destructor.
|
virtual |
Fill attribute values.
|
virtual |
Append to list attribute.
|
virtual |
Returns feature for this object.