#include <InspectionFeature.h>
Public Member Functions | |
virtual float | getDistance (const Base::Vector3f &) |
InspectNominalShape (const TopoDS_Shape &, float offset) | |
~InspectNominalShape () |
Definition at line 144 of file InspectionFeature.h.
InspectNominalShape::InspectNominalShape | ( | const TopoDS_Shape & | shape, | |
float | offset | |||
) |
Definition at line 421 of file InspectionFeature.cpp.
InspectNominalShape::~InspectNominalShape | ( | ) |
Definition at line 428 of file InspectionFeature.cpp.
float InspectNominalShape::getDistance | ( | const Base::Vector3f & | point | ) | [virtual] |
Implements Inspection::InspectNominalGeometry.
Definition at line 433 of file InspectionFeature.cpp.
References Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.