FreeCAD

Форк
0
/
PlateSurfacePy.xml 
24 строки · 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="PlateSurfacePy"
5
        Namespace="Part"
6
        Twin="GeomPlateSurface"
7
        TwinPointer="GeomPlateSurface"
8
        PythonName="Part.PlateSurface"
9
        FatherInclude="Mod/Part/App/GeometrySurfacePy.h"
10
        Include="Mod/Part/App/Geometry.h"
11
        Father="GeometrySurfacePy"
12
        FatherNamespace="Part"
13
        Constructor="true">
14
        <Documentation>
15
            <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net"/>
16
            <UserDocu>Represents a plate surface in FreeCAD. Plate surfaces can be defined by specifying points or curves as constraints, and they can also be approximated to B-spline surfaces using the makeApprox method. This class is commonly used in CAD modeling for creating surfaces that represent flat or curved plates, such as sheet metal components or structural elements.</UserDocu>
17
        </Documentation>
18
        <Methode Name="makeApprox" Keyword="true">
19
            <Documentation>
20
                <UserDocu>Approximate the plate surface to a B-Spline surface</UserDocu>
21
            </Documentation>
22
        </Methode>
23
    </PythonExport>
24
</GenerateModel>
25

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

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

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

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