[cgma-dev] r6116 - cgm/trunk/geom/facet

janehu at mcs.anl.gov janehu at mcs.anl.gov
Wed Jan 22 10:43:54 CST 2014


Author: janehu
Date: 2014-01-22 10:43:54 -0600 (Wed, 22 Jan 2014)
New Revision: 6116

Modified:
   cgm/trunk/geom/facet/FacetModifyEngine.hpp
Log:
updated build_facet_surface() message to include a general instruction of usage.

Modified: cgm/trunk/geom/facet/FacetModifyEngine.hpp
===================================================================
--- cgm/trunk/geom/facet/FacetModifyEngine.hpp	2014-01-21 19:56:22 UTC (rev 6115)
+++ cgm/trunk/geom/facet/FacetModifyEngine.hpp	2014-01-22 16:43:54 UTC (rev 6116)
@@ -966,6 +966,14 @@
     //- order entities.  Use an optional feature_angle to break
     //- surface
 
+    //- Define separate CubitPoint* for the CubitFacet list and CubitQuadFacet 
+    //- list if they are going to create different surfaces.
+    //- Facets sharing the same CubitPoint* will be created into one surfaces.
+    //- Separate call of build_facet_surface will try to build different
+    //- surfaces, and won't be able to use shared CubitPoint* from other 
+    //- build_facet_surface call.
+    //- As long as facets are defined, the CubitPoint list should be left empty
+    
   CubitStatus smooth_facets( RefFace *ref_face_ptr, int niter, CubitBoolean free_laplacian );
     //- attempt to clean up facets by smoothing the points on the surface
   CubitStatus create_shell_offset( BodySM *bodysm_ptr, BodySM *&new_bodysm, double offset );



More information about the cgma-dev mailing list