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

« back to all changes in this revision

Viewing changes to src/Mod/Part/App/TopoShapeFacePy.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
 
  <PythonExport 
4
 
      Father="TopoShapePy" 
5
 
      Name="TopoShapeFacePy" 
6
 
      Twin="TopoShape" 
7
 
      TwinPointer="TopoShape" 
8
 
      Include="Mod/Part/App/TopoShape.h" 
9
 
      Namespace="Part" 
10
 
      FatherInclude="Mod/Part/App/TopoShapePy.h" 
11
 
      FatherNamespace="Part"
12
 
      Constructor="true">
13
 
    <Documentation>
14
 
      <Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
15
 
      <UserDocu>TopoShapeFace is the OpenCasCade topological face wrapper</UserDocu>
16
 
    </Documentation>
17
 
    <Attribute Name="Surface" ReadOnly="true">
18
 
      <Documentation>
19
 
        <UserDocu>Returns the geometric surface of the face</UserDocu>
20
 
      </Documentation>
21
 
      <Parameter Name="Surface" Type="Object"/>
22
 
    </Attribute>
23
 
    <Attribute Name="Wire" ReadOnly="true">
24
 
      <Documentation>
25
 
        <UserDocu>The Wire of this face</UserDocu>
26
 
      </Documentation>
27
 
      <Parameter Name="Wire" Type="Object"/>
28
 
    </Attribute>
29
 
    <Attribute Name="CenterOfMass" ReadOnly="true">
30
 
      <Documentation>
31
 
        <UserDocu>Returns the center of mass of the current system.
32
 
If the gravitational field is uniform, it is the center of gravity.
33
 
The coordinates returned for the center of mass are expressed in the
34
 
absolute Cartesian coordinate system.</UserDocu>
35
 
      </Documentation>
36
 
      <Parameter Name="CenterOfMass" Type="Object"/>
37
 
    </Attribute>
38
 
  </PythonExport>
39
 
</GenerateModel>
 
3
        <PythonExport
 
4
                Father="TopoShapePy"
 
5
                Name="TopoShapeFacePy"
 
6
                Twin="TopoShape"
 
7
                TwinPointer="TopoShape"
 
8
                Include="Mod/Part/App/TopoShape.h"
 
9
                Namespace="Part"
 
10
                FatherInclude="Mod/Part/App/TopoShapePy.h"
 
11
                FatherNamespace="Part"
 
12
                Constructor="true">
 
13
                <Documentation>
 
14
                        <Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
 
15
                        <UserDocu>TopoShapeFace is the OpenCasCade topological face wrapper</UserDocu>
 
16
                </Documentation>
 
17
                <Methode Name="makeOffset">
 
18
                        <Documentation>
 
19
                                <UserDocu>Offset the shape by a given ammount</UserDocu>
 
20
                        </Documentation>
 
21
                </Methode>
 
22
                <Methode Name="tangent">
 
23
                        <Documentation>
 
24
                                <UserDocu>Get the tangent in u and v isoparametric at the given point if defined</UserDocu>
 
25
                        </Documentation>
 
26
                </Methode>
 
27
                <Attribute Name="Surface" ReadOnly="true">
 
28
                        <Documentation>
 
29
                                <UserDocu>Returns the geometric surface of the face</UserDocu>
 
30
                        </Documentation>
 
31
                        <Parameter Name="Surface" Type="Object"/>
 
32
                </Attribute>
 
33
                <Attribute Name="Wire" ReadOnly="true">
 
34
                        <Documentation>
 
35
                                <UserDocu>The Wire of this face</UserDocu>
 
36
                        </Documentation>
 
37
                        <Parameter Name="Wire" Type="Object"/>
 
38
                </Attribute>
 
39
                <Attribute Name="CenterOfMass" ReadOnly="true">
 
40
                        <Documentation>
 
41
                                <UserDocu>
 
42
                                        Returns the center of mass of the current system.
 
43
                                        If the gravitational field is uniform, it is the center of gravity.
 
44
                                        The coordinates returned for the center of mass are expressed in the
 
45
                                        absolute Cartesian coordinate system.
 
46
                                </UserDocu>
 
47
                        </Documentation>
 
48
                        <Parameter Name="CenterOfMass" Type="Object"/>
 
49
                </Attribute>
 
50
        </PythonExport>
 
51
</GenerateModel>