Open CASCADE Technology
6.9.1
|
#include <GeomLProp_CLProps.hxx>
Public Member Functions | |
GeomLProp_CLProps (const Handle< Geom_Curve > &C, const Standard_Integer N, const Standard_Real Resolution) | |
GeomLProp_CLProps (const Handle< Geom_Curve > &C, const Standard_Real U, const Standard_Integer N, const Standard_Real Resolution) | |
GeomLProp_CLProps (const Standard_Integer N, const Standard_Real Resolution) | |
void | SetParameter (const Standard_Real U) |
void | SetCurve (const Handle< Geom_Curve > &C) |
const gp_Pnt & | Value () const |
const gp_Vec & | D1 () |
const gp_Vec & | D2 () |
const gp_Vec & | D3 () |
Standard_Boolean | IsTangentDefined () |
void | Tangent (gp_Dir &D) |
Standard_Real | Curvature () |
void | Normal (gp_Dir &N) |
void | CentreOfCurvature (gp_Pnt &P) |
GeomLProp_CLProps::GeomLProp_CLProps | ( | const Handle< Geom_Curve > & | C, |
const Standard_Integer | N, | ||
const Standard_Real | Resolution | ||
) |
GeomLProp_CLProps::GeomLProp_CLProps | ( | const Handle< Geom_Curve > & | C, |
const Standard_Real | U, | ||
const Standard_Integer | N, | ||
const Standard_Real | Resolution | ||
) |
GeomLProp_CLProps::GeomLProp_CLProps | ( | const Standard_Integer | N, |
const Standard_Real | Resolution | ||
) |
void GeomLProp_CLProps::CentreOfCurvature | ( | gp_Pnt & | P | ) |
Standard_Real GeomLProp_CLProps::Curvature | ( | ) |
const gp_Vec& GeomLProp_CLProps::D1 | ( | ) |
const gp_Vec& GeomLProp_CLProps::D2 | ( | ) |
const gp_Vec& GeomLProp_CLProps::D3 | ( | ) |
Standard_Boolean GeomLProp_CLProps::IsTangentDefined | ( | ) |
void GeomLProp_CLProps::Normal | ( | gp_Dir & | N | ) |
void GeomLProp_CLProps::SetCurve | ( | const Handle< Geom_Curve > & | C | ) |
void GeomLProp_CLProps::SetParameter | ( | const Standard_Real | U | ) |
void GeomLProp_CLProps::Tangent | ( | gp_Dir & | D | ) |
const gp_Pnt& GeomLProp_CLProps::Value | ( | ) | const |