![]() |
Open CASCADE Technology Reference Manual 8.0.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 &theVect) | |
| Constructs a translation from a vector. | |
| GC_MakeTranslation (const gp_Pnt &thePoint1, const gp_Pnt &thePoint2) | |
| Constructs a translation from two points. | |
| const occ::handle< Geom_Transformation > & | Value () const |
| Returns the constructed transformation. | |
| operator const occ::handle< Geom_Transformation > & () const | |
| Conversion operator returning the constructed object. | |
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 & | theVect | ) |
Constructs a translation from a vector.
| [in] | theVect | translation vector |
Constructs a translation from two points.
| [in] | thePoint1 | start point |
| [in] | thePoint2 | end point |
|
inline |
Conversion operator returning the constructed object.
| const occ::handle< Geom_Transformation > & GC_MakeTranslation::Value | ( | ) | const |
Returns the constructed transformation.