FreeCAD

Форк
0
/
Geometry2dPy.xml 
53 строки · 2.0 Кб
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="PyObjectBase"
5
      Name="Geometry2dPy"
6
      PythonName="Part.Geom2d.Geometry2d"
7
      Twin="Geometry2d"
8
      TwinPointer="Geometry2d"
9
      Include="Mod/Part/App/Geometry2d.h"
10
      Namespace="Part"
11
      FatherInclude="Base/PyObjectBase.h"
12
      FatherNamespace="Base"
13
      Constructor="true"
14
      Delete="true">
15
    <Documentation>
16
      <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
17
      <UserDocu>The abstract class Geometry for 2D space is the root class of all geometric objects.
18
It describes the common behavior of these objects when:
19
- applying geometric transformations to objects, and
20
- constructing objects by geometric transformation (including copying).</UserDocu>
21
    </Documentation>
22
    <Methode Name="mirror">
23
      <Documentation>
24
        <UserDocu>Performs the symmetrical transformation of this geometric object</UserDocu>
25
      </Documentation>
26
    </Methode>
27
    <Methode Name="rotate">
28
      <Documentation>
29
        <UserDocu>Rotates this geometric object at angle Ang (in radians) around a point</UserDocu>
30
      </Documentation>
31
    </Methode>
32
    <Methode Name="scale">
33
      <Documentation>
34
        <UserDocu>Applies a scaling transformation on this geometric object with a center and scaling factor</UserDocu>
35
      </Documentation>
36
    </Methode>
37
    <Methode Name="transform">
38
      <Documentation>
39
        <UserDocu>Applies a transformation to this geometric object</UserDocu>
40
      </Documentation>
41
    </Methode>
42
    <Methode Name="translate">
43
      <Documentation>
44
        <UserDocu>Translates this geometric object</UserDocu>
45
      </Documentation>
46
    </Methode>
47
    <Methode Name="copy" Const="true">
48
      <Documentation>
49
        <UserDocu>Create a copy of this geometry</UserDocu>
50
      </Documentation>
51
    </Methode>
52
  </PythonExport>
53
</GenerateModel>
54

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.