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

Defines a plus and minus bounds (deviations) of a tolerance. More...

#include <cadex/ModelData_PMISemanticAttribute.hxx>

Inheritance diagram for cadex::ModelData_PMIPlusMinusBoundsAttribute:
cadex::ModelData_PMISemanticAttribute cadex::ModelData_BaseObject

Public Types

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

Public Member Functions

 ModelData_PMIPlusMinusBoundsAttribute ()
 Constructor.
 
 ModelData_PMIPlusMinusBoundsAttribute (ImplType *theImpl)
 
 ModelData_PMIPlusMinusBoundsAttribute (double theLowerBound, double theUpperBound)
 
void SetUpperBound (double theValue)
 
double UpperBound () const
 Returns upper bound.
 
void SetLowerBound (double theValue)
 
double LowerBound () const
 Returns lower bound.
 
- Public Member Functions inherited from cadex::ModelData_PMISemanticAttribute
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).
 

Static Public Member Functions

static IdType GetTypeId ()
 

Additional Inherited Members

- Protected Member Functions inherited from cadex::ModelData_PMISemanticAttribute
 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.
 

Detailed Description

Defines a plus and minus bounds (deviations) of a tolerance.

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

Member Function Documentation

◆ LowerBound()

double cadex::ModelData_PMIPlusMinusBoundsAttribute::LowerBound ( ) const

Returns lower bound.

Returns 0 by default.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.

◆ UpperBound()

double cadex::ModelData_PMIPlusMinusBoundsAttribute::UpperBound ( ) const

Returns upper bound.

Returns 0 by default.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.