TechDraw: Improve code in Python CenterLinePy class

This commit is contained in:
marioalexis
2022-10-30 14:45:48 -03:00
committed by WandererFan
parent 1ecfcf3e5e
commit b64d987ac1
2 changed files with 89 additions and 199 deletions

View File

@@ -47,7 +47,7 @@
<Documentation>
<UserDocu>The appearance attributes (style, color, weight, visible) for this CenterLine.</UserDocu>
</Documentation>
<Parameter Name="Format" Type="Object"/>
<Parameter Name="Format" Type="Dict"/>
</Attribute>
<Attribute Name="HorizShift">
<Documentation>
@@ -83,19 +83,19 @@
<Documentation>
<UserDocu>The names of source edges for this CenterLine.</UserDocu>
</Documentation>
<Parameter Name="Edges" Type="Object"/>
<Parameter Name="Edges" Type="List"/>
</Attribute>
<Attribute Name="Faces">
<Documentation>
<UserDocu>The names of source Faces for this CenterLine.</UserDocu>
</Documentation>
<Parameter Name="Faces" Type="Object"/>
<Parameter Name="Faces" Type="List"/>
</Attribute>
<Attribute Name="Points">
<Documentation>
<UserDocu>The names of source Points for this CenterLine.</UserDocu>
</Documentation>
<Parameter Name="Points" Type="Object"/>
<Parameter Name="Points" Type="List"/>
</Attribute>
</PythonExport>
</GenerateModel>