Dimension Dimension.hxx cadex/Drawing/Dimension.hxx. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| SetFirstArrowType (self, theFirstArrowType) | |
| Sets type of the first arrow of dimension. | |
| SecondArrowType (self) | |
| Returns type of the second arrow of dimension. | |
| SetSecondArrowType (self, theSecondArrowType) | |
| ArrowheadPlacement (self) | |
| Returns the arrowhead placement. | |
| SetArrowheadPlacement (self, theArrowheadPlacement) | |
| Sets the arrowhead placement. | |
| AlignTextHorizontally (self) | |
| Returns true if the measurement text is align horizontally. | |
| SetAlignTextHorizontally (self, theAlignTextHorizontally) | |
| MeasurementValue (self) | |
| Returns the actual measurement. | |
| SetMeasurementValue (self, theMeasurementValue) | |
| Sets the actual measurement. | |
| Text (self) | |
| Returns the dimension text. | |
| SetText (self, theText) | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.Drawing_Element | |
| SetUuid (self, theUuid) | |
| Uuid (self) | |
| Accept (self, theVisitor) | |
Public Member Functions inherited from manufacturingtoolkit.CadExMTK.BaseObject | |
| Id (self) | |
| Return unique identifier of public object. | |
| IsNull (self) | |
| IsEqual (self, theObj) | |
| __hash__ (self) | |
| __eq__ (self, other) | |
Static Public Member Functions | |
| CompareType (theObject) | |
| Cast (theBase) | |
Dimension Dimension.hxx cadex/Drawing/Dimension.hxx.
Base class for various dimension types.
Dimension entities show length, angle, radius and diameter measurements.
| manufacturingtoolkit.CadExMTK.Drawing_Dimension.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
Reimplemented in manufacturingtoolkit.CadExMTK.Drawing_AngularDimension, manufacturingtoolkit.CadExMTK.Drawing_DiametricDimension, manufacturingtoolkit.CadExMTK.Drawing_LinearDimension, and manufacturingtoolkit.CadExMTK.Drawing_RadialDimension.
| manufacturingtoolkit.CadExMTK.Drawing_Dimension.ArrowheadPlacement | ( | self | ) |
Returns the arrowhead placement.
Returns ArrowheadPlacementType.Internal by default or if IsNull().
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
| manufacturingtoolkit.CadExMTK.Drawing_Dimension.SecondArrowType | ( | self | ) |
Returns type of the second arrow of dimension.
Returns ArrowType.Undefined if IsNull().