[cgma-dev] r5394 - cgm/branches/cubit13.1/geom/ACIS_SRC/CAT

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Mon Feb 13 10:21:59 CST 2012


Author: janehu
Date: 2012-02-13 10:21:58 -0600 (Mon, 13 Feb 2012)
New Revision: 5394

Added:
   cgm/branches/cubit13.1/geom/ACIS_SRC/CAT/AcisTweakToolCAT.cpp
   cgm/branches/cubit13.1/geom/ACIS_SRC/CAT/AcisTweakToolCAT.hpp
Log:
Add ACIS files to ACIS_SRC.

Added: cgm/branches/cubit13.1/geom/ACIS_SRC/CAT/AcisTweakToolCAT.cpp
===================================================================
--- cgm/branches/cubit13.1/geom/ACIS_SRC/CAT/AcisTweakToolCAT.cpp	                        (rev 0)
+++ cgm/branches/cubit13.1/geom/ACIS_SRC/CAT/AcisTweakToolCAT.cpp	2012-02-13 16:21:58 UTC (rev 5394)
@@ -0,0 +1,13353 @@
+//- Class:       AcisTweakToolCAT
+//- Description: Functions to tweak ACIS geometry
+//
+//- Owner: Steve Storm
+//- Checked by:
+//- Version: $Id:
+
+// ********** BEGIN ACIS INCLUDES             **********
+#ifdef UNIX_PORT
+#include "undefwin_.h"
+#endif
+
+#include "acis.hxx"
+#include "api.hxx"
+#include "kernapi.hxx"
+#include "transfrm.hxx"
+#include "vertex.hxx"
+#include "edge.hxx"
+#include "coedge.hxx"
+#include "loop.hxx"
+#include "face.hxx"
+#include "shell.hxx"
+#include "lump.hxx"
+#include "body.hxx"
+#include "wire.hxx"
+#include "law.hxx"
+#include "lists.hxx"
+#include "spl_api.hxx"
+#include "intrapi.hxx"
+#include "cstrapi.hxx"
+#include "skinapi.hxx"
+#include "ofstapi.hxx"
+#include "boolapi.hxx"
+#include "position.hxx"
+#include "unitvec.hxx"
+#include "logical.h"
+#include "eulerapi.hxx" // api_separate_body
+#include "shl_api.hxx"  // api_sheet_thicken
+#include "blendapi.hxx" // api_chamfer_edges, api_blend_edges
+#include "ablapi.hxx"   // api_blend_edges_pos_rad
+#include "ga_api.hxx"
+#include "at_ent.hxx" // to be deleted
+#include "at_int.hxx"
+#include "point.hxx"
+#include "getbox.hxx" //
+#include "utils.hxx" // sg_body_to_1d


More information about the cgma-dev mailing list