Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
GC_MakeTranslation Class Reference

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.
More...

 
const Handle_Geom_Transformation & Value () const
 Returns the constructed transformation.
More...
 
const Handle_Geom_Transformation & Operator () const
 
 operator Handle_Geom_Transformation () const
 

Detailed Description

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:

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) <br>

defined from the point Point1 to the point Point2.

Member Function Documentation

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.


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