FreeCAD

Форк
0
/
TopoShapeVertexPy.xml 
48 строк · 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
        Name="TopoShapeVertexPy"
5
        Namespace="Part"
6
        Twin="TopoShape"
7
        TwinPointer="TopoShape"
8
        FatherInclude="Mod/Part/App/TopoShapePy.h"
9
        Include="Mod/Part/App/TopoShape.h"
10
        Father="TopoShapePy"
11
        FatherNamespace="Part"
12
        Constructor="true">
13
        <Documentation>
14
            <Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de"/>
15
            <UserDocu>TopoShapeVertex is the OpenCasCade topological vertex wrapper</UserDocu>
16
        </Documentation>
17
        <Attribute Name="X" ReadOnly="true">
18
            <Documentation>
19
                <UserDocu>X component of this Vertex.</UserDocu>
20
            </Documentation>
21
            <Parameter Name="X" Type="Float"/>
22
        </Attribute>
23
        <Attribute Name="Y" ReadOnly="true">
24
            <Documentation>
25
                <UserDocu>Y component of this Vertex.</UserDocu>
26
            </Documentation>
27
            <Parameter Name="Y" Type="Float"/>
28
        </Attribute>
29
        <Attribute Name="Z" ReadOnly="true">
30
            <Documentation>
31
                <UserDocu>Z component of this Vertex.</UserDocu>
32
            </Documentation>
33
            <Parameter Name="Z" Type="Float"/>
34
        </Attribute>
35
        <Attribute Name="Point" ReadOnly="true">
36
            <Documentation>
37
                <UserDocu>Position of this Vertex as a Vector</UserDocu>
38
            </Documentation>
39
            <Parameter Name="Point" Type="Object"/>
40
        </Attribute>
41
        <Attribute Name="Tolerance">
42
            <Documentation>
43
                <UserDocu>Set or get the tolerance of the vertex</UserDocu>
44
            </Documentation>
45
            <Parameter Name="Tolerance" Type="Float"/>
46
        </Attribute>
47
    </PythonExport>
48
</GenerateModel>
49

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

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

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

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