Remove duplicate code/save Dim line geom
This commit is contained in:
@@ -13,6 +13,26 @@
|
||||
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
|
||||
<UserDocu>Feature for creating and manipulating Technical Drawing Dimensions</UserDocu>
|
||||
</Documentation>
|
||||
<Methode Name="getText">
|
||||
<Documentation>
|
||||
<UserDocu>getText() - returns Dimension text.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getLinearPoints">
|
||||
<Documentation>
|
||||
<UserDocu>getLinearPoints() - returns list of points for linear Dimension</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getArcPoints">
|
||||
<Documentation>
|
||||
<UserDocu>getArcPoints() - returns list of points for circle/arc Dimension</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getAnglePoints">
|
||||
<Documentation>
|
||||
<UserDocu>getAnglePoints() - returns list of points for angle Dimension</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<CustomAttributes />
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
|
||||
Reference in New Issue
Block a user