Part: format XML files

This commit is contained in:
wmayer
2023-10-28 22:45:15 +02:00
parent e66113aa44
commit 30723acfa5
28 changed files with 2465 additions and 2720 deletions

View File

@@ -1,37 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="GeometryCurvePy"
Name="BoundedCurvePy"
PythonName="Part.BoundedCurve"
Twin="GeomBoundedCurve"
TwinPointer="GeomBoundedCurve"
Include="Mod/Part/App/Geometry.h"
Namespace="Part"
FatherInclude="Mod/Part/App/GeometryCurvePy.h"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo@gmail.com" />
<UserDocu>
The abstract class BoundedCurve is the root class of all bounded curve objects.
</UserDocu>
</Documentation>
<Attribute Name="StartPoint" ReadOnly="true">
<Documentation>
<UserDocu>
Returns the starting point of the bounded curve.
</UserDocu>
</Documentation>
<Parameter Name="StartPoint" Type="Object"/>
</Attribute>
<Attribute Name="EndPoint" ReadOnly="true">
<Documentation>
<UserDocu>
Returns the end point of the bounded curve.
</UserDocu>
</Documentation>
<Parameter Name="EndPoint" Type="Object"/>
</Attribute>
</PythonExport>
</GenerateModel>
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Name="BoundedCurvePy"
Namespace="Part"
Twin="GeomBoundedCurve"
TwinPointer="GeomBoundedCurve"
PythonName="Part.BoundedCurve"
FatherInclude="Mod/Part/App/GeometryCurvePy.h"
Include="Mod/Part/App/Geometry.h"
Father="GeometryCurvePy"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo@gmail.com"/>
<UserDocu>The abstract class BoundedCurve is the root class of all bounded curve objects.</UserDocu>
</Documentation>
<Attribute Name="StartPoint" ReadOnly="true">
<Documentation>
<UserDocu>Returns the starting point of the bounded curve.</UserDocu>
</Documentation>
<Parameter Name="StartPoint" Type="Object"/>
</Attribute>
<Attribute Name="EndPoint" ReadOnly="true">
<Documentation>
<UserDocu>Returns the end point of the bounded curve.</UserDocu>
</Documentation>
<Parameter Name="EndPoint" Type="Object"/>
</Attribute>
</PythonExport>
</GenerateModel>