Hide menu
Loading...
Searching...
No Matches

Defines a kind of a tolerance class dimension. More...

#include <cadex/PMI/SemanticAttribute.hxx>

Inheritance diagram for cadex::PMI::LimitsAndFitsAttribute:
cadex::PMI::SemanticAttribute cadex::BaseObject

Public Member Functions

 LimitsAndFitsAttribute ()
 Constructor.
 
 LimitsAndFitsAttribute (const UTF16String &theType, const UTF16String &theValue)
 Constructor.
 
void SetType (const UTF16String &theType)
 Sets the type.
 
const UTF16StringType () const
 Returns the type.
 
void SetValue (const UTF16String &theValue)
 Sets the value.
 
const UTF16StringValue () 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
 

Detailed Description

Defines a kind of a tolerance class dimension.

Defines a kind of a tolerance class dimension such as form a variance, zone variance, grade, etc. (ISO 286)

See also
SemanticAttribute
Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.