Defines a component represented by a dimensional tolerance. More...
Public Types | |
enum | DimensionType { Undefined , CurveLength , Diameter , SphericalDiameter , Radius , SphericalRadius , ToroidalMinorDiameter , ToroidalMajorDiameter , ToroidalMinorRadius , ToroidalMajorRadius , ToroidalHighMajorDiameter , ToroidalLowMajorDiameter , ToroidalHighMajorRadius , ToroidalLowMajorRadius , Thickness , Angular , LinearDistance , CurvedDistance } |
typedef cadex::internal::ModelData_PMIDimensionComponentImpl | ImplType |
![]() | |
typedef int | IdType |
Defines a type identifier. | |
Public Member Functions | |
ModelData_PMIDimensionComponent () | |
Constructor. | |
ModelData_PMIDimensionComponent (ImplType *theImpl) | |
ModelData_PMIDimensionComponent (double theNominalValue) | |
void | SetNominalValue (double theNominalValue) |
Sets nominal value of a dimension. | |
double | NominalValue () const |
Returns nominal value of a dimension. | |
void | SetTypeOfDimension (DimensionType theType) |
Sets type of a dimension. | |
DimensionType | TypeOfDimension () const |
Returns type of dimension. | |
![]() | |
void | AddAttribute (const ModelData_PMISemanticAttribute &theAttribute) |
Adds an attribute. | |
bool | HasAttributes () const |
Returns true if semantic attributes were added and false otherwise. | |
size_t | NumberOfAttributes () const |
Returns number of added attributes. | |
void | Accept (ModelData_PMISemanticAttributeVisitor &theVisitor) const |
Accepts an attribute visitor. | |
void | Accept (ModelData_PMISemanticElementComponentVisitor &theVisitor) const |
Accepts the visitor. | |
![]() | |
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). | |
Static Public Member Functions | |
static IdType | GetTypeId () |
Additional Inherited Members | |
![]() | |
ModelData_PMISemanticElementComponent () | |
Constructor. | |
ModelData_PMISemanticElementComponent (internal::ModelData_PMISemanticElementComponentImpl *theImpl) | |
Constructor. | |
![]() | |
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. | |
Defines a component represented by a dimensional tolerance.
Dimensional tolerance has a nominal value and optionally additional attributes like modifiers, plus-minus bounds etc.
Examples of dimensional tolerance: dimensional size, dimensional location, angular size, etc.
double cadex::ModelData_PMIDimensionComponent::NominalValue | ( | ) | const |
Returns nominal value of a dimension.
Returns 0 by default.