The FlipNormals class flips the normals of all faces. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
FlipNormals (void) | |
Constructor. | |
virtual Base::Type | getTypeId (void) const |
virtual | ~FlipNormals () |
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 FlipNormals class flips the normals of all faces.
Definition at line 86 of file FeatureMeshDefects.h.
FlipNormals::FlipNormals | ( | void | ) |
Constructor.
Definition at line 97 of file FeatureMeshDefects.cpp.
FlipNormals::~FlipNormals | ( | ) | [virtual] |
Definition at line 101 of file FeatureMeshDefects.cpp.
void * Mesh::FlipNormals::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 95 of file FeatureMeshDefects.cpp.
App::DocumentObjectExecReturn * FlipNormals::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 105 of file FeatureMeshDefects.cpp.
References Mesh::MeshObject::flipNormals(), getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), Mesh::Feature::Mesh, Mesh2Shape::mesh, Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, and App::DocumentObject::StdReturn.
Base::Type Mesh::FlipNormals::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 95 of file FeatureMeshDefects.cpp.
Referenced by execute().
const App::PropertyData & Mesh::FlipNormals::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 95 of file FeatureMeshDefects.cpp.
const App::PropertyData * Mesh::FlipNormals::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 95 of file FeatureMeshDefects.cpp.
Base::Type Mesh::FlipNormals::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 95 of file FeatureMeshDefects.cpp.
void Mesh::FlipNormals::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 95 of file FeatureMeshDefects.cpp.
Referenced by initMesh().