FreeCAD

Форк
0
/
Parabola2dPy.xml 
41 строка · 1.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
        Name="Parabola2dPy"
5
        Namespace="Part"
6
        Twin="Geom2dParabola"
7
        TwinPointer="Geom2dParabola"
8
        PythonName="Part.Geom2d.Parabola2d"
9
        FatherInclude="Mod/Part/App/Geom2d/Conic2dPy.h"
10
        Include="Mod/Part/App/Geometry2d.h"
11
        Father="Conic2dPy"
12
        FatherNamespace="Part"
13
        Constructor="true">
14
        <Documentation>
15
            <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net"/>
16
            <UserDocu>Describes a parabola in 2D space</UserDocu>
17
        </Documentation>
18
        <Attribute Name="Focal" ReadOnly="false">
19
            <Documentation>
20
                <UserDocu>The focal distance is the distance between
21
the apex and the focus of the parabola.</UserDocu>
22
            </Documentation>
23
            <Parameter Name="Focal" Type="Float"/>
24
        </Attribute>
25
        <Attribute Name="Focus" ReadOnly="true">
26
            <Documentation>
27
                <UserDocu>The focus is on the positive side of the
28
'X Axis' of the local coordinate system of the parabola.</UserDocu>
29
            </Documentation>
30
            <Parameter Name="Focus" Type="Object"/>
31
        </Attribute>
32
        <Attribute Name="Parameter" ReadOnly="true">
33
            <Documentation>
34
                <UserDocu>Compute the parameter of this parabola
35
which is the distance between its focus
36
and its directrix. This distance is twice the focal length.</UserDocu>
37
            </Documentation>
38
            <Parameter Name="Parameter" Type="Float"/>
39
        </Attribute>
40
    </PythonExport>
41
</GenerateModel>
42

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

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

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

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