FreeCAD

Форк
0
/
ModelManagerPy.xml 
41 строка · 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="BaseClassPy"
5
      Name="ModelManagerPy"
6
      Twin="ModelManager"
7
      TwinPointer="ModelManager"
8
      Include="Mod/Material/App/ModelManager.h"
9
      Namespace="Materials"
10
      FatherInclude="Base/BaseClassPy.h"
11
      FatherNamespace="Base"
12
      Constructor="true"
13
      Delete="true">
14
    <Documentation>
15
      <Author Licence="LGPL" Name="DavidCarter" EMail="dcarter@davidcarter.ca" />
16
      <UserDocu>Material model descriptions.</UserDocu>
17
    </Documentation>
18
    <Methode Name="getModel">
19
      <Documentation>
20
        <UserDocu>Get a model object by specifying its UUID</UserDocu>
21
      </Documentation>
22
    </Methode>
23
    <Methode Name="getModelByPath">
24
      <Documentation>
25
        <UserDocu>Get a model object by specifying its path</UserDocu>
26
      </Documentation>
27
    </Methode>
28
    <Attribute Name="ModelLibraries" ReadOnly="true">
29
      <Documentation>
30
        <UserDocu>List of model libraries.</UserDocu>
31
      </Documentation>
32
      <Parameter Name="ModelLibraries" Type="List"/>
33
    </Attribute>
34
    <Attribute Name="Models" ReadOnly="true">
35
      <Documentation>
36
        <UserDocu>List of model libraries.</UserDocu>
37
      </Documentation>
38
      <Parameter Name="Models" Type="Dict"/>
39
    </Attribute>
40
  </PythonExport>
41
</GenerateModel>
42

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

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

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

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