Mesh: [skip-ci] add method to get curvature info directly from mesh object

This commit is contained in:
wmayer
2020-01-30 17:22:31 +01:00
parent 9ed3ddc0eb
commit 90addbe9c8
2 changed files with 41 additions and 1 deletions

View File

@@ -491,7 +491,15 @@ mesh.getSegmentsByCurvature([c,p])
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Points" ReadOnly="true">
<Methode Name="getCurvaturePerVertex" Const="true">
<Documentation>
<UserDocu>
getCurvaturePerVertex() -> list
The items in the list contains minimum and maximum curvature with their directions
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Points" ReadOnly="true">
<Documentation>
<UserDocu>A collection of the mesh points
With this attribute it is possible to get access to the points of the mesh