Open CASCADE Technology
6.9.0
|
#include <BRepLProp_CLProps.hxx>
Public Member Functions | |
BRepLProp_CLProps (const BRepAdaptor_Curve &C, const Standard_Integer N, const Standard_Real Resolution) | |
BRepLProp_CLProps (const BRepAdaptor_Curve &C, const Standard_Real U, const Standard_Integer N, const Standard_Real Resolution) | |
BRepLProp_CLProps (const Standard_Integer N, const Standard_Real Resolution) | |
void | SetParameter (const Standard_Real U) |
void | SetCurve (const BRepAdaptor_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) |
BRepLProp_CLProps::BRepLProp_CLProps | ( | const BRepAdaptor_Curve & | C, |
const Standard_Integer | N, | ||
const Standard_Real | Resolution | ||
) |
BRepLProp_CLProps::BRepLProp_CLProps | ( | const BRepAdaptor_Curve & | C, |
const Standard_Real | U, | ||
const Standard_Integer | N, | ||
const Standard_Real | Resolution | ||
) |
BRepLProp_CLProps::BRepLProp_CLProps | ( | const Standard_Integer | N, |
const Standard_Real | Resolution | ||
) |
void BRepLProp_CLProps::CentreOfCurvature | ( | gp_Pnt & | P | ) |
Standard_Real BRepLProp_CLProps::Curvature | ( | ) |
const gp_Vec& BRepLProp_CLProps::D1 | ( | ) |
const gp_Vec& BRepLProp_CLProps::D2 | ( | ) |
const gp_Vec& BRepLProp_CLProps::D3 | ( | ) |
Standard_Boolean BRepLProp_CLProps::IsTangentDefined | ( | ) |
void BRepLProp_CLProps::Normal | ( | gp_Dir & | N | ) |
void BRepLProp_CLProps::SetCurve | ( | const BRepAdaptor_Curve & | C | ) |
void BRepLProp_CLProps::SetParameter | ( | const Standard_Real | U | ) |
void BRepLProp_CLProps::Tangent | ( | gp_Dir & | D | ) |
const gp_Pnt& BRepLProp_CLProps::Value | ( | ) | const |