Part: start to expose ShapeFix framework to Python

This commit is contained in:
wmayer
2022-04-27 14:30:16 +02:00
parent c480014869
commit d04b65056e
7 changed files with 327 additions and 1 deletions

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="PyObjectBase"
Name="ShapeFix_RootPy"
PythonName="Part.ShapeFix.Root"
Twin="ShapeFix_Root"
TwinPointer="ShapeFix_Root"
Include="ShapeFix_Root.hxx"
Namespace="Part"
FatherInclude="Base/PyObjectBase.h"
FatherNamespace="Base"
Constructor="true"
Delete="true">
<Documentation>
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
<UserDocu>Root class for fixing operations</UserDocu>
</Documentation>
<Methode Name="limitTolerance" Const="true">
<Documentation>
<UserDocu>Returns tolerance limited by [MinTolerance,MaxTolerance]</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Precision" ReadOnly="false">
<Documentation>
<UserDocu>Basic precision value</UserDocu>
</Documentation>
<Parameter Name="Precision" Type="Float"/>
</Attribute>
<Attribute Name="MinTolerance" ReadOnly="false">
<Documentation>
<UserDocu>Minimal allowed tolerance</UserDocu>
</Documentation>
<Parameter Name="MinTolerance" Type="Float"/>
</Attribute>
<Attribute Name="MaxTolerance" ReadOnly="false">
<Documentation>
<UserDocu>Maximal allowed tolerance</UserDocu>
</Documentation>
<Parameter Name="MaxTolerance" Type="Float"/>
</Attribute>
</PythonExport>
</GenerateModel>