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

This package provides resources for
all the packages concerning the intersection
between surfaces.
More...

#include <IntSurf.hxx>

Static Public Member Functions

static void MakeTransition (const gp_Vec &TgFirst, const gp_Vec &TgSecond, const gp_Dir &Normal, IntSurf_Transition &TFirst, IntSurf_Transition &TSecond)
 Computes the transition of the intersection point
between the two lines.
TgFirst is the tangent vector of the first line.
TgSecond is the tangent vector of the second line.
Normal is the direction used to orientate the cross
product TgFirst^TgSecond.
TFirst is the transition of the point on the first line.
TSecond is the transition of the point on the second line.
More...
 

Detailed Description

This package provides resources for
all the packages concerning the intersection
between surfaces.

Member Function Documentation

static void IntSurf::MakeTransition ( const gp_Vec TgFirst,
const gp_Vec TgSecond,
const gp_Dir Normal,
IntSurf_Transition TFirst,
IntSurf_Transition TSecond 
)
static

Computes the transition of the intersection point
between the two lines.
TgFirst is the tangent vector of the first line.
TgSecond is the tangent vector of the second line.
Normal is the direction used to orientate the cross
product TgFirst^TgSecond.
TFirst is the transition of the point on the first line.
TSecond is the transition of the point on the second line.


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