0000764: Serialize Shape to python String
This commit is contained in:
@@ -43,6 +43,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="exportBrepToString" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Export the content of this shape to a string in BREP format. BREP is a CasCade native format.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="exportStl" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Export the content of this shape to an STL mesh file.</UserDocu>
|
||||
@@ -53,6 +58,11 @@ Sub-elements such as vertices, edges or faces are accessible as:
|
||||
<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>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="extrude" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Extrude the shape along a direction.</UserDocu>
|
||||
|
||||
Reference in New Issue
Block a user