#include <InspectionFeature.h>
Public Member Functions | |
virtual unsigned long | countPoints () const |
Number of points to be checked. | |
virtual Base::Vector3f | getPoint (unsigned long) |
InspectActualShape (const Part::TopoShape &) |
Definition at line 84 of file InspectionFeature.h.
InspectActualShape::InspectActualShape | ( | const Part::TopoShape & | shape | ) |
Definition at line 100 of file InspectionFeature.cpp.
References SketcherExample::f, App::GetApplication(), Part::TopoShape::getBoundBox(), Part::TopoShape::getFaces(), App::Application::GetParameterGroupByPath(), Base::BoundBox3< _Precision >::LengthX(), Base::BoundBox3< _Precision >::LengthY(), and Base::BoundBox3< _Precision >::LengthZ().
unsigned long InspectActualShape::countPoints | ( | ) | const [virtual] |
Number of points to be checked.
Implements Inspection::InspectActualGeometry.
Definition at line 113 of file InspectionFeature.cpp.
Base::Vector3f InspectActualShape::getPoint | ( | unsigned long | index | ) | [virtual] |
Implements Inspection::InspectActualGeometry.
Definition at line 118 of file InspectionFeature.cpp.