28 lines
1.1 KiB
XML
28 lines
1.1 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="GeometryBoolExtensionPy"
|
|
PythonName="Part.GeometryBoolExtension"
|
|
Twin="GeometryBoolExtension"
|
|
TwinPointer="GeometryBoolExtension"
|
|
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 boolean.</UserDocu>
|
|
</Documentation>
|
|
<Attribute Name="Value" ReadOnly="false">
|
|
<Documentation>
|
|
<UserDocu>
|
|
Returns the value of the GeometryBoolExtension.
|
|
</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="Value" Type="Boolean"/>
|
|
</Attribute>
|
|
</PythonExport>
|
|
</GenerateModel>
|