|
cgma
|
#include <cassert>#include "GeometryModifyEngine.hpp"#include "GeometryModifyTool.hpp"#include "GeometryQueryTool.hpp"#include "CubitMessage.hpp"#include "Body.hpp"#include "RefVolume.hpp"#include "RefFace.hpp"#include "RefEdge.hpp"#include "RefVertex.hpp"#include "InitCGMA.hpp"#include "OCCBody.hpp"#include "OCCSurface.hpp"#include "OCCCurve.hpp"#include "OCCDrawTool.hpp"#include "CubitCompat.hpp"Go to the source code of this file.
Defines | |
| #define | SRCDIR . |
| #define | STRINGIFY_(X) #X |
| #define | STRINGIFY(X) STRINGIFY_(X) |
| #define | SRCPATH STRINGIFY(SRCDIR) "/" |
| #define | PRINT_SEPARATOR PRINT_INFO("=======================================\n"); |
Functions | |
| CubitStatus | read_geometry (int, const char **, bool local=false) |
| CubitStatus | make_Point () |
| int | main (int argc, char **argv) |
| #define PRINT_SEPARATOR PRINT_INFO("=======================================\n"); |
Definition at line 41 of file offset_curves.cpp.
| #define SRCDIR . |
Definition at line 30 of file offset_curves.cpp.
Definition at line 35 of file offset_curves.cpp.
| #define STRINGIFY | ( | X | ) | STRINGIFY_(X) |
Definition at line 34 of file offset_curves.cpp.
| #define STRINGIFY_ | ( | X | ) | #X |
Definition at line 33 of file offset_curves.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 45 of file offset_curves.cpp.
{
CubitStatus status = InitCGMA::initialize_cgma("OCC");
if (CUBIT_SUCCESS != status) return 1;
//Do make point.
status = make_Point();
if (status == CUBIT_FAILURE)
PRINT_INFO("Operation Failed");
int ret_val = ( CubitMessage::instance()->error_count() );
if ( ret_val > 5 )
{
PRINT_ERROR("Errors found during Mergechk session.\n");
}
return ret_val-5;
}
| CubitStatus read_geometry | ( | int | num_files, |
| const char ** | argv, | ||
| bool | local | ||
| ) |
attribs module: list, modify attributes in a give model or models
Arguments: file name(s) of geometry files in which to look