optional parameters for mrMeshAddMeshPart 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 mrMeshAddMeshPart
bool MRMeshAddMeshPartParameters::flipOrientation |
if flipOrientation then every from triangle is inverted before adding
const MREdgePath* MRMeshAddMeshPartParameters::fromContours |
contours on from mesh during addition
size_t MRMeshAddMeshPartParameters::fromContoursNum |
const MREdgePath* MRMeshAddMeshPartParameters::thisContours |
contours on this mesh that have to be stitched with
size_t MRMeshAddMeshPartParameters::thisContoursNum |