Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_Lin2d.hxx>
#include <gce_Root.hxx>
#include <Standard_Real.hxx>
Data Structures | |
class | gce_MakeLin2d |
This class implements the following algorithms used to create Lin2d from gp. * Create a Lin2d parallel to another and passing through a point. * Create a Lin2d parallel to another at the distance Dist. * Create a Lin2d passing through 2 points. * Create a Lin2d from its axis (Ax1 from gp). * Create a Lin2d from a point and a direction. * Create a Lin2d from its equation. More... |