| Open CASCADE Technology
    6.9.0
    | 
This class implements 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) defined from the point Point1 to the point Point2.  More... | |
| const Handle < Geom_Transformation > & | Value () const | 
| Returns the constructed transformation.  More... | |
| const Handle < Geom_Transformation > & | Operator () const | 
| operator Handle_Geom_Transformation () const | |
This class implements 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) 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
 1.8.5