CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef OD_SECTIONSYMBOL_H
25 #define OD_SECTIONSYMBOL_H
204 #endif // OD_SECTIONSYMBOL_H
GLuint const GLchar * name
virtual bool subWorldDraw(OdGiWorldDraw *pWorldDraw) const
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
int sectionPointsCount() const
void getSectionPoints(OdGePoint3dArray &pts) const
OdResult setSectionPointAt(int idx, const OdGePoint3d &pt, double bulge=0)
bool isViewDirectionLeft() const
OdResult addSectionPoint(const OdGePoint3d &pt, double bulge=0)
void setIsHalfSection(bool bHalf)
OdResult setLabelNameAt(int idx, const OdString &name)
OdSmartPtr< OdDbSectionSymbol > OdDbSectionSymbolPtr
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdResult getLabelNameAt(int idx, OdString &sName) const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdResult getBulgeAt(int idx, double &bulge) const
OdResult setLabelOffsetAt(int idx, const OdGeVector3d &offset)
bool isHalfSection() const
ODDB_DECLARE_MEMBERS(OdDbSectionSymbol)
#define MODELDOCOBJ_EXPORT
void getLabelOffsets(OdGeVector3dArray &offsets) const
OdResult getLabelOffsetAt(int idx, OdGeVector3d &offset) const
void setViewDirectionLeft(bool bLeft)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdResult getSectionPointAt(int idx, OdGePoint3d &pt) const