Structure to store sections representing the CurveCreator_Curve object.
#include <CurveCreator_Section.hxx>

Public Member Functions | |
| CurveCreator_Section () | |
| Constructor. Initializes object with default values. More... | |
| Handle (TColgp_HArray1OfPnt) GetDifferentPoints(int theDimension) const | |
| A virtual method. More... | |
Public Member Functions inherited from CurveCreator_ISection | |
| virtual | ~CurveCreator_ISection () |
| The destructor. More... | |
| virtual | Handle (TColgp_HArray1OfPnt) GetDifferentPoints(int theDimension) const =0 |
| Calculates the different points of the section. More... | |
Public Attributes | |
| std::string | myName |
| section name More... | |
| CurveCreator::Coordinates | myPoints |
| points coordinates More... | |
| CurveCreator::SectionType | myType |
| type of the section More... | |
| bool | myIsClosed |
| closed or not More... | |
| Quantity_Color | myColor |
| color of section More... | |
|
inline |
|
virtual |
Implements CurveCreator_ISection.
| Quantity_Color CurveCreator_Section::myColor |
| bool CurveCreator_Section::myIsClosed |
| std::string CurveCreator_Section::myName |
| CurveCreator::Coordinates CurveCreator_Section::myPoints |
| CurveCreator::SectionType CurveCreator_Section::myType |