======================================== Generalisation of code for a default geometry extension in the form of a template. Default geometry extensions provide a standard interface for an extension having a single stored value (e.g. one int or one string). Python implementation must be provided separatedly.
28 lines
1.2 KiB
XML
28 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
|
|
Father="GeometryExtensionPy"
|
|
Name="GeometryStringExtensionPy"
|
|
PythonName="Part.GeometryStringExtension"
|
|
Twin="GeometryStringExtension"
|
|
TwinPointer="GeometryStringExtension"
|
|
Include="Mod/Part/App/GeometryDefaultExtension.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>
|