|
Open CASCADE Technology
6.5.4
|
defines VertexList, Type <502> Form Number <1>
in package IGESSolid
A vertex is a point in R3. A vertex is the bound of an
edge and can participate in the bounds of a face.
#include <IGESSolid_VertexList.hxx>

Public Member Functions | |
| IGESSolid_VertexList () | |
| void | Init (const Handle< TColgp_HArray1OfXYZ > &vertices) |
| This method is used to set the fields of the class VertexList | |
| Standard_Integer | NbVertices () const |
| return the number of vertices in the list | |
| gp_Pnt | Vertex (const Standard_Integer num) const |
| returns the num'th vertex in the list raises exception if num <= 0 or num > NbVertices() | |
| void IGESSolid_VertexList::Init | ( | const Handle< TColgp_HArray1OfXYZ > & | vertices | ) |
| gp_Pnt IGESSolid_VertexList::Vertex | ( | const Standard_Integer | num | ) | const |
1.8.0