FreeCAD

Форк
0
/
ChFi2d_AnaFilletAlgoPy.xml 
40 строк · 1.4 Кб
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="ChFi2d_AnaFilletAlgoPy"
6
      PythonName="Part.ChFi2d.AnaFilletAlgo"
7
      Twin="ChFi2d_AnaFilletAlgo"
8
      TwinPointer="ChFi2d_AnaFilletAlgo"
9
      Include="ChFi2d_AnaFilletAlgo.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>An analytical algorithm for calculation of the fillets.
18
It is implemented for segments and arcs of circle only.</UserDocu>
19
    </Documentation>
20
    <Methode Name="init">
21
        <Documentation>
22
            <UserDocu>Initializes a fillet algorithm: accepts a wire consisting of two edges in a plane</UserDocu>
23
        </Documentation>
24
    </Methode>
25
    <Methode Name="perform">
26
        <Documentation>
27
            <UserDocu>perform(radius) -> bool
28

29
Constructs a fillet edge</UserDocu>
30
        </Documentation>
31
    </Methode>
32
    <Methode Name="result">
33
        <Documentation>
34
            <UserDocu>result()
35

36
Returns result (fillet edge, modified edge1, modified edge2)</UserDocu>
37
        </Documentation>
38
    </Methode>
39
  </PythonExport>
40
</GenerateModel>
41

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

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

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

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