Skip to content

FECVDDecimationModifier

More...

#include <FECVDDecimationModifier.h>

Public Functions

Name
FECVDDecimationModifier()
Constructor.
FEMesh * Apply(FEMesh * pm)
Apply the decimation modifier.

Public Attributes

Name
double m_pct
percentage of target number of clusters/vertices
bool m_bcvd
double m_sel_pct
double m_gradient

Detailed Description

cpp class FECVDDecimationModifier;

This class implements a modifier that coarses a plygonal mesh using an approximated centroidal voronoi diagram.

Public Functions Documentation

function FECVDDecimationModifier

cpp FECVDDecimationModifier()

Constructor.

function Apply

cpp FEMesh * Apply( FEMesh * pm )

Apply the decimation modifier.

Public Attributes Documentation

variable m_pct

cpp double m_pct;

percentage of target number of clusters/vertices

variable m_bcvd

cpp bool m_bcvd;

variable m_sel_pct

cpp double m_sel_pct;

variable m_gradient

cpp double m_gradient;


Updated on 2026-03-31 at 16:02:10 +0000