CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef OD_DBABSTRACTPLOTDATA_H
25 #define OD_DBABSTRACTPLOTDATA_H
199 #endif //#ifndef OD_DBABSTRACTPLOTDATA_H
virtual void setModelType(OdRxObject *pPlotObj, bool modelTypeSet)=0
virtual bool plotTransparency(const OdRxObject *pPlotObj) const =0
GLuint GLsizei GLsizei GLint GLenum * type
OdSmartPtr< OdDbAbstractPlotData > OdDbAbstractPlotDataPtr
virtual void setShadePlot(OdRxObject *pPlotObj, OdDbPlotSettings::ShadePlotType type, OdDbObjectId shadePlotId) const =0
virtual bool modelType(const OdRxObject *pPlotObj) const =0
virtual void setShadePlot(OdRxObject *pPlotObj, OdDbPlotSettings::ShadePlotType shadePlotSet) const =0
virtual OdDbObjectId shadePlotId(const OdRxObject *pPlotObj) const =0
virtual bool plotWireframe(const OdRxObject *pPlotObj) const =0
virtual void setProps(OdRxObject *pDstPlotObj, const OdRxObject *pSrcPlotObj) const
virtual bool plotAsRaster(const OdRxObject *pPlotObj) const =0
virtual void setPlotHiddenLines(OdRxObject *pPlotObj, bool plotHidden) const =0
virtual void setStyleSheet(OdRxObject *pPlotObj, const OdString &styleSheetName) const =0
virtual void setCustomScale(OdRxObject *pPlotObj, double customScale) const =0
virtual bool useStandardScale(const OdRxObject *pPlotObj) const =0
ODRX_DECLARE_MEMBERS(OdDbAbstractPlotData)
virtual OdDbPlotSettings::StdScaleType standardScale(const OdRxObject *pPlotObj) const =0
virtual OdString styleSheet(const OdRxObject *pPlotObj) const =0
virtual bool plotHiddenLines(const OdRxObject *pPlotObj) const =0
virtual double customScale(const OdRxObject *pPlotObj) const =0
virtual OdDbPlotSettings::ShadePlotType shadePlot(const OdRxObject *pPlotObj) const =0
virtual void setPlotTransparency(OdRxObject *pPlotObj, bool bEnable) const =0
virtual void setStandardScale(OdRxObject *pPlotObj, const OdDbPlotSettings::StdScaleType standardScale) const =0