|
Open CASCADE Technology
6.7.1
|
This class mplements elementary construction algorithms for a
translation in 3D space. The result is a
Geom_Transformation transformation.
A MakeTranslation object provides a framework for:
More...
#include <GC_MakeTranslation.hxx>
Public Member Functions | |
| GC_MakeTranslation (const gp_Vec &Vect) | |
| Constructs a translation along the vector " Vect " More... | |
| GC_MakeTranslation (const gp_Pnt &Point1, const gp_Pnt &Point2) | |
Constructs a translation along the vector (Point1,Point2) <br> defined from the point Point1 to the point Point2. | |
| const Handle_Geom_Transformation & | Value () const |
| Returns the constructed transformation. More... | |
| const Handle_Geom_Transformation & | Operator () const |
| operator Handle_Geom_Transformation () const | |
This class mplements elementary construction algorithms for a
translation in 3D space. The result is a
Geom_Transformation transformation.
A MakeTranslation object provides a framework for:
| GC_MakeTranslation::GC_MakeTranslation | ( | const gp_Vec & | Vect | ) |
Constructs a translation along the vector " Vect "
Constructs a translation along the vector (Point1,Point2) <br>
defined from the point Point1 to the point Point2.
| const Handle_Geom_Transformation& GC_MakeTranslation::Operator | ( | ) | const |
| GC_MakeTranslation::operator Handle_Geom_Transformation | ( | ) | const |
| const Handle_Geom_Transformation& GC_MakeTranslation::Value | ( | ) | const |
Returns the constructed transformation.
1.8.5