25 lines
1.1 KiB
XML
25 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
|
|
Name="TrimmedCurvePy"
|
|
Namespace="Part"
|
|
Twin="GeomTrimmedCurve"
|
|
TwinPointer="GeomTrimmedCurve"
|
|
PythonName="Part.TrimmedCurve"
|
|
FatherInclude="Mod/Part/App/BoundedCurvePy.h"
|
|
Include="Mod/Part/App/Geometry.h"
|
|
Father="BoundedCurvePy"
|
|
FatherNamespace="Part"
|
|
Constructor="true">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo@gmail.com"/>
|
|
<UserDocu>The abstract class TrimmedCurve is the root class of all trimmed curve objects.</UserDocu>
|
|
</Documentation>
|
|
<Methode Name="setParameterRange" Const="false">
|
|
<Documentation>
|
|
<UserDocu>Re-trims this curve to the provided parameter range ([Float=First, Float=Last])</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
</PythonExport>
|
|
</GenerateModel>
|