The FixDeformations class tries to repair deformed faces by swapping edge operations. More...
#include <FeatureMeshDefects.h>
Public Member Functions | |
FixDeformations (void) | |
Constructor. | |
virtual Base::Type | getTypeId (void) const |
virtual | ~FixDeformations () |
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) |
Public Attributes | |
Properties | |
App::PropertyFloat | MaxAngle |
Maximum allowed angle. | |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
The FixDeformations class tries to repair deformed faces by swapping edge operations.
Definition at line 186 of file FeatureMeshDefects.h.
FixDeformations::FixDeformations | ( | void | ) |
Constructor.
Definition at line 237 of file FeatureMeshDefects.cpp.
References ADD_PROPERTY, and SketcherExample::f.
FixDeformations::~FixDeformations | ( | ) | [virtual] |
Definition at line 242 of file FeatureMeshDefects.cpp.
void * Mesh::FixDeformations::create | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 235 of file FeatureMeshDefects.cpp.
App::DocumentObjectExecReturn * FixDeformations::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::FixDefects.
Definition at line 246 of file FeatureMeshDefects.cpp.
References getClassTypeId(), App::PropertyContainer::getPropertyByName(), App::Property::getTypeId(), App::PropertyFloat::getValue(), Mesh::PropertyMeshKernel::getValue(), App::PropertyLink::getValue(), MaxAngle, Mesh::Feature::Mesh, Mesh2Shape::mesh, Mesh::PropertyMeshKernel::setValuePtr(), Mesh::FixDefects::Source, App::DocumentObject::StdReturn, and Mesh::MeshObject::validateDeformations().
Base::Type Mesh::FixDeformations::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 235 of file FeatureMeshDefects.cpp.
Referenced by execute().
const App::PropertyData & Mesh::FixDeformations::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 235 of file FeatureMeshDefects.cpp.
const App::PropertyData * Mesh::FixDeformations::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::FixDefects.
Definition at line 235 of file FeatureMeshDefects.cpp.
Base::Type Mesh::FixDeformations::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::FixDefects.
Definition at line 235 of file FeatureMeshDefects.cpp.
void Mesh::FixDeformations::init | ( | void | ) | [static] |
Reimplemented from Mesh::FixDefects.
Definition at line 235 of file FeatureMeshDefects.cpp.
Referenced by initMesh().
Maximum allowed angle.
Definition at line 197 of file FeatureMeshDefects.h.
Referenced by execute().