32 lines
1.3 KiB
XML
32 lines
1.3 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="BoundedCurvePy"
|
|
Namespace="Part"
|
|
Twin="GeomBoundedCurve"
|
|
TwinPointer="GeomBoundedCurve"
|
|
PythonName="Part.BoundedCurve"
|
|
FatherInclude="Mod/Part/App/GeometryCurvePy.h"
|
|
Include="Mod/Part/App/Geometry.h"
|
|
Father="GeometryCurvePy"
|
|
FatherNamespace="Part"
|
|
Constructor="true">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo@gmail.com"/>
|
|
<UserDocu>The abstract class BoundedCurve is the root class of all bounded curve objects.</UserDocu>
|
|
</Documentation>
|
|
<Attribute Name="StartPoint" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>Returns the starting point of the bounded curve.</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="StartPoint" Type="Object"/>
|
|
</Attribute>
|
|
<Attribute Name="EndPoint" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>Returns the end point of the bounded curve.</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="EndPoint" Type="Object"/>
|
|
</Attribute>
|
|
</PythonExport>
|
|
</GenerateModel>
|