|
Open CASCADE Technology
6.7.1
|
#include <PPoly_Polygon3D.hxx>

| PPoly_Polygon3D::PPoly_Polygon3D | ( | const Handle< PColgp_HArray1OfPnt > & | Nodes, |
| const Standard_Real | Defl | ||
| ) |
Defaults with allocation of nodes.
| PPoly_Polygon3D::PPoly_Polygon3D | ( | const Handle< PColgp_HArray1OfPnt > & | Nodes, |
| const Handle< PColStd_HArray1OfReal > & | Parameters, | ||
| const Standard_Real | Defl | ||
| ) |
Defaults with allocation of nodes + Parameters
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Standard_Real PPoly_Polygon3D::Deflection | ( | ) | const |
| void PPoly_Polygon3D::Deflection | ( | const Standard_Real | Defl | ) |
| Standard_Boolean PPoly_Polygon3D::HasParameters | ( | ) | const |
| Standard_Integer PPoly_Polygon3D::NbNodes | ( | ) | const |
| Handle_PColgp_HArray1OfPnt PPoly_Polygon3D::Nodes | ( | ) | const |
| void PPoly_Polygon3D::Nodes | ( | const Handle< PColgp_HArray1OfPnt > & | Nodes | ) |
| void PPoly_Polygon3D::Parameters | ( | const Handle< PColStd_HArray1OfReal > & | Parameters | ) |
Sets the value of myParameters
| Handle_PColStd_HArray1OfReal PPoly_Polygon3D::Parameters | ( | ) | const |
Reference on the parameters values.
1.8.5