Part: Clean up XML bindings.

This commit is contained in:
tritao
2025-02-12 01:35:09 +00:00
committed by Chris Hennes
parent aff9ef4499
commit 4aa845795e
26 changed files with 829 additions and 837 deletions

View File

@@ -29,12 +29,11 @@
</Attribute>
<Attribute Name="Eccentricity" ReadOnly="true">
<Documentation>
<UserDocu>
returns the eccentricity value of the conic e.
e = 0 for a circle
0 &lt; e &lt; 1 for an ellipse (e = 0 if MajorRadius = MinorRadius)
e > 1 for a hyperbola
e = 1 for a parabola
<UserDocu>Returns the eccentricity value of the conic e.
e = 0 for a circle
0 &lt; e &lt; 1 for an ellipse (e = 0 if MajorRadius = MinorRadius)
e > 1 for a hyperbola
e = 1 for a parabola
</UserDocu>
</Documentation>
<Parameter Name="Eccentricity" Type="Float"/>