Method Part.Edge.split added

This commit is contained in:
wmayer
2012-06-05 11:55:45 +02:00
parent a589b39872
commit fac54a4306
2 changed files with 114 additions and 1 deletions

View File

@@ -24,7 +24,12 @@
<UserDocu>Vector = valueAt(pos) - Get the point at the given parameter [0|Length] if defined</UserDocu>
</Documentation>
</Methode>
<Methode Name="normalAt">
<Methode Name="parameterAt">
<Documentation>
<UserDocu>Float = parameterAt(Vertex) - Get the parameter at the given vertex if lying on the edge</UserDocu>
</Documentation>
</Methode>
<Methode Name="normalAt">
<Documentation>
<UserDocu>Vector = normalAt(pos) - Get the normal vector at the given parameter [0|Length] if defined</UserDocu>
</Documentation>
@@ -64,6 +69,11 @@
<UserDocu>Discretizes the edge using a given deflection or number of points and returns a list of points</UserDocu>
</Documentation>
</Methode>
<Methode Name="split">
<Documentation>
<UserDocu>Splits the edge at the given parameter values and builds a wire out of it</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Tolerance">
<Documentation>
<UserDocu>Set or get the tolerance of the vertex</UserDocu>