+ add toShape() to Part.Point, allow to pass Part.Point in Part.Vertex

This commit is contained in:
wmayer
2015-01-15 11:39:53 +01:00
parent 81923b602e
commit f2cd83fa78
3 changed files with 48 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ Part.Point(Point)
Part.Point(Vector)
Creates a line for the given coordinates</UserDocu>
</Documentation>
<Methode Name="toShape" Const="true">
<Documentation>
<UserDocu>Create a vertex from this point.</UserDocu>
</Documentation>
</Methode>
<Attribute Name="X" ReadOnly="false">
<Documentation>
<UserDocu>X component of this point.</UserDocu>