C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Functions for conversion of the polygonal geometric object to BRep objects. More...
#include <mb_cart_point.h>
#include <mb_cart_point3d.h>
#include <mesh.h>
#include <mb_enum.h>
#include <mb_operation_result.h>
#include <op_mesh_parameter.h>
#include <vector>
Classes | |
class | MbMeshProcessorValues |
Parameters of BRep shell construction from polygonal mesh. More... | |
class | MbSurfaceFitToGridParameters |
Parameters of surface fitting. More... | |
class | MbSurfaceFitToGridResults |
Parameters of surface fitting. More... | |
class | MbMeshProcessor |
Class for creating a BRep shell by polygonal mesh. More... | |
Enumerations | |
enum | MbeSurfReconstructMode { srm_All = 0 , srm_NoGrids = 1 , srm_CanonicOnly = 2 , srm_Default = srm_NoGrids } |
Surface reconstruction mode. More... | |
enum | MbeCreateBRepMode { cbm_Strict = 0 , cbm_Weak = 1 , cbm_Default = cbm_Strict } |
BRep creation mode. More... | |
Functions | |
MbResultType | ConvertMeshToShell (MbMesh &mesh, MbFaceShell *&shell, const MbMeshProcessorValues ¶ms=MbMeshProcessorValues()) |
Create shell from mesh with automatic surface reconstruction. More... | |
MbResultType | ConvertCollectionToShell (MbCollection &collection, MbFaceShell *&shell, const MbMeshProcessorValues ¶ms=MbMeshProcessorValues()) |
Create shell from collection with automatic surface reconstruction. More... | |
MbResultType | FitSurfaceToGrid (const MbGrid &grid, const MbSurfaceFitToGridParameters ¶ms, MbSurfaceFitToGridResults &results) |
Fit the surface into polygon set. More... | |
Functions for conversion of the polygonal geometric object to BRep objects.
Functions for conversion of the polygonal geometric object to BRep objects.