Base class for various dimension types. More...
Public Types | |
enum | TextVerticalPositionType { Above, Centered, Below } |
enum | TextHorizontalPositionType { Left, Center, Right } |
enum | ArrowheadPlacementType { Internal, External } |
![]() | |
typedef int | IdType |
Defines a type identifier. | |
Public Member Functions | |
TextVerticalPositionType | TextVerticalPosition () const |
Returns the dimension text vertical position. More... | |
void | SetTextVerticalPosition (TextVerticalPositionType theTextVerticalPosition) |
Sets the dimension text vertical position. | |
TextHorizontalPositionType | TextHorizontalPosition () const |
Returns the dimension text horizontal position. More... | |
void | SetTextHorizontalPosition (TextHorizontalPositionType theTextHorizontalPosition) |
Sets the dimension text horizontal position. | |
ArrowheadPlacementType | ArrowheadPlacement () const |
Returnss the arrowhead placement. More... | |
void | SetArrowheadPlacement (ArrowheadPlacementType theArrowheadPlacement) |
Sets the arrowhead placement. | |
bool | AlignTextHorizontally () const |
Returns true if the measurement text is align horizontally. | |
void | SetAlignTextHorizontally (bool theAlignTextHorizontally) |
double | MeasurementValue () const |
Returns the actual measurement. | |
void | SetMeasurementValue (double theMeasurementValue) |
Sets the actual measurement. | |
![]() | |
void | Accept (ModelData_DrawingElementVisitor &theVisitor) const |
![]() | |
ModelData_BaseObject () | |
Constructor. More... | |
IdType | TypeId () const |
Returns an object type id. More... | |
template<typename T > | |
bool | IsOfType () const |
Returns true if the object has a type T. More... | |
void | SetName (const Base_UTF16String &theName) |
Sets an object name. More... | |
Base_UTF16String | Name () const |
void | SetUuid (const Base_Uuid &theUuid) |
Base_Uuid | Uuid () const |
void | Nullify () |
Resets reference to implementation object. More... | |
bool | IsNull () const |
Returns true if the object is nullified. More... | |
operator bool () const | |
Casts the object to the bool type. More... | |
internal::ModelData_BaseObjectImpl * | Impl () const |
Return a handle to backend (reserved for internal use). | |
const internal::Base_Handle & | HImpl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
Protected Types | |
typedef cadex::internal::ModelData_DrawingDimensionImpl | ImplType |
Protected Member Functions | |
ModelData_DrawingDimension (ImplType *) | |
Constructor. Reserved for internal use. | |
![]() | |
ModelData_DrawingElement (internal::ModelData_DrawingElementImpl *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. | |
Base class for various dimension types.
Dimension entities show length, angle, radius and diameter measurements.
Enum | Examples |
---|---|
ModelData_DrawingDimension::TextVerticalPositionType |
|
ModelData_DrawingDimension::TextHorizontalPositionType |
|
ModelData_DrawingDimension::ArrowheadPlacementType |
|
Represents the arrawhwad placement.
Represents the measurement text's horizontal position relative to dimension line.
Represents the measurement text's vertical position relative to dimension line.
ModelData_DrawingDimension::ArrowheadPlacementType cadex::ModelData_DrawingDimension::ArrowheadPlacement | ( | ) | const |
Returnss the arrowhead placement.
Arrowheads can be outside or inside the dimension lines.
Returns ArrowheadPlacementType::Internal by default or if IsNull().
ModelData_DrawingDimension::TextHorizontalPositionType cadex::ModelData_DrawingDimension::TextHorizontalPosition | ( | ) | const |
Returns the dimension text horizontal position.
Defines the horizontal alignment as a value of the ModelData_DrawingDimension::TextHorizontalPositionType enumeration.
ModelData_DrawingDimension::TextVerticalPositionType cadex::ModelData_DrawingDimension::TextVerticalPosition | ( | ) | const |
Returns the dimension text vertical position.
Defines the vertical alignment as a value of the ModelData_DrawingDimension::TextVerticalPositionType enumeration.