FreeCAD

Форк
0
/
PartFeaturePy.xml 
32 строки · 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="GeoFeaturePy"
5
    Name="PartFeaturePy"
6
    Twin="Feature"
7
    TwinPointer="Feature"
8
    Include="Mod/Part/App/PartFeature.h"
9
    Namespace="Part"
10
    FatherInclude="App/GeoFeaturePy.h"
11
    FatherNamespace="App">
12
    <Documentation>
13
      <Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
14
      <UserDocu>This is the father of all shape object classes</UserDocu>
15
    </Documentation>
16
    <Methode Name="getElementHistory" Const="true" Keyword="true">
17
      <Documentation>
18
        <UserDocu>
19
getElementHistory(name,recursive=True,sameType=False,showName=False) - returns the element mapped name history
20

21
name: mapped element name belonging to this shape
22
recursive: if True, then track back the history through other objects till the origin
23
sameType: if True, then stop trace back when element type changes
24
showName: if False, return the owner object, or else return a tuple of object name and label
25

26
If not recursive, then return tuple(sourceObject, sourceElementName, [intermediateNames...]),
27
otherwise return a list of tuple.
28
        </UserDocu>
29
      </Documentation>
30
    </Methode>
31
  </PythonExport>
32
</GenerateModel>
33

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

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

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

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