git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5252 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
72 lines
2.0 KiB
XML
72 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
|
<PythonExport
|
|
Father="PyObjectBase"
|
|
Name="AxisPy"
|
|
Twin="Axis"
|
|
TwinPointer="Axis"
|
|
Include="Base/Axis.h"
|
|
FatherInclude="Base/PyObjectBase.h"
|
|
Namespace="Base"
|
|
Constructor="true"
|
|
Delete="true"
|
|
FatherNamespace="Base">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
|
|
<UserDocu>Axis
|
|
An defines a direction and a position (base) in 3D space.
|
|
|
|
The following constructors are supported:
|
|
Axis() -- empty constructor
|
|
Axis(Axis) -- copy constructor
|
|
Axis(Base, Direction) -- define position and direction
|
|
</UserDocu>
|
|
<DeveloperDocu>Axis</DeveloperDocu>
|
|
</Documentation>
|
|
<Methode Name="copy">>
|
|
<Documentation>
|
|
<UserDocu>
|
|
copy()
|
|
Returns a copy of this Axis
|
|
</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="move">
|
|
<Documentation>
|
|
<UserDocu>
|
|
move(Vector)
|
|
Move the axis base along the vector
|
|
</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="multiply">
|
|
<Documentation>
|
|
<UserDocu>
|
|
multiply(Placement)
|
|
Multiply this axis with a placement
|
|
</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="reversed">
|
|
<Documentation>
|
|
<UserDocu>
|
|
reversed() -> Axis
|
|
compute the reversed axis
|
|
</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Attribute Name="Base" ReadOnly="false">
|
|
<Documentation>
|
|
<UserDocu>Vector to the Base position of the Axis</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="Base" Type="Object" />
|
|
</Attribute>
|
|
<Attribute Name="Direction" ReadOnly="false">
|
|
<Documentation>
|
|
<UserDocu>Direction vector of the Axis</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="Direction" Type="Object" />
|
|
</Attribute>
|
|
</PythonExport>
|
|
</GenerateModel>
|