Defines a displacement value for an unequally disposed geometric tolerance.
More...
#include <cadex/PMI/SemanticAttribute.hxx>
|
| | DisplacementAttribute () |
| | Constructor.
|
| |
| | DisplacementAttribute (double theDisplacement) |
| | Constructor.
|
| |
| void | SetDisplacement (double theDisplacement) |
| | Sets the displacement.
|
| |
| double | Displacement () const |
| | Returns the displacement value.
|
| |
|
void | Accept (SemanticAttributeVisitor &theVisitor) const |
| |
| 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.
|
| |
|
|
| DisplacementAttribute (const ImplType &theImpl) |
| |
|
| SemanticAttribute (const ImplType &theImpl) |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
Defines a displacement value for an unequally disposed geometric tolerance.
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ DisplacementAttribute() [1/2]
| cadex::PMI::DisplacementAttribute::DisplacementAttribute |
( |
| ) |
|
◆ DisplacementAttribute() [2/2]
| cadex::PMI::DisplacementAttribute::DisplacementAttribute |
( |
double | theDisplacement | ) |
|
|
explicit |
◆ CompareType()
| bool cadex::PMI::DisplacementAttribute::CompareType |
( |
const BaseObject & | theObject | ) |
|
|
static |
◆ Displacement()
| double cadex::PMI::DisplacementAttribute::Displacement |
( |
| ) |
const |
◆ SetDisplacement()
| void cadex::PMI::DisplacementAttribute::SetDisplacement |
( |
double | theDisplacement | ) |
|