fix some TopoShape documentation

This commit is contained in:
tomate44
2018-01-21 12:03:53 +01:00
parent 3c679c13ca
commit ecce5eea6d
4 changed files with 31 additions and 21 deletions

View File

@@ -82,12 +82,14 @@ shape if the solid has no shells</UserDocu>
</Attribute>
<Methode Name="getMomentOfInertia">
<Documentation>
<UserDocu>computes the moment of inertia of the material system about the axis A.</UserDocu>
<UserDocu>computes the moment of inertia of the material system about the axis A.
mySolid.getMomentOfInertia( point, direction )</UserDocu>
</Documentation>
</Methode>
<Methode Name="getRadiusOfGyration">
<Documentation>
<UserDocu>Returns the radius of gyration of the current system about the axis A.</UserDocu>
<UserDocu>Returns the radius of gyration of the current system about the axis A.
mySolid.getRadiusOfGyration( point, direction )</UserDocu>
</Documentation>
</Methode>
<Methode Name="offsetFaces" ReadOnly="true">