Open CASCADE Technology 6.6.0
Public Member Functions
IGESSolid_VertexList Class Reference

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>

Inheritance diagram for IGESSolid_VertexList:
Inheritance graph
[legend]

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()


Constructor & Destructor Documentation

IGESSolid_VertexList::IGESSolid_VertexList ( )

Member Function Documentation

void IGESSolid_VertexList::Init ( const Handle< TColgp_HArray1OfXYZ > &  vertices)
  • vertices : the vertices in the list
Standard_Integer IGESSolid_VertexList::NbVertices ( ) const
gp_Pnt IGESSolid_VertexList::Vertex ( const Standard_Integer  num) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines