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,35 +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="Curve2dPy"
<PythonExport
Name="OffsetCurve2dPy"
PythonName="Part.Geom2d.OffsetCurve2d"
Namespace="Part"
Twin="Geom2dOffsetCurve"
TwinPointer="Geom2dOffsetCurve"
Include="Mod/Part/App/Geometry2d.h"
Namespace="Part"
PythonName="Part.Geom2d.OffsetCurve2d"
FatherInclude="Mod/Part/App/Geom2d/Curve2dPy.h"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
<UserDocu></UserDocu>
</Documentation>
<Attribute Name="OffsetValue">
<Documentation>
<UserDocu>
Sets or gets the offset value to offset the underlying curve.
</UserDocu>
</Documentation>
<Parameter Name="OffsetValue" Type="Float"/>
</Attribute>
<Attribute Name="BasisCurve">
<Documentation>
<UserDocu>
Sets or gets the basic curve.
</UserDocu>
</Documentation>
<Parameter Name="BasisCurve" Type="Object"/>
</Attribute>
</PythonExport>
Include="Mod/Part/App/Geometry2d.h"
Father="Curve2dPy"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net"/>
<UserDocu></UserDocu>
</Documentation>
<Attribute Name="OffsetValue">
<Documentation>
<UserDocu>Sets or gets the offset value to offset the underlying curve.</UserDocu>
</Documentation>
<Parameter Name="OffsetValue" Type="Float"/>
</Attribute>
<Attribute Name="BasisCurve">
<Documentation>
<UserDocu>Sets or gets the basic curve.</UserDocu>
</Documentation>
<Parameter Name="BasisCurve" Type="Object"/>
</Attribute>
</PythonExport>
</GenerateModel>