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