r6116 - cgm/trunk/geom/facet
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 );
participants (1)
-
janehu@mcs.anl.gov