Files
create/src/Mod/Part/App/Geom2d/OffsetCurve2dPy.xml
2023-10-28 22:45:15 +02:00

32 lines
1.2 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
Name="OffsetCurve2dPy"
Namespace="Part"
Twin="Geom2dOffsetCurve"
TwinPointer="Geom2dOffsetCurve"
PythonName="Part.Geom2d.OffsetCurve2d"
FatherInclude="Mod/Part/App/Geom2d/Curve2dPy.h"
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>