mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-19 05:03:08 +05:00
Align number of arguments of Export method.
This commit is contained in:
parent
a81cc8e71d
commit
239c5042da
@ -58,8 +58,9 @@
|
|||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
BREPEXPORT_EXPORT
|
BREPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
|
||||||
int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName)
|
const TCollection_AsciiString& theFileName,
|
||||||
|
const TCollection_AsciiString& /*theFormatName*/)
|
||||||
{
|
{
|
||||||
MESSAGE("Export BREP into file " << theFileName.ToCString());
|
MESSAGE("Export BREP into file " << theFileName.ToCString());
|
||||||
|
|
||||||
|
@ -61,8 +61,9 @@
|
|||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
STEPEXPORT_EXPORT
|
STEPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
|
||||||
int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName)
|
const TCollection_AsciiString& theFileName,
|
||||||
|
const TCollection_AsciiString& /*theFormatName*/)
|
||||||
{
|
{
|
||||||
MESSAGE("Export STEP into file " << theFileName.ToCString());
|
MESSAGE("Export STEP into file " << theFileName.ToCString());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user