#include <IGESSolid_VertexList.hxx>
Inheritance diagram for IGESSolid_VertexList:
Public Member Functions | |
Standard_EXPORT | IGESSolid_VertexList () |
Standard_EXPORT void | Init (const Handle(TColgp_HArray1OfXYZ)&vertices) |
This method is used to set the fields of the class VertexList - vertices : the vertices in the list . | |
Standard_EXPORT Standard_Integer | NbVertices () const |
return the number of vertices in the list | |
Standard_EXPORT gp_Pnt | Vertex (const Standard_Integer num) const |
returns the num'th vertex in the list raises exception if num <= 0 or num > NbVertices() | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TColgp_HArray1OfXYZ | theVertices |
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|