QCAD
Open Source 2D CAD
RExplodable Class Referenceabstract

Interface for explodable shape classes. More...

#include <RExplodable.h>

Inheritance diagram for RExplodable:
RPolyline RSpline RTriangle RLeaderData RPolylineData RSolidData RSplineData RFaceData RTraceData

Public Member Functions

virtual QList< QSharedPointer< RShape > > getExploded (int segments=RDEFAULT_MIN1) const =0
 
virtual ~RExplodable ()
 

Detailed Description

Interface for explodable shape classes.

Scriptable:\nThis class is available in script environments.\n
Shared Pointer Support:\nObjects can be used in QSharedPointer.\n

Constructor & Destructor Documentation

◆ ~RExplodable()

virtual RExplodable::~RExplodable ( )
inlinevirtual

Member Function Documentation

◆ getExploded()

virtual QList<QSharedPointer<RShape> > RExplodable::getExploded ( int  segments = RDEFAULT_MIN1) const
pure virtual

The documentation for this class was generated from the following file: