+ add method to write/read BREP in binary format

This commit is contained in:
wmayer
2015-09-07 19:02:56 +02:00
parent 3665b77827
commit 7f9aa7b4a5
11 changed files with 88 additions and 1 deletions

View File

@@ -53,6 +53,11 @@ Sub-elements such as vertices, edges or faces are accessible as:
<UserDocu>Export the content of this shape to an BREP file. BREP is a CasCade native format.</UserDocu>
</Documentation>
</Methode>
<Methode Name="exportBinary" Const="true">
<Documentation>
<UserDocu>Export the content of this shape in binary format to a file.</UserDocu>
</Documentation>
</Methode>
<Methode Name="exportBrepToString" Const="true">
<Documentation>
<UserDocu>Export the content of this shape to a string in BREP format. BREP is a CasCade native format.</UserDocu>
@@ -69,13 +74,18 @@ Sub-elements such as vertices, edges or faces are accessible as:
</Documentation>
</Methode>
<Methode Name="importBrep">
<Documentation>
<UserDocu>Load the shape from a file in BREP format.</UserDocu>
</Documentation>
</Methode>
<Methode Name="importBinary">
<Documentation>
<UserDocu>Import the content to this shape of a string in BREP format.</UserDocu>
</Documentation>
</Methode>
<Methode Name="importBrepFromString">
<Documentation>
<UserDocu>Import the content to this shape from a string in BREP format.</UserDocu>
<UserDocu>Load the shape from a string that keeps the content in BREP format.</UserDocu>
</Documentation>
</Methode>
<Methode Name="extrude" Const="true">