FreeCAD

Форк
0
/
ArcOfConicPy.xml 
55 строк · 2.0 Кб
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="TrimmedCurvePy"
5
      Name="ArcOfConicPy"
6
      PythonName="Part.ArcOfConic"
7
      Twin="GeomArcOfConic"
8
      TwinPointer="GeomArcOfConic"
9
      Include="Mod/Part/App/Geometry.h"
10
      Namespace="Part"
11
      FatherInclude="Mod/Part/App/TrimmedCurvePy.h"
12
      FatherNamespace="Part"
13
      Constructor="true">
14
    <Documentation>
15
      <Author Licence="LGPL" Name="Abdullah Tahiri" EMail="abdullah.tahiri.yo[at]gmail.com" />
16
      <UserDocu>Describes a portion of a conic</UserDocu>
17
    </Documentation>
18
    <Attribute Name="Location" ReadOnly="false">
19
      <Documentation>
20
        <UserDocu>Center of the conic.</UserDocu>
21
      </Documentation>
22
      <Parameter Name="Location" Type="Object"/>
23
    </Attribute>
24
    <Attribute Name="Center" ReadOnly="false">
25
      <Documentation>
26
        <UserDocu>Deprecated -- use Location.</UserDocu>
27
      </Documentation>
28
      <Parameter Name="Center" Type="Object"/>
29
    </Attribute>
30
    <Attribute Name="AngleXU" ReadOnly="false">
31
      <Documentation>
32
        <UserDocu>The angle between the X axis and the major axis of the conic.</UserDocu>
33
      </Documentation>
34
      <Parameter Name="AngleXU" Type="Float"/>
35
    </Attribute>
36
    <Attribute Name="Axis" ReadOnly="false">
37
      <Documentation>
38
        <UserDocu>The axis direction of the conic</UserDocu>
39
      </Documentation>
40
      <Parameter Name="Axis" Type="Object"/>
41
    </Attribute>
42
    <Attribute Name="XAxis" ReadOnly="false">
43
      <Documentation>
44
        <UserDocu>The X axis direction of the circle</UserDocu>
45
      </Documentation>
46
      <Parameter Name="XAxis" Type="Object"/>
47
    </Attribute>
48
    <Attribute Name="YAxis" ReadOnly="false">
49
      <Documentation>
50
        <UserDocu>The Y axis direction of the circle</UserDocu>
51
      </Documentation>
52
      <Parameter Name="YAxis" Type="Object"/>
53
    </Attribute>
54
  </PythonExport>
55
</GenerateModel>
56

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

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

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

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