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... | |
void | GetDifferentPoints (const int theDimension, Handle(TColgp_HArray1OfPnt)&thePoints) const |
A virtual method. More... | |
Public Member Functions inherited from CurveCreator_ISection | |
virtual | ~CurveCreator_ISection () |
The destructor. 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... | |
|
inline |
|
virtual |
Implements CurveCreator_ISection.
References aFirstPoint, myIsClosed, myPoints, and POINT_CONFUSION.
bool CurveCreator_Section::myIsClosed |
std::string CurveCreator_Section::myName |
CurveCreator::Coordinates CurveCreator_Section::myPoints |
CurveCreator::SectionType CurveCreator_Section::myType |