Part: GeometryStringExtension to extend a geometry by a string
This commit is contained in:
27
src/Mod/Part/App/GeometryStringExtensionPy.xml
Normal file
27
src/Mod/Part/App/GeometryStringExtensionPy.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
||||
<PythonExport
|
||||
Father="GeometryExtensionPy"
|
||||
Name="GeometryStringExtensionPy"
|
||||
PythonName="Part.GeometryStringExtension"
|
||||
Twin="GeometryStringExtension"
|
||||
TwinPointer="GeometryStringExtension"
|
||||
Include="Mod/Part/App/GeometryStringExtension.h"
|
||||
Namespace="Part"
|
||||
FatherInclude="Mod/Part/App/GeometryExtensionPy.h"
|
||||
FatherNamespace="Part"
|
||||
Constructor="true">
|
||||
<Documentation>
|
||||
<Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo@gmail.com" />
|
||||
<UserDocu>A GeometryExtension extending geometry objects with a string.</UserDocu>
|
||||
</Documentation>
|
||||
<Attribute Name="Value" ReadOnly="false">
|
||||
<Documentation>
|
||||
<UserDocu>
|
||||
returns the value of the GeometryStringExtension.
|
||||
</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Value" Type="String"/>
|
||||
</Attribute>
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
Reference in New Issue
Block a user