MeshLib
 
Loading...
Searching...
No Matches
MR::ShellVertexInfo Struct Reference

information about shell vertex More...

#include <MRInnerShell.h>

Public Member Functions

bool valid () const
 returns true if shell vertex is in range, does not project on boundary and located on proper side
 

Public Attributes

bool inRange = false
 true when shell vertex is within settings.maxDist from source mesh
 
bool projOnBd = false
 shell vertex projects on source mesh boundary (never true for winding rule mode)
 
bool rightSide = false
 whether shell vertex is on requested side of source mesh
 

Detailed Description

information about shell vertex

Member Function Documentation

◆ valid()

bool MR::ShellVertexInfo::valid ( ) const
inline

returns true if shell vertex is in range, does not project on boundary and located on proper side

Member Data Documentation

◆ inRange

bool MR::ShellVertexInfo::inRange = false

true when shell vertex is within settings.maxDist from source mesh

◆ projOnBd

bool MR::ShellVertexInfo::projOnBd = false

shell vertex projects on source mesh boundary (never true for winding rule mode)

◆ rightSide

bool MR::ShellVertexInfo::rightSide = false

whether shell vertex is on requested side of source mesh


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