Defines a kind of a tolerance class dimension. More...
#include <cadex/PMI/SemanticAttribute.hxx>
Public Member Functions | |
| LimitsAndFitsAttribute () | |
| Constructor. | |
| LimitsAndFitsAttribute (const UTF16String &theType, const UTF16String &theValue) | |
| Constructor. | |
| void | SetType (const UTF16String &theType) |
| Sets the type. | |
| const UTF16String & | Type () const |
| Returns the type. | |
| void | SetValue (const UTF16String &theValue) |
| Sets the value. | |
| const UTF16String & | Value () const |
| Returns the value. | |
Public Member Functions inherited from cadex::PMI::SemanticAttribute | |
| void | Accept (SemanticAttributeVisitor &theVisitor) const |
Public Member Functions inherited from cadex::BaseObject | |
| size_t | Id () const |
| Return unique identifier of public object. | |
| internal::BaseObjectImpl * | Impl () const |
| bool | IsNull () const |
| operator bool () const | |
| template<typename T > | |
| bool | IsOfType () const |
| template<typename T > | |
| T * | Impl () const |
| Reserved for internal use. | |
Static Public Member Functions | |
| static bool | CompareType (const BaseObject &theObject) |
| Returns true if theObject has the LimitsAndFitsAttribute type. | |
Static Public Member Functions inherited from cadex::PMI::SemanticAttribute | |
| static bool | CompareType (const BaseObject &theObject) |
| Returns true if theObject has the SemanticAttribute type. | |
Protected Member Functions | |
| LimitsAndFitsAttribute (const ImplType &theImpl) | |
Protected Member Functions inherited from cadex::PMI::SemanticAttribute | |
| SemanticAttribute (const ImplType &theImpl) | |
Protected Member Functions inherited from cadex::BaseObject | |
| BaseObject (const ImplType &theImpl) | |
Additional Inherited Members | |
Public Types inherited from cadex::BaseObject | |
| typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
Defines a kind of a tolerance class dimension.
Defines a kind of a tolerance class dimension such as form variance, zone variance, grade, etc. (ISO 286)
| cadex::PMI::LimitsAndFitsAttribute::LimitsAndFitsAttribute | ( | ) |
Constructor.
| cadex::PMI::LimitsAndFitsAttribute::LimitsAndFitsAttribute | ( | const UTF16String & | theType, |
| const UTF16String & | theValue ) |
Constructor.
|
static |
Returns true if theObject has the LimitsAndFitsAttribute type.
| void cadex::PMI::LimitsAndFitsAttribute::SetType | ( | const UTF16String & | theType | ) |
Sets the type.
| void cadex::PMI::LimitsAndFitsAttribute::SetValue | ( | const UTF16String & | theValue | ) |
Sets the value.
| const UTF16String & cadex::PMI::LimitsAndFitsAttribute::Type | ( | ) | const |
Returns the type.
| const UTF16String & cadex::PMI::LimitsAndFitsAttribute::Value | ( | ) | const |
Returns the value.