FreeCAD

Форк
0
/
BRepOffsetAPI_MakeFillingPy.xml 
106 строк · 3.8 Кб
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="BRepOffsetAPI_MakeFillingPy"
6
      PythonName="Part.BRepOffsetAPI_MakeFilling"
7
      Twin="BRepOffsetAPI_MakeFilling"
8
      TwinPointer="BRepOffsetAPI_MakeFilling"
9
      Include="BRepOffsetAPI_MakeFilling.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[at]users.sourceforge.net" />
17
          <UserDocu>N-Side Filling</UserDocu>
18
      </Documentation>
19
      <Methode Name="setConstrParam" Keyword="true">
20
          <Documentation>
21
              <UserDocu>
22
                  setConstrParam(Tol2d=0.00001, Tol3d=0.0001, TolAng=0.01, TolCurv=0.1)
23
                  Sets the values of Tolerances used to control the constraint.
24
              </UserDocu>
25
          </Documentation>
26
      </Methode>
27
      <Methode Name="setResolParam" Keyword="true">
28
          <Documentation>
29
              <UserDocu>
30
                  setResolParam(Degree=3, NbPtsOnCur=15, NbIter=2, Anisotropy=False)
31
                  Sets the parameters used for resolution.
32
              </UserDocu>
33
          </Documentation>
34
      </Methode>
35
      <Methode Name="setApproxParam" Keyword="true">
36
          <Documentation>
37
              <UserDocu>
38
                  setApproxParam(MaxDeg=8, MaxSegments=9)
39
                  Sets the parameters used to approximate the filling the surface
40
              </UserDocu>
41
          </Documentation>
42
      </Methode>
43
      <Methode Name="loadInitSurface">
44
          <Documentation>
45
              <UserDocu>
46
                  loadInitSurface(face)
47
                  Loads the initial surface.
48
              </UserDocu>
49
          </Documentation>
50
      </Methode>
51
      <Methode Name="add" Keyword="true">
52
          <Documentation>
53
              <UserDocu>
54
                  add(Edge, Order, IsBound=True)
55
                  add(Edge, Support, Order, IsBound=True)
56
                  add(Support, Order)
57
                  add(Point)
58
                  add(U, V, Support, Order)
59
                  Adds a new constraint.
60
              </UserDocu>
61
          </Documentation>
62
      </Methode>
63
      <Methode Name="build">
64
          <Documentation>
65
              <UserDocu>Builds the resulting faces.</UserDocu>
66
          </Documentation>
67
      </Methode>
68
      <Methode Name="isDone">
69
          <Documentation>
70
              <UserDocu>Tests whether computation of the filling plate has been completed.</UserDocu>
71
          </Documentation>
72
      </Methode>
73
      <Methode Name="G0Error">
74
          <Documentation>
75
              <UserDocu>
76
                  G0Error([int])
77
                  Returns the maximum distance between the result and the constraints.
78
              </UserDocu>
79
          </Documentation>
80
      </Methode>
81
      <Methode Name="G1Error">
82
          <Documentation>
83
              <UserDocu>
84
                  G1Error([int])
85
                  Returns the maximum angle between the result and the constraints.
86
              </UserDocu>
87
          </Documentation>
88
      </Methode>
89
      <Methode Name="G2Error">
90
          <Documentation>
91
              <UserDocu>
92
                  G2Error([int])
93
                  Returns the greatest difference in curvature between the result and the constraints.
94
              </UserDocu>
95
          </Documentation>
96
      </Methode>
97
      <Methode Name="shape">
98
          <Documentation>
99
              <UserDocu>
100
                  shape()
101
                  Returns the resulting shape.
102
              </UserDocu>
103
          </Documentation>
104
      </Methode>
105
  </PythonExport>
106
</GenerateModel>
107

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

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

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

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