Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
IntCurve_PConicTool Class Reference

Implementation of the ParTool from IntImpParGen for conics of gp, using the class PConic from IntCurve. More...

#include <IntCurve_PConicTool.hxx>

Static Public Member Functions

static double EpsX (const IntCurve_PConic &C)
 
static int NbSamples (const IntCurve_PConic &C)
 
static int NbSamples (const IntCurve_PConic &C, const double U0, const double U1)
 
static gp_Pnt2d Value (const IntCurve_PConic &C, const double X)
 
static void D1 (const IntCurve_PConic &C, const double U, gp_Pnt2d &P, gp_Vec2d &T)
 
static void D2 (const IntCurve_PConic &C, const double U, gp_Pnt2d &P, gp_Vec2d &T, gp_Vec2d &N)
 

Detailed Description

Implementation of the ParTool from IntImpParGen for conics of gp, using the class PConic from IntCurve.

Member Function Documentation

◆ D1()

static void IntCurve_PConicTool::D1 ( const IntCurve_PConic & C,
const double U,
gp_Pnt2d & P,
gp_Vec2d & T )
static

◆ D2()

static void IntCurve_PConicTool::D2 ( const IntCurve_PConic & C,
const double U,
gp_Pnt2d & P,
gp_Vec2d & T,
gp_Vec2d & N )
static

◆ EpsX()

static double IntCurve_PConicTool::EpsX ( const IntCurve_PConic & C)
static

◆ NbSamples() [1/2]

static int IntCurve_PConicTool::NbSamples ( const IntCurve_PConic & C)
static

◆ NbSamples() [2/2]

static int IntCurve_PConicTool::NbSamples ( const IntCurve_PConic & C,
const double U0,
const double U1 )
static

◆ Value()

static gp_Pnt2d IntCurve_PConicTool::Value ( const IntCurve_PConic & C,
const double X )
static

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