Merge branch 'master' of ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
ParGrp = FreeCAD.ParamGet("System parameter:Modules").GetGroup("Mesh")
|
||||
|
||||
# Append the open handler
|
||||
FreeCAD.addImportType("Mesh formats (*.stl *.ast *.bms *.obj *.ply)","Mesh")
|
||||
FreeCAD.addImportType("Mesh formats (*.stl *.ast *.bms *.obj *.off *.ply)","Mesh")
|
||||
FreeCAD.addExportType("Mesh formats (*.stl *.ast *.bms *.obj *.off *.ply)","Mesh")
|
||||
|
||||
|
||||
|
||||
@@ -179,7 +179,8 @@ the underlying geometry.</UserDocu>
|
||||
</Methode>
|
||||
<Methode Name="makeThickness" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>A hollowed solid is built from an initial solid and a set of faces on this solid,
|
||||
<UserDocu>makeThickness(List of shapes, Ofset (Float), Tolerance (Float)) -> Shape
|
||||
A hollowed solid is built from an initial solid and a set of faces on this solid,
|
||||
which are to be removed. The remaining faces of the solid become the walls of
|
||||
the hollowed solid, their thickness defined at the time of construction.</UserDocu>
|
||||
</Documentation>
|
||||
|
||||
Reference in New Issue
Block a user