#include "MRObjectMeshHolder.h"Go to the source code of this file.
Classes | |
| class | MR::ObjectMesh |
| struct | MR::ObjectMeshMergeOptions |
| options to better control MR::merge function More... | |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API std::shared_ptr< ObjectMesh > | MR::merge (const std::vector< std::shared_ptr< ObjectMesh > > &objsMesh, const ObjectMeshMergeOptions &options={}) |
| constructs new ObjectMesh containing the union of valid data from all input objects | |
| MRMESH_API std::shared_ptr< ObjectMesh > | MR::cloneRegion (const std::shared_ptr< ObjectMesh > &objMesh, const FaceBitSet ®ion, bool copyTexture=true) |