|
Open CASCADE Technology
6.5.4
|
#include <BRepLProp_CLProps.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | 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) |
| DEFINE_STANDARD_ALLOC 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::Normal | ( | gp_Dir & | N | ) |
| void BRepLProp_CLProps::Tangent | ( | gp_Dir & | D | ) |
| const gp_Pnt& BRepLProp_CLProps::Value | ( | ) | const |
1.8.0