MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::TrimOptionalOutput Struct Reference

stores optional output params for trimWithPlane function More...

#include <MRMesh/MRMeshTrimWithPlane.h>

Public Attributes

UndirectedEdgeBitSet * outCutEdges = nullptr
 newly appeared hole boundary edges
std::vector< EdgeLoop > * outCutContours = nullptr
 newly appeared hole contours where each edge does not have right face
FaceHashMapnew2Old = nullptr
 mapping from newly appeared triangle to its original triangle (part to full)
MeshotherPart = nullptr
 left part of the trimmed mesh
FaceHashMapotherNew2Old = nullptr
 mapping from newly appeared triangle to its original triangle (part to full) in otherPart
std::vector< EdgeLoop > * otherOutCutContours = nullptr
 newly appeared hole contours where each edge does not have right face in otherPart

Detailed Description

stores optional output params for trimWithPlane function


The documentation for this struct was generated from the following file: