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

« back to all changes in this revision

Viewing changes to src/Mod/Part/App/TopoShapeCompSolidPy.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="TopoShapeCompSolidPy" 
 
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
    <Documentation>
 
13
      <Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
 
14
      <UserDocu>TopoShapeFace is the OpenCasCade topological face wrapper</UserDocu>
 
15
    </Documentation>
 
16
  </PythonExport>
 
17
</GenerateModel>