FreeCAD

Форк
0
/
OffsetCurvePy.xml 
37 строк · 1.5 Кб
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="OffsetCurvePy"
5
        Namespace="Part"
6
        Twin="GeomOffsetCurve"
7
        TwinPointer="GeomOffsetCurve"
8
        PythonName="Part.OffsetCurve"
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="Werner Mayer" EMail="wmayer@users.sourceforge.net"/>
16
            <UserDocu></UserDocu>
17
        </Documentation>
18
        <Attribute Name="OffsetValue">
19
            <Documentation>
20
                <UserDocu>Sets or gets the offset value to offset the underlying curve.</UserDocu>
21
            </Documentation>
22
            <Parameter Name="OffsetValue" Type="Float"/>
23
        </Attribute>
24
        <Attribute Name="OffsetDirection">
25
            <Documentation>
26
                <UserDocu>Sets or gets the offset direction to offset the underlying curve.</UserDocu>
27
            </Documentation>
28
            <Parameter Name="OffsetDirection" Type="Object"/>
29
        </Attribute>
30
        <Attribute Name="BasisCurve">
31
            <Documentation>
32
                <UserDocu>Sets or gets the basic curve.</UserDocu>
33
            </Documentation>
34
            <Parameter Name="BasisCurve" Type="Object"/>
35
        </Attribute>
36
    </PythonExport>
37
</GenerateModel>
38

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

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

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

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