Part: add method to add a wire (e.g. to create a hole) to a face

This commit is contained in:
wmayer
2020-09-25 16:00:01 +02:00
parent da6cdb94a1
commit 7616153b3c
2 changed files with 44 additions and 0 deletions

View File

@@ -14,6 +14,11 @@
<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
<UserDocu>TopoShapeFace is the OpenCasCade topological face wrapper</UserDocu>
</Documentation>
<Methode Name="addWire">
<Documentation>
<UserDocu>Adds a wire to the face.</UserDocu>
</Documentation>
</Methode>
<Methode Name="makeOffset" Const="true">
<Documentation>
<UserDocu>Offset the face by a given amount. Returns Compound of Wires. Deprecated - use makeOffset2D instead.</UserDocu>