FreeCAD

Форк
0
/
ChFi2d_FilletAlgoPy.xml 
44 строки · 1.5 Кб
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_FilletAlgoPy"
6
      PythonName="Part.ChFi2d.FilletAlgo"
7
      Twin="ChFi2d_FilletAlgo"
8
      TwinPointer="ChFi2d_FilletAlgo"
9
      Include="ChFi2d_FilletAlgo.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>Algorithm that creates fillet edge</UserDocu>
18
    </Documentation>
19
    <Methode Name="init">
20
        <Documentation>
21
            <UserDocu>Initializes a fillet algorithm: accepts a wire consisting of two edges in a plane</UserDocu>
22
        </Documentation>
23
    </Methode>
24
    <Methode Name="perform">
25
        <Documentation>
26
            <UserDocu>perform(radius) -> bool
27

28
Constructs a fillet edge</UserDocu>
29
        </Documentation>
30
    </Methode>
31
    <Methode Name="numberOfResults">
32
        <Documentation>
33
            <UserDocu>Returns number of possible solutions</UserDocu>
34
        </Documentation>
35
    </Methode>
36
    <Methode Name="result">
37
        <Documentation>
38
            <UserDocu>result(point, solution=-1)
39

40
Returns result (fillet edge, modified edge1, modified edge2)</UserDocu>
41
        </Documentation>
42
    </Methode>
43
  </PythonExport>
44
</GenerateModel>
45

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

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

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

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