[cgma-dev] r2848 - cgm/trunk/geom/OCC
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Mon Apr 20 11:19:31 CDT 2009
Author: janehu
Date: 2009-04-20 11:19:31 -0500 (Mon, 20 Apr 2009)
New Revision: 2848
Modified:
cgm/trunk/geom/OCC/OCCModifyEngine.cpp
Log:
Changed error message for mesh based geometry to OCC based geometry for un-implemented functions.
Modified: cgm/trunk/geom/OCC/OCCModifyEngine.cpp
===================================================================
--- cgm/trunk/geom/OCC/OCCModifyEngine.cpp 2009-04-20 16:15:55 UTC (rev 2847)
+++ cgm/trunk/geom/OCC/OCCModifyEngine.cpp 2009-04-20 16:19:31 UTC (rev 2848)
@@ -4677,7 +4677,7 @@
DLIList<BodySM*>& /*results_list*/,
bool /*imprint*/ ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -4983,7 +4983,7 @@
CubitStatus OCCModifyEngine::regularize_body( BodySM * /*body_ptr*/,
BodySM *& /*new_body_ptr*/ )
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6847,7 +6847,7 @@
CubitBoolean /*keep_old_body*/ ,
CubitBoolean show_preview) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6864,7 +6864,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6882,7 +6882,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6900,7 +6900,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6919,7 +6919,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6936,7 +6936,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6955,7 +6955,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6974,7 +6974,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -6994,7 +6994,7 @@
CubitBoolean /*keep_old_body*/,
CubitBoolean show_preview ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
@@ -7280,7 +7280,7 @@
DLIList<TopologyBridge*>*,
DLIList<TopologyBridge*>* ) const
{
- PRINT_ERROR("Option not supported for mesh based geometry.\n");
+ PRINT_ERROR("Option not supported for OCC based geometry.\n");
return CUBIT_FAILURE;
}
More information about the cgma-dev
mailing list