FreeCAD

Форк
0
/
PlanePy.xml 
51 строка · 1.7 Кб
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="GeometrySurfacePy"
5
      Name="PlanePy"
6
      PythonName="Part.Plane"
7
      Twin="GeomPlane"
8
      TwinPointer="GeomPlane"
9
      Include="Mod/Part/App/Geometry.h"
10
      Namespace="Part"
11
      FatherInclude="Mod/Part/App/GeometrySurfacePy.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 infinite plane
17
To create a plane there are several ways:
18
Part.Plane()
19
    Creates a default plane with base (0,0,0) and normal (0,0,1)
20

21
Part.Plane(Plane)
22
    Creates a copy of the given plane
23

24
Part.Plane(Plane, Distance)
25
    Creates a plane parallel to given plane at a certain distance
26

27
Part.Plane(Location,Normal)
28
    Creates a plane with a given location and normal
29

30
Part.Plane(Point1,Point2,Point3)
31
    Creates a plane defined by three non-linear points
32

33
Part.Plane(A,B,C,D)
34
    Creates a plane from its cartesian equation
35
    Ax+By+Cz+D=0
36
</UserDocu>
37
    </Documentation>
38
    <Attribute Name="Position" ReadOnly="false">
39
      <Documentation>
40
        <UserDocu>Returns the position point of this plane.</UserDocu>
41
      </Documentation>
42
      <Parameter Name="Position" Type="Object"/>
43
    </Attribute>
44
    <Attribute Name="Axis" ReadOnly="false">
45
      <Documentation>
46
        <UserDocu>Returns the axis of this plane.</UserDocu>
47
      </Documentation>
48
      <Parameter Name="Axis" Type="Object"/>
49
    </Attribute>
50
  </PythonExport>
51
</GenerateModel>
52

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

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

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

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