#include <IGESGeom_CompositeCurve.hxx>
Inheritance diagram for IGESGeom_CompositeCurve:

Public Member Functions | |
| Standard_EXPORT | IGESGeom_CompositeCurve () |
| Standard_EXPORT void | Init (const Handle(IGESData_HArray1OfIGESEntity)&allEntities) |
| This method is used to set the fields of the class CompositeCurve - allEntities : Constituent Entities of the composite curve . | |
| Standard_EXPORT Standard_Integer | NbCurves () const |
| returns the number of curves contained in the CompositeCurve | |
| Standard_EXPORT Handle_IGESData_IGESEntity | Curve (const Standard_Integer Index) const |
| returns Component of the CompositeCurve (a curve or a point) raises exception if Index <= 0 or Index > NbCurves() | |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| Handle_IGESData_HArray1OfIGESEntity | theEntities |
|
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
1.4.1