Files
create/src/Mod/Part/App/ShapeFix/ShapeFix_FixSmallFacePy.xml
Rohan Mishra e89025c413 Update ShapeFix_FixSmallFacePy.xml
Updated the docs of ShapeFix_FixSmallFacePy.xml
2023-12-09 22:24:40 +05:30

97 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="ShapeFix_RootPy"
Name="ShapeFix_FixSmallFacePy"
PythonName="Part.ShapeFix.FixSmallFace"
Twin="ShapeFix_FixSmallFace"
TwinPointer="ShapeFix_FixSmallFace"
Include="ShapeFix_FixSmallFace.hxx"
Namespace="Part"
FatherInclude="Mod/Part/App/ShapeFix/ShapeFix_RootPy.h"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
<UserDocu>Class for fixing operations on faces</UserDocu>
</Documentation>
<Methode Name="init">
<Documentation>
<UserDocu>Initializes by shape</UserDocu>
</Documentation>
</Methode>
<Methode Name="perform">
<Documentation>
<UserDocu>Fixing case of spot face</UserDocu>
</Documentation>
</Methode>
<Methode Name="fixSpotFace">
<Documentation>
<UserDocu>Fixing case of spot face, if tol = -1 used local tolerance</UserDocu>
</Documentation>
</Methode>
<Methode Name="replaceVerticesInCaseOfSpot">
<Documentation>
<UserDocu>Compute average vertex and replacing vertices by new one</UserDocu>
</Documentation>
</Methode>
<Methode Name="removeFacesInCaseOfSpot">
<Documentation>
<UserDocu>Remove spot face from compound</UserDocu>
</Documentation>
</Methode>
<Methode Name="fixStripFace">
<Documentation>
<UserDocu>Fixing case of strip face, if tol = -1 used local tolerance</UserDocu>
</Documentation>
</Methode>
<!--<Methode Name="replaceInCaseOfStrip">
<Documentation>
<UserDocu>Replace vertices and edges</UserDocu>
</Documentation>
</Methode>-->
<Methode Name="removeFacesInCaseOfStrip">
<Documentation>
<UserDocu>Remove strip face from compound</UserDocu>
</Documentation>
</Methode>
<!--<Methode Name="computeSharedEdgeForStripFace">
<Documentation>
<UserDocu>Compute average edge for strip face</UserDocu>
</Documentation>
</Methode>-->
<Methode Name="fixSplitFace">
<Documentation>
<UserDocu>Fixes cases related to split faces within the given shape.
It may return a modified shape after fixing the issues.</UserDocu>
</Documentation>
</Methode>
<!--<Methode Name="splitOneFace">
<Documentation>
<UserDocu>Compute data for face splitting</UserDocu>
</Documentation>
</Methode>-->
<Methode Name="fixFace">
<Documentation>
<UserDocu>Fixes issues related to the specified face and returns the modified face.</UserDocu>
</Documentation>
</Methode>
<Methode Name="fixShape">
<Documentation>
<UserDocu>Fixes issues in the overall geometric shape.
This function likely encapsulates higher-level fixes that involve multiple faces or elements.</UserDocu>
</Documentation>
</Methode>
<Methode Name="shape">
<Documentation>
<UserDocu>Returns the current state of the geometric shape after potential modifications.</UserDocu>
</Documentation>
</Methode>
<!--<Methode Name="fixPinFace">
<Documentation>
<UserDocu></UserDocu>
</Documentation>
</Methode>-->
</PythonExport>
</GenerateModel>