git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
68 lines
2.2 KiB
XML
68 lines
2.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="GeometryPy"
|
|
Name="GeometryCurvePy"
|
|
Twin="GeomCurve"
|
|
TwinPointer="GeomCurve"
|
|
Include="Mod/Part/App/Geometry.h"
|
|
Namespace="Part"
|
|
FatherInclude="Mod/Part/App/GeometryPy.h"
|
|
FatherNamespace="Part"
|
|
Constructor="true">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
|
|
<UserDocu>
|
|
The abstract class GeometryCurve is the root class of all curve objects.
|
|
</UserDocu>
|
|
</Documentation>
|
|
<Methode Name="toShape" Const="true">
|
|
<Documentation>
|
|
<UserDocu>Return the shape for the geometry.</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="discretize">
|
|
<Documentation>
|
|
<UserDocu>Discretizes the curve using a given deflection and returns a list of points</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="value">
|
|
<Documentation>
|
|
<UserDocu>Computes the point of parameter u on this curve</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="tangent">
|
|
<Documentation>
|
|
<UserDocu>Computes the tangent of parameter u on this curve</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="makeRuledSurface">
|
|
<Documentation>
|
|
<UserDocu>Make a ruled surface of this and the given curves</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="parameter">
|
|
<Documentation>
|
|
<UserDocu>Returns the parameter on the curve
|
|
of the nearest orthogonal projection of the point.</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Attribute Name="FirstParameter" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>
|
|
Returns the value of the first parameter.
|
|
</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="FirstParameter" Type="Float"/>
|
|
</Attribute>
|
|
<Attribute Name="LastParameter" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>
|
|
Returns the value of the last parameter.
|
|
</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="LastParameter" Type="Float"/>
|
|
</Attribute>
|
|
</PythonExport>
|
|
</GenerateModel>
|