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

Public Member Functions

 SubdivideFillingSettings ()

Public Attributes

number maxEdgeLen
 Subdivision is stopped when all edges inside or on the boundary of the region are not longer than this value.
number maxEdgeSplits
 Maximum number of edge splits allowed during subdivision.
number maxAngleChangeAfterFlip
 Improves local mesh triangulation by doing edge flips if it does not change dihedral angle more than on this value (in radians)

Constructor & Destructor Documentation

◆ SubdivideFillingSettings()

SubdivideFillingSettings::SubdivideFillingSettings ( )

Member Data Documentation

◆ maxAngleChangeAfterFlip

number SubdivideFillingSettings::maxAngleChangeAfterFlip

Improves local mesh triangulation by doing edge flips if it does not change dihedral angle more than on this value (in radians)

◆ maxEdgeLen

number SubdivideFillingSettings::maxEdgeLen

Subdivision is stopped when all edges inside or on the boundary of the region are not longer than this value.

◆ maxEdgeSplits

number SubdivideFillingSettings::maxEdgeSplits

Maximum number of edge splits allowed during subdivision.


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