A Container used for the Spiral-Toolpath Generation. More...
#include <cutting_tools.h>
Public Attributes | |
gp_Vec | LineD1 |
This represents the direction vector between two following points. | |
gp_Vec | SurfaceNormal |
This represents the SurfaceNormal at the SurfacePoint. | |
gp_Pnt | SurfacePoint |
This represents the SurfacePoint of the CAD-Surface. |
A Container used for the Spiral-Toolpath Generation.
Definition at line 87 of file cutting_tools.h.
gp_Vec SpiralHelper::LineD1 |
This represents the direction vector between two following points.
Definition at line 92 of file cutting_tools.h.
Referenced by cutting_tools::OffsetWires_Spiral().
gp_Vec SpiralHelper::SurfaceNormal |
This represents the SurfaceNormal at the SurfacePoint.
Definition at line 94 of file cutting_tools.h.
Referenced by cutting_tools::OffsetWires_Spiral().
gp_Pnt SpiralHelper::SurfacePoint |
This represents the SurfacePoint of the CAD-Surface.
Definition at line 90 of file cutting_tools.h.
Referenced by cutting_tools::OffsetWires_Spiral().