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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
 
3
  <PythonExport 
 
4
      Father="TopoShapePy" 
 
5
      Name="TopoShapeEdgePy" 
 
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="Curve" ReadOnly="true">
 
18
      <Documentation>
 
19
        <UserDocu>Returns the 3D curve of the edge</UserDocu>
 
20
      </Documentation>
 
21
      <Parameter Name="Curve" Type="Object"/>
 
22
    </Attribute>
 
23
    <Attribute Name="CenterOfMass" ReadOnly="true">
 
24
      <Documentation>
 
25
        <UserDocu>Returns the center of mass of the current system.
 
26
If the gravitational field is uniform, it is the center of gravity.
 
27
The coordinates returned for the center of mass are expressed in the
 
28
absolute Cartesian coordinate system.</UserDocu>
 
29
      </Documentation>
 
30
      <Parameter Name="CenterOfMass" Type="Object"/>
 
31
    </Attribute>
 
32
  </PythonExport>
 
33
</GenerateModel>