Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.Drawing_DiametricDimension Class Reference

DiametricDimension Dimension.hxx cadex/Drawing/Dimension.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.Drawing_DiametricDimension:
manufacturingtoolkit.CadExMTK.Drawing_Dimension manufacturingtoolkit.CadExMTK.Drawing_Element manufacturingtoolkit.CadExMTK.BaseObject

Public Member Functions

 __init__ (self, *args)
 Constructor.
 
 FirstChordPoint (self)
 Returns the first chord point.
 
 SetFirstChordPoint (self, theFirstChordPoint)
 
 SecondChordPoint (self)
 Returns the second chord point.
 
 SetSecondChordPoint (self, theSecondChordPoint)
 
 DimensionEndPoint (self)
 Returns the dimension end point.
 
 SetDimensionEndPoint (self, theDimensionEndPoint)
 
 StartsFromCenter (self)
 Returns true if the dimension line passes through the center of measured entity.
 
 SetStartsFromCenter (self, theStartsFromCenter)
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.Drawing_Dimension
 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)
 

Static Public Member Functions

 CompareType (theObject)
 
- Static Public Member Functions inherited from manufacturingtoolkit.CadExMTK.Drawing_Dimension
 Cast (theBase)
 

Additional Inherited Members

- Static Public Attributes inherited from manufacturingtoolkit.CadExMTK.Drawing_Dimension
 ArrowType_Undefined = _CadExMTK.Drawing_Dimension_ArrowType_Undefined
 
 ArrowType_ClosedFilled = _CadExMTK.Drawing_Dimension_ArrowType_ClosedFilled
 
 ArrowType_ClosedBlank = _CadExMTK.Drawing_Dimension_ArrowType_ClosedBlank
 
 ArrowType_Closed = _CadExMTK.Drawing_Dimension_ArrowType_Closed
 
 ArrowType_Dot = _CadExMTK.Drawing_Dimension_ArrowType_Dot
 
 ArrowType_ArchitecturalTick = _CadExMTK.Drawing_Dimension_ArrowType_ArchitecturalTick
 
 ArrowType_Oblique = _CadExMTK.Drawing_Dimension_ArrowType_Oblique
 
 ArrowType_Open = _CadExMTK.Drawing_Dimension_ArrowType_Open
 
 ArrowType_OriginIndicator = _CadExMTK.Drawing_Dimension_ArrowType_OriginIndicator
 
 ArrowType_OriginIndicator2 = _CadExMTK.Drawing_Dimension_ArrowType_OriginIndicator2
 
 ArrowType_RightAngle = _CadExMTK.Drawing_Dimension_ArrowType_RightAngle
 
 ArrowType_Open30 = _CadExMTK.Drawing_Dimension_ArrowType_Open30
 
 ArrowType_DotSmall = _CadExMTK.Drawing_Dimension_ArrowType_DotSmall
 
 ArrowType_DotBlank = _CadExMTK.Drawing_Dimension_ArrowType_DotBlank
 
 ArrowType_DotSmallBlank = _CadExMTK.Drawing_Dimension_ArrowType_DotSmallBlank
 
 ArrowType_Box = _CadExMTK.Drawing_Dimension_ArrowType_Box
 
 ArrowType_BoxFilled = _CadExMTK.Drawing_Dimension_ArrowType_BoxFilled
 
 ArrowType_DatumTriangle = _CadExMTK.Drawing_Dimension_ArrowType_DatumTriangle
 
 ArrowType_DatumTriangleFilled = _CadExMTK.Drawing_Dimension_ArrowType_DatumTriangleFilled
 
 ArrowType_Integral = _CadExMTK.Drawing_Dimension_ArrowType_Integral
 
 ArrowheadPlacementType_Internal = _CadExMTK.Drawing_Dimension_ArrowheadPlacementType_Internal
 
 ArrowheadPlacementType_External = _CadExMTK.Drawing_Dimension_ArrowheadPlacementType_External
 

Detailed Description

DiametricDimension Dimension.hxx cadex/Drawing/Dimension.hxx.

Describes a diametric dimension measures of circles.

FirstChordPoint and SecondChordPoint refer to points on the drawing geometry that are being measured. DimensionEndPoint defines the end point of dimension line.

Example of diametric dimension

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.Drawing_DiametricDimension.__init__ ( self,
* args )

Constructor.

Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Dimension.

Member Function Documentation

◆ CompareType()

manufacturingtoolkit.CadExMTK.Drawing_DiametricDimension.CompareType ( theObject)
static

The documentation for this class was generated from the following file:
  • CadExMTK.py