cgma
|
#include "RemoveBlends.hpp"
#include "CubitUtil.hpp"
#include "GeometryQueryTool.hpp"
#include "GMem.hpp"
#include "GfxDebug.hpp"
#include "VirtualQueryEngine.hpp"
#include "PartitionEngine.hpp"
#include "CompositeTool.hpp"
#include "PartitionTool.hpp"
#include "PartSurfFacetTool.hpp"
#include "RefFace.hpp"
#include "RefEdge.hpp"
#include "RefVertex.hpp"
#include "CompositeLump.hpp"
#include "PartitionCurve.hpp"
#include "SubSurface.hpp"
#include "SplitSurfaceTool.hpp"
Go to the source code of this file.
Namespaces | |
namespace | RemoveBlends |
Functions | |
CubitStatus | RemoveBlends::remove_blend (RefFace *ref_face, DLIList< CubitVector > &locations, DLIList< RefFace * > &composite_faces) |
CubitStatus | RemoveBlends::remove_blends (DLIList< RefFace * > &ref_face_list, int num_segs, double fraction, double distance, RefEdge *from_curve_ptr, DLIList< RefVertex * > &corner_vertex_list, DLIList< RefVertex * > &through_vertex_list, RefEdge *curve_dir_ptr, CubitBoolean preview_flg, DLIList< CubitVector * > &locations, DLIList< RefFace * > &composite_faces) |