The HarmonizeNormals class harmonizes the normals of the faces. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
HarmonizeNormals (void) | |
Constructor. | |
virtual | ~HarmonizeNormals () |
methods override Feature | |
virtual App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
The HarmonizeNormals class harmonizes the normals of the faces.
Definition at line 66 of file FeatureMeshDefects.h.
HarmonizeNormals::HarmonizeNormals | ( | void | ) |
Constructor.
Definition at line 69 of file FeatureMeshDefects.cpp.
HarmonizeNormals::~HarmonizeNormals | ( | ) | [virtual] |
Definition at line 73 of file FeatureMeshDefects.cpp.
void * Mesh::HarmonizeNormals::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 67 of file FeatureMeshDefects.cpp.
App::DocumentObjectExecReturn * HarmonizeNormals::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 77 of file FeatureMeshDefects.cpp.
References getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), Mesh::MeshObject::harmonizeNormals(), Mesh::Feature::Mesh, Mesh2Shape::mesh, Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, and App::DocumentObject::StdReturn.
Base::Type Mesh::HarmonizeNormals::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 67 of file FeatureMeshDefects.cpp.
Referenced by execute().
const App::PropertyData & Mesh::HarmonizeNormals::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 67 of file FeatureMeshDefects.cpp.
const App::PropertyData * Mesh::HarmonizeNormals::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 67 of file FeatureMeshDefects.cpp.
Base::Type Mesh::HarmonizeNormals::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 67 of file FeatureMeshDefects.cpp.
void Mesh::HarmonizeNormals::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 67 of file FeatureMeshDefects.cpp.
Referenced by initMesh().