Merge pull request #71938 from aXu-AP/curve2d-doc

Add Curve2D/tessellate_even_length description class-reference
This commit is contained in:
Rémi Verschelde 2023-01-24 09:14:33 +01:00
commit d2e8bf7089
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -162,6 +162,8 @@
<param index="0" name="max_stages" type="int" default="5" />
<param index="1" name="tolerance_length" type="float" default="20.0" />
<description>
Returns a list of points along the curve, with almost uniform density. [param max_stages] controls how many subdivisions a curve segment may face before it is considered approximate enough. Each subdivision splits the segment in half, so the default 5 stages may mean up to 32 subdivisions per curve segment. Increase with care!
[param tolerance_length] controls the maximal distance between two neighboring points, before the segment has to be subdivided.
</description>
</method>
</methods>