57 lines
2.1 KiB
XML
57 lines
2.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="BaseClassPy"
|
|
Name="VoronoiVertexPy"
|
|
PythonName="Path.Voronoi.Vertex"
|
|
Twin="VoronoiVertex"
|
|
TwinPointer="VoronoiVertex"
|
|
Include="Mod/CAM/App/VoronoiVertex.h"
|
|
FatherInclude="Base/BaseClassPy.h"
|
|
Namespace="Path"
|
|
FatherNamespace="Base"
|
|
Constructor="true"
|
|
RichCompare="true"
|
|
Delete="true">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="sliptonic" EMail="shopinthewoods@gmail.com" />
|
|
<UserDocu>Vertex of a Voronoi diagram</UserDocu>
|
|
</Documentation>
|
|
<Attribute Name="Index" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>Internal id of the element.</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="Index" Type="Long"/>
|
|
</Attribute>
|
|
<Attribute Name="Color" ReadOnly="false">
|
|
<Documentation>
|
|
<UserDocu>Assigned color of the receiver.</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="Color" Type="Long"/>
|
|
</Attribute>
|
|
<Attribute Name="X" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>X position</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="X" Type="Float"/>
|
|
</Attribute>
|
|
<Attribute Name="Y" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>Y position</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="Y" Type="Float"/>
|
|
</Attribute>
|
|
<Attribute Name="IncidentEdge" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>Y position</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="IncidentEdge" Type="Object"/>
|
|
</Attribute>
|
|
<Methode Name="toPoint" Const="true">
|
|
<Documentation>
|
|
<UserDocu>Returns a Vector - or None if not possible</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
</PythonExport>
|
|
</GenerateModel>
|