Open CASCADE Technology  7.0.0
Public Member Functions

GC_MakeTranslation Class Reference

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...
 
 operator const Handle< Geom_Transformation > & () const
 

Detailed Description

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:

Constructor & Destructor Documentation

GC_MakeTranslation::GC_MakeTranslation ( const gp_Vec Vect)

Constructs a translation along the vector " Vect ".

GC_MakeTranslation::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.

Member Function Documentation

GC_MakeTranslation::operator const Handle< Geom_Transformation > & ( ) const
inline
const Handle< Geom_Transformation >& GC_MakeTranslation::Value ( ) const

Returns the constructed transformation.


The documentation for this class was generated from the following file: