|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Numerical characteristic of an object. More...
#include <mb_pmi.h>
Inheritance diagram for MbNumericalCharacteristic:
Collaboration diagram for MbNumericalCharacteristic:Public Member Functions | |
| MbeNumericCharacteristicType | GetType () const |
| Get the type of characteristic. | |
| bool | IsValueDefined (double &value) const |
| Whether the value is defined. | |
| bool | IsRangeDefined (double &lower, double &upper) const |
| Whether the range is defined. | |
| size_t | GetDecoratedCurvesCount () const |
| Get the number of callout curves. | |
| SPtr< MbCalloutCurve > | GetDecoratedCurve (const size_t index) const |
| Get the callout curve by index. | |
| SPtr< MbTopologyItem > | GetCalloutCharacterizedObject (const size_t index) const |
| Get the characterized object of the callout curve by curve's index. | |
| bool | IsSame (const MbNumericalCharacteristic &to, double accuracy) const |
| Are the objects equal. | |
| void | SetPath (MbCurve3D *inPath) |
| Set the curve the measurement is performed along. | |
| SPtr< MbCurve3D > | GetPath () const |
| Get the curve the measurement is performed along. | |
| SPtr< MbNumericalCharacteristic > | Clone (MbRegDuplicate *=nullptr) const |
| Create a copy of an object. | |
Public Member Functions inherited from MbRefItem | |
| virtual MbeRefType | RefType () const |
| Registration type (for copying, duplication). | |
| void | AddRegistrator (MbRegDuplicate *reg) const |
| Add the register. | |
| void | RemoveRegistrator (MbRegDuplicate *reg) const |
| Remove the register. | |
| refcount_t | GetUseCount () const |
| Get count of references (get count of owners of an object). | |
| refcount_t | AddRef () const |
| Increase count of references by one. | |
| refcount_t | DecRef () const |
| Decrease count of references by one. | |
| refcount_t | Release () const |
| Decrease count of references by one and if count of references became zero, then remove itself. | |
Public Member Functions inherited from TapeBase | |
| TapeBase (RegistrableRec regs=noRegistrable) | |
| Constructor. | |
| TapeBase (const TapeBase &) | |
| Copy-constructor. | |
| virtual | ~TapeBase () |
| Destructor. | |
| RegistrableRec | GetRegistrable () const |
| Whether the stream class is registrable. | |
| void | SetRegistrable (RegistrableRec regs=registrable) const |
| Set the state of registration of the stream class. | |
| virtual const char * | GetPureName (const VersionContainer &) const |
| Get the class name. | |
| virtual bool | IsFamilyRegistrable () const |
| Whether the object belongs to a registrable family. | |
Static Public Member Functions | |
| static SPtr< MbNumericalCharacteristic > | CreateDimension (MbeNumericCharacteristicType dimensionType, MbValueRange &&rangeValue, std::vector< SPtr< MbCalloutCurve >> &&callouts) |
| Create annotation item. More... | |
| static SPtr< MbNumericalCharacteristic > | CreateSurfaceRoughness (MbValueRange &&rangeValue, std::vector< SPtr< MbCalloutCurve >> &&callouts) |
| Create surface condition. More... | |
| static SPtr< MbNumericalCharacteristic > | CreateShapeTolerance (MbValueRange &&rangeValue, std::vector< SPtr< MbCalloutCurve >> &&callouts) |
| Create shape tolerance. More... | |
| static SPtr< MbNumericalCharacteristic > | CreateCallout (std::vector< SPtr< MbCalloutCurve >> &&callouts) |
| Create callouts holder. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from MbRefItem | |
| MbRefItem () | |
| Constructor without parameters. | |
Numerical characteristic of an object.
Group of two or more text items.
|
static |
Create annotation item.
| [in] | dimensionType | - Type of dimension, |
| [in] | rangeValue | - Numerical values, |
| [in] | callouts | - Callout lines. |
|
static |
Create surface condition.
| [in] | rangeValue | - Numerical values, |
| [in] | callouts | - Callout lines. |
|
static |
Create shape tolerance.
| [in] | rangeValue | - Numerical values, |
| [in] | callouts | - Callout lines. |
|
static |
Create callouts holder.
| [in] | callouts | - Callout lines. |