+ add method trim() to Part.Curve

This commit is contained in:
wmayer
2017-07-26 22:59:39 +02:00
parent 7b066fe334
commit 99e3f95fff
3 changed files with 142 additions and 0 deletions

View File

@@ -148,6 +148,14 @@ of the nearest orthogonal projection of the point.</UserDocu>
</UserDocu>
</Documentation>
</Methode>
<Methode Name="trim">
<Documentation>
<UserDocu>
Returns a trimmed curve defined in the given parameter range
trim([Float=First, Float=Last]) -> trimmed curve
</UserDocu>
</Documentation>
</Methode>
<Methode Name="approximateBSpline">
<Documentation>
<UserDocu>