Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_PMISemanticAttribute Class Reference

Base class for various attribute types. More...

#include <cadex/ModelData_PMISemanticAttribute.hxx>

Inheritance diagram for cadex::ModelData_PMISemanticAttribute:
cadex::ModelData_BaseObject cadex::ModelData_PMIAngleUnitAttribute cadex::ModelData_PMIDatumRefAttribute cadex::ModelData_PMIDatumRefCompartmentAttribute cadex::ModelData_PMIDatumTargetAttribute cadex::ModelData_PMIDisplacementAttribute cadex::ModelData_PMILengthUnitAttribute cadex::ModelData_PMILimitsAndFitsAttribute cadex::ModelData_PMIMachiningAllowanceAttribute cadex::ModelData_PMIMaximumValueAttribute cadex::ModelData_PMIModifierAttribute cadex::ModelData_PMIPlusMinusBoundsAttribute cadex::ModelData_PMIQualifierAttribute cadex::ModelData_PMIRangeAttribute cadex::ModelData_PMISurfaceTextureRequirementAttribute

Public Member Functions

void Accept (ModelData_PMISemanticAttributeVisitor &theVisitor) const
 
- Public Member Functions inherited from cadex::ModelData_BaseObject
 ModelData_BaseObject ()
 Constructor.
 
IdType TypeId () const
 Returns an object type id.
 
template<typename T >
bool IsOfType () const
 Returns true if the object has a type T.
 
void SetName (const Base_UTF16String &theName)
 Sets an object name.
 
Base_UTF16String Name () const
 
void SetUuid (const Base_Uuid &theUuid)
 
Base_Uuid Uuid () const
 
void Nullify ()
 Resets reference to implementation object.
 
bool IsNull () const
 Returns true if the object is nullified.
 
 operator bool () const
 Casts the object to the bool type.
 
internal::ModelData_BaseObjectImpl * Impl () const
 Return a handle to backend (reserved for internal use).
 

Protected Member Functions

 ModelData_PMISemanticAttribute ()
 Constructor.
 
 ModelData_PMISemanticAttribute (internal::ModelData_PMISemanticAttributeImpl *theImpl)
 Constructor.
 
- Protected Member Functions inherited from cadex::ModelData_BaseObject
 ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl)
 Constructor (reserved for internal use).
 
 ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl, const Base_UTF16String &theName)
 Constructor (reserved for internal use).
 
template<typename T >
T * GetOrCreateImpl ()
 Reserved for internal use.
 

Additional Inherited Members

- Public Types inherited from cadex::ModelData_BaseObject
typedef int IdType
 Defines a type identifier.
 

Detailed Description

Base class for various attribute types.

Attributes store additional information about PMI semantic components.

See also
ModelData_PMISemanticElementComponent

Constructor & Destructor Documentation

◆ ModelData_PMISemanticAttribute()

cadex::ModelData_PMISemanticAttribute::ModelData_PMISemanticAttribute ( )
inlineprotected

Constructor.

Creates a null object (see IsNull()).