Part::ShapeSegment Class Reference
#include <TopoShape.h>
Public Member Functions | |
virtual std::string getName () const | |
ShapeSegment () | |
ShapeSegment (const TopoDS_Shape &ShapeIn) | |
![]() | |
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... | |
Public Attributes | |
TopoDS_Shape Shape | |
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) | |
Constructor & Destructor Documentation
◆ ShapeSegment() [1/2]
Part::ShapeSegment::ShapeSegment | ( | const TopoDS_Shape & | ShapeIn | ) |
◆ ShapeSegment() [2/2]
Part::ShapeSegment::ShapeSegment | ( | ) |
Member Function Documentation
◆ getName()
|
virtual |
Implements Data::Segment.
Member Data Documentation
◆ Shape
TopoDS_Shape Part::ShapeSegment::Shape |
The documentation for this class was generated from the following files:
- src/Mod/Part/App/TopoShape.h
- src/Mod/Part/App/TopoShape.cpp