FreeCAD

Форк
0
/
UnifySameDomainPy.xml 
71 строка · 2.7 Кб
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="UnifySameDomainPy"
6
      PythonName="Part.ShapeUpgrade.UnifySameDomain"
7
      Twin="ShapeUpgrade_UnifySameDomain"
8
      TwinPointer="ShapeUpgrade_UnifySameDomain"
9
      Include="ShapeUpgrade_UnifySameDomain.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@users.sourceforge.net" />
17
      <UserDocu>This tool tries to unify faces and edges of the shape which lie on the same geometry.</UserDocu>
18
    </Documentation>
19
    <Methode Name="initialize" Keyword="true">
20
      <Documentation>
21
        <UserDocu>Initializes with a shape and necessary flags</UserDocu>
22
      </Documentation>
23
    </Methode>
24
    <Methode Name="allowInternalEdges">
25
      <Documentation>
26
        <UserDocu>Sets the flag defining whether it is allowed to create
27
internal edges inside merged faces in the case of non-manifold
28
topology. Without this flag merging through multi connected edge
29
is forbidden. Default value is false.</UserDocu>
30
      </Documentation>
31
    </Methode>
32
    <Methode Name="keepShape">
33
      <Documentation>
34
        <UserDocu>Sets the shape for avoid merging of the faces/edges.</UserDocu>
35
      </Documentation>
36
    </Methode>
37
    <Methode Name="keepShapes">
38
      <Documentation>
39
        <UserDocu>Sets the map of shapes for avoid merging of the faces/edges.</UserDocu>
40
      </Documentation>
41
    </Methode>
42
    <Methode Name="setSafeInputMode">
43
      <Documentation>
44
        <UserDocu>Sets the flag defining the behavior of the algorithm regarding
45
modification of input shape.
46
If this flag is equal to True then the input (original) shape can't be
47
modified during modification process. Default value is true.</UserDocu>
48
      </Documentation>
49
    </Methode>
50
    <Methode Name="setLinearTolerance">
51
      <Documentation>
52
        <UserDocu>Sets the linear tolerance</UserDocu>
53
      </Documentation>
54
    </Methode>
55
    <Methode Name="setAngularTolerance">
56
      <Documentation>
57
        <UserDocu>Sets the angular tolerance</UserDocu>
58
      </Documentation>
59
    </Methode>
60
    <Methode Name="build">
61
      <Documentation>
62
        <UserDocu>Performs unification and builds the resulting shape</UserDocu>
63
      </Documentation>
64
    </Methode>
65
    <Methode Name="shape" Const="true">
66
      <Documentation>
67
        <UserDocu>Gives the resulting shape</UserDocu>
68
      </Documentation>
69
    </Methode>
70
  </PythonExport>
71
</GenerateModel>
72

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

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

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

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