FreeCAD

Форк
0
/
Conic2dPy.xml 
49 строк · 1.8 Кб
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
      Father="Curve2dPy"
5
      Name="Conic2dPy"
6
      PythonName="Part.Geom2d.Conic2d"
7
      Twin="Geom2dConic"
8
      TwinPointer="Geom2dConic"
9
      Include="Mod/Part/App/Geometry2d.h"
10
      Namespace="Part"
11
      FatherInclude="Mod/Part/App/Geom2d/Curve2dPy.h"
12
      FatherNamespace="Part"
13
      Constructor="true">
14
    <Documentation>
15
      <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
16
      <UserDocu>Describes an abstract conic in 2d space</UserDocu>
17
    </Documentation>
18
    <Attribute Name="Location" ReadOnly="false">
19
      <Documentation>
20
        <UserDocu>Location of the conic.</UserDocu>
21
      </Documentation>
22
      <Parameter Name="Location" Type="Object"/>
23
    </Attribute>
24
    <Attribute Name="Eccentricity" ReadOnly="true">
25
        <Documentation>
26
            <UserDocu>
27
            returns the eccentricity value of the conic e.
28
            e = 0 for a circle
29
            0 &lt; e &lt; 1 for an ellipse  (e = 0 if MajorRadius = MinorRadius)
30
            e > 1 for a hyperbola
31
            e = 1 for a parabola
32
            </UserDocu>
33
        </Documentation>
34
        <Parameter Name="Eccentricity" Type="Float"/>
35
    </Attribute>
36
    <Attribute Name="XAxis" ReadOnly="false">
37
      <Documentation>
38
        <UserDocu>The X axis direction of the circle</UserDocu>
39
      </Documentation>
40
      <Parameter Name="XAxis" Type="Object"/>
41
    </Attribute>
42
    <Attribute Name="YAxis" ReadOnly="false">
43
      <Documentation>
44
        <UserDocu>The Y axis direction of the circle</UserDocu>
45
      </Documentation>
46
      <Parameter Name="YAxis" Type="Object"/>
47
    </Attribute>
48
  </PythonExport>
49
</GenerateModel>
50

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

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

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

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