FreeCAD

Форк
0
/
TopoShapeCompoundPy.xml 
39 строк · 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="TopoShapePy"
5
      Name="TopoShapeCompoundPy"
6
      Twin="TopoShape"
7
      TwinPointer="TopoShape"
8
      Include="Mod/Part/App/TopoShape.h"
9
      Namespace="Part"
10
      FatherInclude="Mod/Part/App/TopoShapePy.h"
11
      FatherNamespace="Part"
12
      Constructor="true">
13
      <Documentation>
14
      <Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
15
      <UserDocu>Create a compound out of a list of shapes</UserDocu>
16
    </Documentation>
17
    <Methode Name="add">
18
      <Documentation>
19
        <UserDocu>Add a shape to the compound.
20
add(shape)
21
        </UserDocu>
22
      </Documentation>
23
    </Methode>
24
    <Methode Name="connectEdgesToWires" Const="true">
25
      <Documentation>
26
        <UserDocu>Build a compound of wires out of the edges of this compound.
27
connectEdgesToWires([Shared = True, Tolerance = 1e-7]) -> Compound
28
--
29
If Shared is True  connection is performed only when adjacent edges share the same vertex.
30
If Shared is False connection is performed only when ends of adjacent edges are at distance less than Tolerance.</UserDocu>
31
      </Documentation>
32
    </Methode>
33
    <Methode Name="setFaces">
34
      <Documentation>
35
        <UserDocu>A shape is created from points and triangles and set to this object</UserDocu>
36
      </Documentation>
37
    </Methode>
38
  </PythonExport>
39
</GenerateModel>
40

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

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

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

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