FreeCAD

Форк
0
/
BoundedCurvePy.xml 
31 строка · 1.3 Кб
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="BoundedCurvePy"
5
        Namespace="Part"
6
        Twin="GeomBoundedCurve"
7
        TwinPointer="GeomBoundedCurve"
8
        PythonName="Part.BoundedCurve"
9
        FatherInclude="Mod/Part/App/GeometryCurvePy.h"
10
        Include="Mod/Part/App/Geometry.h"
11
        Father="GeometryCurvePy"
12
        FatherNamespace="Part"
13
        Constructor="true">
14
        <Documentation>
15
            <Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo@gmail.com"/>
16
            <UserDocu>The abstract class BoundedCurve is the root class of all bounded curve objects.</UserDocu>
17
        </Documentation>
18
        <Attribute Name="StartPoint" ReadOnly="true">
19
            <Documentation>
20
                <UserDocu>Returns the starting point of the bounded curve.</UserDocu>
21
            </Documentation>
22
            <Parameter Name="StartPoint" Type="Object"/>
23
        </Attribute>
24
        <Attribute Name="EndPoint" ReadOnly="true">
25
            <Documentation>
26
                <UserDocu>Returns the end point of the bounded curve.</UserDocu>
27
            </Documentation>
28
            <Parameter Name="EndPoint" Type="Object"/>
29
        </Attribute>
30
    </PythonExport>
31
</GenerateModel>
32

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

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

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

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