optional parameters for mrMeshAddPartByMask More...
#include <MRMesh.h>
Public Attributes | |
bool | flipOrientation |
if flipOrientation then every from triangle is inverted before adding | |
const MREdgePath * | thisContours |
contours on this mesh that have to be stitched with | |
size_t | thisContoursNum |
const MREdgePath * | fromContours |
contours on from mesh during addition | |
size_t | fromContoursNum |
optional parameters for mrMeshAddPartByMask
bool MRMeshAddPartByMaskParameters::flipOrientation |
if flipOrientation then every from triangle is inverted before adding
const MREdgePath* MRMeshAddPartByMaskParameters::fromContours |
contours on from mesh during addition
size_t MRMeshAddPartByMaskParameters::fromContoursNum |
const MREdgePath* MRMeshAddPartByMaskParameters::thisContours |
contours on this mesh that have to be stitched with
size_t MRMeshAddPartByMaskParameters::thisContoursNum |