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

Parameters that is used to find undercuts. More...

#include <MRFixUndercuts.h>

Public Attributes

Vector3f upDirection
 Primitives that are not visible from up direction are considered as undercuts (fix undercuts is performed downwards (in -direction))
 
float wallAngle = 0.0f
 

Detailed Description

Parameters that is used to find undercuts.

Member Data Documentation

◆ upDirection

Vector3f MR::FixUndercuts::FindParams::upDirection

Primitives that are not visible from up direction are considered as undercuts (fix undercuts is performed downwards (in -direction))

◆ wallAngle

float MR::FixUndercuts::FindParams::wallAngle = 0.0f

vertical angle of fixed undercut walls (note that this value is approximate - it defines "camera" position for internal projective transformation) 0 - strictly vertical walls of undercuts area positive - expanding downwards walls negative - shrinking downwards walls


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