FreeCAD

Форк
0
/
ChFi2d_ChamferAPIPy.xml 
39 строк · 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_ChamferAPIPy"
6
      PythonName="Part.ChFi2d.ChamferAPI"
7
      Twin="ChFi2d_ChamferAPI"
8
      TwinPointer="ChFi2d_ChamferAPI"
9
      Include="ChFi2d_ChamferAPI.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 a chamfer between two linear edges</UserDocu>
18
    </Documentation>
19
    <Methode Name="init">
20
        <Documentation>
21
            <UserDocu>Initializes a chamfer 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 chamfer edge</UserDocu>
29
        </Documentation>
30
    </Methode>
31
    <Methode Name="result">
32
        <Documentation>
33
            <UserDocu>result(point, solution=-1)
34

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

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

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

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

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