FreeCAD

Форк
0
/
ViewProviderMeshPy.xml 
49 строк · 1.9 Кб
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="ViewProviderDocumentObjectPy"
5
        Name="ViewProviderMeshPy"
6
        Twin="ViewProviderMesh"
7
        TwinPointer="ViewProviderMesh"
8
        Include="Mod/Mesh/Gui/ViewProvider.h"
9
        Namespace="MeshGui"
10
        FatherInclude="Gui/ViewProviderDocumentObjectPy.h"
11
        FatherNamespace="Gui">
12
        <Documentation>
13
            <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
14
            <UserDocu>This is the ViewProvider base class</UserDocu>
15
        </Documentation>
16
        <Methode Name="setSelection">
17
            <Documentation>
18
                <UserDocu>Select list of facets</UserDocu>
19
            </Documentation>
20
        </Methode>
21
        <Methode Name="addSelection">
22
            <Documentation>
23
                <UserDocu>Add list of facets to selection</UserDocu>
24
            </Documentation>
25
        </Methode>
26
        <Methode Name="removeSelection">
27
            <Documentation>
28
                <UserDocu>Remove list of facets from selection</UserDocu>
29
            </Documentation>
30
        </Methode>
31
        <Methode Name="invertSelection">
32
            <Documentation>
33
                <UserDocu>Invert the selection</UserDocu>
34
            </Documentation>
35
        </Methode>
36
        <Methode Name="clearSelection">
37
            <Documentation>
38
                <UserDocu>Clear the selection</UserDocu>
39
            </Documentation>
40
        </Methode>
41
        <Methode Name="highlightSegments">
42
            <Documentation>
43
                <UserDocu>Highlights the segments of a mesh with a given list of colors.
44
The number of elements of this list must be equal to the number of mesh segments.
45
                </UserDocu>
46
            </Documentation>
47
        </Methode>
48
    </PythonExport>
49
</GenerateModel>
50

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

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

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

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