~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Part/App/BSplineSurfacePy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
3
3
        <PythonExport
4
 
                Father="GeometryPy"
 
4
                Father="GeometrySurfacePy"
5
5
                Name="BSplineSurfacePy"
6
6
                Twin="GeomBSplineSurface"
7
7
                TwinPointer="GeomBSplineSurface"
8
8
                Include="Mod/Part/App/Geometry.h"
9
9
                Namespace="Part"
10
 
                FatherInclude="Mod/Part/App/GeometryPy.h"
 
10
                FatherInclude="Mod/Part/App/GeometrySurfacePy.h"
11
11
                FatherNamespace="Part"
12
12
                Constructor="true">
13
13
                <Documentation>
249
249
                </Methode>
250
250
                <Methode Name="insertUKnot">
251
251
                        <Documentation>
252
 
                                <UserDocu>Inserts knot.</UserDocu>
 
252
                                <UserDocu>insertUKnote(float U, int Index, float Tolerance) - Insert or overide a knot</UserDocu>
253
253
                        </Documentation>
254
254
                </Methode>
255
255
                <Methode Name="insertUKnots">
256
256
                        <Documentation>
257
 
                                <UserDocu>Inserts knots.</UserDocu>
 
257
                                <UserDocu>insertUKnote(List of float U, List of float Mult, float Tolerance) - Inserts knots.</UserDocu>
258
258
                        </Documentation>
259
259
                </Methode>
260
260
                <Methode Name="insertVKnot">
261
261
                        <Documentation>
262
 
                                <UserDocu>Inserts knot.</UserDocu>
 
262
                                <UserDocu>insertUKnote(float V, int Index, float Tolerance) - Insert or overide a knot.</UserDocu>
263
263
                        </Documentation>
264
264
                </Methode>
265
265
                <Methode Name="insertVKnots">
266
266
                        <Documentation>
267
 
                                <UserDocu>Inserts knots.</UserDocu>
 
267
                                <UserDocu>insertUKnote(List of float V, List of float Mult, float Tolerance) - Inserts knots.</UserDocu>
268
268
                        </Documentation>
269
269
                </Methode>
270
270
                <Methode Name="removeUKnot">