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

#include <MRMeshFillHole.h>

Public Member Functions

 operator bool () const
 bridge construction is successful if at least one new face was created
 

Public Attributes

int newFaces = 0
 the number of faces added to the mesh
 
EdgeId na
 
EdgeId nb
 

Member Function Documentation

◆ operator bool()

MR::MakeBridgeResult::operator bool ( ) const
inlineexplicit

bridge construction is successful if at least one new face was created

Member Data Documentation

◆ na

EdgeId MR::MakeBridgeResult::na

the edge na (nb) if valid is a new boundary edge of the created bridge without left face, having the same origin as input edge a (b)

◆ nb

EdgeId MR::MakeBridgeResult::nb

◆ newFaces

int MR::MakeBridgeResult::newFaces = 0

the number of faces added to the mesh


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