Segments Subelement type of the ComplexGeoData type It is used to split an object in further sub-parts. More...
#include <ComplexGeoData.h>
Public Member Functions | |
| virtual std::string | getName () const =0 |
| virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
| static void * | create (void) |
| static Base::Type | getClassTypeId (void) |
| static void | init (void) |
Segments Subelement type of the ComplexGeoData type It is used to split an object in further sub-parts.
Definition at line 46 of file ComplexGeoData.h.
| void * Data::Segment::create | ( | void | ) | [static] |
Reimplemented from Base::BaseClass.
Reimplemented in Part::ShapeSegment.
Definition at line 35 of file ComplexGeoData.cpp.
| Base::Type Data::Segment::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Base::BaseClass.
Reimplemented in Part::ShapeSegment.
Definition at line 35 of file ComplexGeoData.cpp.
| virtual std::string Data::Segment::getName | ( | ) | const [pure virtual] |
Implemented in Part::ShapeSegment.
| Base::Type Data::Segment::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Base::BaseClass.
Reimplemented in Part::ShapeSegment.
Definition at line 35 of file ComplexGeoData.cpp.
Referenced by Part::TopoShape::getFacesFromSubelement().
| void Data::Segment::init | ( | void | ) | [static] |
Reimplemented from Base::BaseClass.
Reimplemented in Part::ShapeSegment.
Definition at line 35 of file ComplexGeoData.cpp.
1.6.1