FreeCAD

Форк
0
/
PrecisionPy.xml 
69 строк · 2.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="PrecisionPy"
6
      PythonName="Base.Precision"
7
      Twin="Precision"
8
      TwinPointer="Precision"
9
      Include="Base/Precision.h"
10
      Namespace="Base"
11
      FatherInclude="Base/PyObjectBase.h"
12
      FatherNamespace="Base">
13
    <Documentation>
14
      <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
15
      <DeveloperDocu>This is the Precision class</DeveloperDocu>
16
      <UserDocu>This is the Precision class</UserDocu>
17
    </Documentation>
18
    <Methode Name="angular" Static="true">
19
      <Documentation>
20
        <UserDocu>Returns the recommended precision value when checking the equality of two angles (given in radians)</UserDocu>
21
      </Documentation>
22
    </Methode>
23
    <Methode Name="confusion" Static="true">
24
      <Documentation>
25
        <UserDocu>Returns the recommended precision value when checking coincidence of two points in real space</UserDocu>
26
      </Documentation>
27
    </Methode>
28
    <Methode Name="squareConfusion" Static="true">
29
      <Documentation>
30
        <UserDocu>Returns square of confusion</UserDocu>
31
      </Documentation>
32
    </Methode>
33
    <Methode Name="intersection" Static="true">
34
      <Documentation>
35
        <UserDocu>Returns the precision value in real space, frequently used by intersection algorithms</UserDocu>
36
      </Documentation>
37
    </Methode>
38
    <Methode Name="approximation" Static="true">
39
      <Documentation>
40
        <UserDocu>Returns the precision value in real space, frequently used by approximation algorithms</UserDocu>
41
      </Documentation>
42
    </Methode>
43
    <Methode Name="parametric" Static="true">
44
      <Documentation>
45
        <UserDocu>Convert a real space precision to a parametric space precision</UserDocu>
46
      </Documentation>
47
    </Methode>
48
    <Methode Name="isInfinite" Static="true">
49
      <Documentation>
50
        <UserDocu>Returns True if R may be considered as an infinite number</UserDocu>
51
      </Documentation>
52
    </Methode>
53
    <Methode Name="isPositiveInfinite" Static="true">
54
      <Documentation>
55
        <UserDocu>Returns True if R may  be considered as a positive infinite number</UserDocu>
56
      </Documentation>
57
    </Methode>
58
    <Methode Name="isNegativeInfinite" Static="true">
59
      <Documentation>
60
        <UserDocu>Returns True if R may  be considered as a negative infinite number</UserDocu>
61
      </Documentation>
62
    </Methode>
63
    <Methode Name="infinite" Static="true">
64
      <Documentation>
65
        <UserDocu>Returns a  big number that  can  be  considered as infinite</UserDocu>
66
      </Documentation>
67
    </Methode>
68
  </PythonExport>
69
</GenerateModel>
70

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

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

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

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