Data::Segment Class Referenceabstract
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 ~Segment () | |
![]() | |
BaseClass () | |
Construction. More... | |
virtual PyObject * getPyObject (void) | |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type getTypeId (void) const | |
bool isDerivedFrom (const Type type) const | |
virtual void setPyObject (PyObject *) | |
virtual ~BaseClass () | |
Destruction. More... | |
Additional Inherited Members | |
![]() | |
static void * create (void) | |
static Type getClassTypeId (void) | |
static void init (void) | |
![]() | |
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) | |
Detailed Description
Segments Subelement type of the ComplexGeoData type It is used to split an object in further sub-parts.
Constructor & Destructor Documentation
◆ ~Segment()
|
virtual |
Member Function Documentation
◆ getName()
|
pure virtual |
Implemented in Part::ShapeSegment.
The documentation for this class was generated from the following file:
- src/App/ComplexGeoData.h