git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5423 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
68 lines
2.4 KiB
XML
68 lines
2.4 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="TopoShapePy"
|
|
Name="TopoShapeWirePy"
|
|
Twin="TopoShape"
|
|
TwinPointer="TopoShape"
|
|
Include="Mod/Part/App/TopoShape.h"
|
|
Namespace="Part"
|
|
FatherInclude="Mod/Part/App/TopoShapePy.h"
|
|
FatherNamespace="Part"
|
|
Constructor="true">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
|
|
<UserDocu>TopoShapeWire is the OpenCasCade topological wire wrapper</UserDocu>
|
|
</Documentation>
|
|
<Methode Name="makeOffset">
|
|
<Documentation>
|
|
<UserDocu>Offset the shape by a given ammount</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="add">
|
|
<Documentation>
|
|
<UserDocu>Add an edge to the wire</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="fixWire">
|
|
<Documentation>
|
|
<UserDocu>Fix wire</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="makeHomogenousWires">
|
|
<Documentation>
|
|
<UserDocu>Make this and the given wire homogenous to have the same number of edges</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="makePipe">
|
|
<Documentation>
|
|
<UserDocu>Make a pipe by sweeping along a wire.</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="makePipeShell">
|
|
<Documentation>
|
|
<UserDocu>Make a loft defined by profiles along a wire.</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="approximate">
|
|
<Documentation>
|
|
<UserDocu>Approximate B-Spline-curve from this wire</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="discretize">
|
|
<Documentation>
|
|
<UserDocu>Discretizes the wire using a given deflection or number of points and returns a list of points</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Attribute Name="CenterOfMass" ReadOnly="true">
|
|
<Documentation>
|
|
<UserDocu>Returns the center of mass of the current system.
|
|
If the gravitational field is uniform, it is the center of gravity.
|
|
The coordinates returned for the center of mass are expressed in the
|
|
absolute Cartesian coordinate system.</UserDocu>
|
|
</Documentation>
|
|
<Parameter Name="CenterOfMass" Type="Object"/>
|
|
</Attribute>
|
|
</PythonExport>
|
|
</GenerateModel>
|