Defines a maximum value.
More...
|
typedef cadex::internal::ModelData_PMIMaximumValueAttributeImpl | ImplType |
|
typedef int | IdType |
| Defines a type identifier.
|
|
|
| ModelData_PMIMaximumValueAttribute () |
| Constructor.
|
|
| ModelData_PMIMaximumValueAttribute (ImplType *theImpl) |
|
| ModelData_PMIMaximumValueAttribute (double theMaxValue) |
|
void | SetMaxValue (double theValue) |
|
double | MaxValue () const |
| Returns maximum value.
|
|
void | Accept (ModelData_PMISemanticAttributeVisitor &theVisitor) const |
|
| 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).
|
|
|
| ModelData_PMISemanticAttribute () |
| Constructor.
|
|
| ModelData_PMISemanticAttribute (internal::ModelData_PMISemanticAttributeImpl *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 maximum value.
- Note
- The parent tolerance component should contain at least one material condition specified as a modifier before specifying a maximum value.
- See also
- ModelData_PMISemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ MaxValue()
double cadex::ModelData_PMIMaximumValueAttribute::MaxValue |
( |
| ) |
const |