FreeCAD

Форк
0
/
BuildPlateSurfacePy.xml 
112 строк · 3.9 Кб
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="BuildPlateSurfacePy"
6
      PythonName="Part.GeomPlate.BuildPlateSurfacePy"
7
      Twin="GeomPlate_BuildPlateSurface"
8
      TwinPointer="GeomPlate_BuildPlateSurface"
9
      Include="GeomPlate_BuildPlateSurface.hxx"
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>This class provides an algorithm for constructing such a plate surface.</UserDocu>
18
    </Documentation>
19
    <Methode Name="init">
20
      <Documentation>
21
        <UserDocu>Resets all constraints</UserDocu>
22
      </Documentation>
23
    </Methode>
24
    <Methode Name="setNbBounds">
25
      <Documentation>
26
        <UserDocu>Sets the number of bounds</UserDocu>
27
      </Documentation>
28
    </Methode>
29
    <Methode Name="loadInitSurface">
30
      <Documentation>
31
        <UserDocu> Loads the initial surface</UserDocu>
32
      </Documentation>
33
    </Methode>
34
    <Methode Name="surfInit" Const="true">
35
      <Documentation>
36
        <UserDocu> Returns the initial surface</UserDocu>
37
      </Documentation>
38
    </Methode>
39
    <Methode Name="surface" Const="true">
40
      <Documentation>
41
        <UserDocu>Returns the plate surface</UserDocu>
42
      </Documentation>
43
    </Methode>
44
    <Methode Name="add">
45
      <Documentation>
46
        <UserDocu>Adds a linear or point constraint</UserDocu>
47
      </Documentation>
48
    </Methode>
49
    <Methode Name="perform">
50
      <Documentation>
51
        <UserDocu>Calls the algorithm and computes the plate surface</UserDocu>
52
      </Documentation>
53
    </Methode>
54
    <Methode Name="isDone" Const="true">
55
      <Documentation>
56
        <UserDocu>Tests whether computation of the plate has been completed</UserDocu>
57
      </Documentation>
58
    </Methode>
59
    <Methode Name="sense" Const="true">
60
      <Documentation>
61
        <UserDocu>Returns the orientation of the curves in the array returned by curves2d</UserDocu>
62
      </Documentation>
63
    </Methode>
64
    <Methode Name="order" Const="true">
65
      <Documentation>
66
        <UserDocu>Returns the order of the curves in the array returned by curves2d</UserDocu>
67
      </Documentation>
68
    </Methode>
69
    <Methode Name="curves2d" Const="true">
70
      <Documentation>
71
        <UserDocu>Extracts the array of curves on the plate surface which
72
        correspond to the curve constraints set in add()
73
        </UserDocu>
74
      </Documentation>
75
    </Methode>
76
    <Methode Name="curveConstraint" Const="true">
77
      <Documentation>
78
        <UserDocu>Returns the curve constraint of order</UserDocu>
79
      </Documentation>
80
    </Methode>
81
    <Methode Name="pointConstraint" Const="true">
82
      <Documentation>
83
        <UserDocu>Returns the point constraint of order</UserDocu>
84
      </Documentation>
85
    </Methode>
86
    <Methode Name="disc2dContour">
87
      <Documentation>
88
        <UserDocu>Returns the 2D contour of the plate surface</UserDocu>
89
      </Documentation>
90
    </Methode>
91
    <Methode Name="disc3dContour">
92
      <Documentation>
93
        <UserDocu>Returns the 3D contour of the plate surface</UserDocu>
94
      </Documentation>
95
    </Methode>
96
    <Methode Name="G0Error" Const="true">
97
      <Documentation>
98
        <UserDocu>Returns the max distance between the result and the constraints</UserDocu>
99
      </Documentation>
100
    </Methode>
101
    <Methode Name="G1Error" Const="true">
102
      <Documentation>
103
        <UserDocu>Returns the max angle between the result and the constraints</UserDocu>
104
      </Documentation>
105
    </Methode>
106
    <Methode Name="G2Error" Const="true">
107
      <Documentation>
108
        <UserDocu>Returns the max difference of curvature between the result and the constraints</UserDocu>
109
      </Documentation>
110
    </Methode>
111
  </PythonExport>
112
</GenerateModel>
113

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

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

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

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