FreeCAD

Форк
0
/
PointConstraintPy.xml 
103 строки · 4.2 Кб
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="PointConstraintPy"
6
      PythonName="Part.GeomPlate.PointConstraintPy"
7
      Twin="GeomPlate_PointConstraint"
8
      TwinPointer="GeomPlate_PointConstraint"
9
      Include="GeomPlate_PointConstraint.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>Defines points as constraints to be used to deform a surface</UserDocu>
18
    </Documentation>
19
    <Methode Name="setOrder">
20
      <Documentation>
21
        <UserDocu>Allows you to set the order of continuity required for
22
the constraints: G0, G1, and G2, controlled
23
respectively by G0Criterion G1Criterion and G2Criterion.
24
        </UserDocu>
25
      </Documentation>
26
    </Methode>
27
    <Methode Name="order">
28
      <Documentation>
29
        <UserDocu>Returns the order of constraint, one of G0, G1 or G2</UserDocu>
30
      </Documentation>
31
    </Methode>
32
    <Methode Name="G0Criterion">
33
      <Documentation>
34
        <UserDocu>Returns the G0 criterion at the parametric point U on
35
the curve. This is the greatest distance allowed between
36
the constraint and the target surface at U.
37
        </UserDocu>
38
      </Documentation>
39
    </Methode>
40
    <Methode Name="G1Criterion">
41
      <Documentation>
42
        <UserDocu>Returns the G1 criterion at the parametric point U on
43
the curve. This is the greatest angle allowed between
44
the constraint and the target surface at U.
45
Raises an exception if  the  curve  is  not  on  a  surface.
46
        </UserDocu>
47
      </Documentation>
48
    </Methode>
49
    <Methode Name="G2Criterion">
50
      <Documentation>
51
        <UserDocu>Returns the G2 criterion at the parametric point U on
52
the curve. This is the greatest difference in curvature
53
allowed between the constraint and the target surface at U.
54
Raises an exception if  the  curve  is  not  on  a  surface.
55
        </UserDocu>
56
      </Documentation>
57
    </Methode>
58
    <Methode Name="setG0Criterion">
59
      <Documentation>
60
        <UserDocu>Allows you to set the G0 criterion. This is the law
61
defining the greatest distance allowed between the
62
constraint and the target surface for each point of the
63
constraint. If this criterion is not set, TolDist, the
64
distance tolerance from the constructor, is used.
65
        </UserDocu>
66
      </Documentation>
67
    </Methode>
68
    <Methode Name="setG1Criterion">
69
      <Documentation>
70
        <UserDocu>Allows you to set the G1 criterion. This is the law
71
defining the greatest angle allowed between the
72
constraint and the target surface. If this criterion is not
73
set, TolAng, the angular tolerance from the constructor, is used.
74
Raises an exception if  the  curve  is  not  on  a  surface
75
        </UserDocu>
76
      </Documentation>
77
    </Methode>
78
    <Methode Name="setG2Criterion">
79
      <Documentation>
80
        <UserDocu>Allows you to set the G2 criterion. This is the law
81
 defining the greatest difference in curvature  allowed between the
82
 constraint and the target surface. If this criterion is not
83
 set, TolCurv, the curvature tolerance from the constructor, is used.
84
 Raises  ConstructionError if  the  curve  is  not  on  a  surface</UserDocu>
85
      </Documentation>
86
    </Methode>
87
    <Methode Name="hasPnt2dOnSurf">
88
      <Documentation>
89
        <UserDocu>Checks if there is a 2D point associated with the surface. It returns a boolean indicating whether such a point exists.</UserDocu>
90
      </Documentation>
91
    </Methode>
92
    <Methode Name="setPnt2dOnSurf">
93
      <Documentation>
94
        <UserDocu>Allows you to set a 2D point on the surface. It takes a gp_Pnt2d as an argument, representing the 2D point to be associated with the surface.</UserDocu>
95
      </Documentation>
96
    </Methode>
97
    <Methode Name="pnt2dOnSurf">
98
      <Documentation>
99
        <UserDocu>Returns the 2D point on the surface. It returns a gp_Pnt2d representing the associated 2D point.</UserDocu>
100
      </Documentation>
101
    </Methode>
102
  </PythonExport>
103
</GenerateModel>
104

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

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

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

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