MeshLib JavaScript Docs
Loading...
Searching...
No Matches
FillHoleNicelySettings Class Reference

Public Member Functions

 FillHoleNicelySettings ()

Public Attributes

boolean triangulateOnly
 If false then additional vertices are created inside the patch for best mesh quality.
SubdivideFillingSettings subdivideSettings
 if triangulateOnly is false - this settings are used to subdivide new filling
boolean smoothCurvature
 Whether to make patch over the hole smooth both inside and on its boundary with existed surface.
SmoothFillingSettings smoothSettings
 if smoothCurvature is true and `triangulateOnly is false - these settings are used to smooth new filling
FillHoleParams triangulateParams
 how to triangulate the hole, must be specified by the user

Constructor & Destructor Documentation

◆ FillHoleNicelySettings()

FillHoleNicelySettings::FillHoleNicelySettings ( )

Member Data Documentation

◆ smoothCurvature

boolean FillHoleNicelySettings::smoothCurvature

Whether to make patch over the hole smooth both inside and on its boundary with existed surface.

◆ smoothSettings

SmoothFillingSettings FillHoleNicelySettings::smoothSettings

if smoothCurvature is true and `triangulateOnly is false - these settings are used to smooth new filling

◆ subdivideSettings

SubdivideFillingSettings FillHoleNicelySettings::subdivideSettings

if triangulateOnly is false - this settings are used to subdivide new filling

◆ triangulateOnly

boolean FillHoleNicelySettings::triangulateOnly

If false then additional vertices are created inside the patch for best mesh quality.

◆ triangulateParams

FillHoleParams FillHoleNicelySettings::triangulateParams

how to triangulate the hole, must be specified by the user


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