The FixNonManifolds class tries to fix edges with more than two faces attached. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
| FixNonManifolds (void) | |
| Constructor. | |
| virtual Base::Type | getTypeId (void) const |
| virtual | ~FixNonManifolds () |
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 FixNonManifolds class tries to fix edges with more than two faces attached.
Definition at line 106 of file FeatureMeshDefects.h.
| FixNonManifolds::FixNonManifolds | ( | void | ) |
Constructor.
Definition at line 125 of file FeatureMeshDefects.cpp.
| FixNonManifolds::~FixNonManifolds | ( | ) | [virtual] |
Definition at line 129 of file FeatureMeshDefects.cpp.
| void * Mesh::FixNonManifolds::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 123 of file FeatureMeshDefects.cpp.
| App::DocumentObjectExecReturn * FixNonManifolds::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 133 of file FeatureMeshDefects.cpp.
References getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), Mesh::Feature::Mesh, Mesh2Shape::mesh, Mesh::MeshObject::removeNonManifolds(), Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, and App::DocumentObject::StdReturn.
| Base::Type Mesh::FixNonManifolds::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 123 of file FeatureMeshDefects.cpp.
Referenced by execute().
| const App::PropertyData & Mesh::FixNonManifolds::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 123 of file FeatureMeshDefects.cpp.
| const App::PropertyData * Mesh::FixNonManifolds::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 123 of file FeatureMeshDefects.cpp.
| Base::Type Mesh::FixNonManifolds::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 123 of file FeatureMeshDefects.cpp.
| void Mesh::FixNonManifolds::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 123 of file FeatureMeshDefects.cpp.
Referenced by initMesh().
1.6.1