add method to Python interface to get reflect lines of a shape

This commit is contained in:
wmayer
2019-02-25 10:50:38 +01:00
parent e3d63493c7
commit d3631968ab
2 changed files with 54 additions and 0 deletions

View File

@@ -523,6 +523,14 @@ makePerspectiveProjection(shape, pnt)
</UserDocu>
</Documentation>
</Methode>
<Methode Name="reflectLines" Const="true" Keyword="true">
<Documentation>
<UserDocu>Build reflect lines on a shape according to the axes of view.
Reflect lines are represented by edges in 3d.
reflectLines(ViewDir, ViewPos, UpDir) -> Shape
</UserDocu>
</Documentation>
</Methode>
<Methode Name="makeShapeFromMesh">
<Documentation>
<UserDocu>Make a compound shape out of mesh data.