CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef OD_DETAILVIEWSTYLE_H
25 #define OD_DETAILVIEWSTYLE_H
47 kOutsideBoundaryWithLeader = 1,
395 #endif // OD_DETAILVIEWSTYLE_H
OdCmColor identifierColor() const
OdCmColor connectionLineColor() const
OdCmColor arrowSymbolColor() const
ODDB_DECLARE_MEMBERS(OdDbDetailViewStyle)
@ kSmoothWithConnectionLine
OdResult setIdentifierPlacement(OdDbDetailViewStyle::IdentifierPlacement placement)
OdDbObjectId viewLabelTextStyleId() const
double viewLabelTextHeight() const
OdString getViewLabelPattern(OdDbField *pField=NULL) const
OdCmColor boundaryLineColor() const
OdResult setIdentifierColor(const OdCmColor &color)
OdDbObjectId identifierStyleId() const
OdResult setIdentifierOffset(double offset)
OdCmColor viewLabelTextColor() const
OdResult setViewLabelAttachment(OdDbModelDocViewStyle::AttachmentPoint attachment)
OdResult setViewLabelTextStyleId(const OdDbObjectId &objId)
OdDbModelDocViewStyle::AttachmentPoint viewLabelAttachment() const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDbObjectId borderLineTypeId() const
OdResult setViewLabelAlignment(OdDbModelDocViewStyle::TextAlignment alignment)
double identifierHeight() const
OdResult setConnectionLineColor(const OdCmColor &color)
OdSmartPtr< OdDbDetailViewStyle > OdDbDetailViewStylePtr
OdResult setViewLabelPattern(const OdString &pattern, const OdDbField *pField=NULL)
OdResult setArrowSymbolSize(double size)
double identifierOffset() const
OdResult setArrowSymbolId(const OdDbObjectId &arrowSymbolId)
OdResult setBorderLineTypeId(const OdDbObjectId &objId)
double arrowSymbolSize() const
OdResult setShowViewLabel(bool bValue)
OdResult setIdentifierHeight(double height)
OdDbObjectId arrowSymbolId() const
GLint GLenum GLsizei GLsizei height
OdResult setViewLabelTextColor(const OdCmColor &color)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdResult setConnectionLineTypeId(const OdDbObjectId &objId)
OdResult setViewLabelTextHeight(double height)
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdResult setShowArrows(bool bValue)
OdResult setBoundaryLineTypeId(const OdDbObjectId &objId)
OdString viewLabelPattern() const
OdResult setArrowSymbolColor(const OdCmColor &color)
OdResult setBoundaryLineColor(const OdCmColor &color)
OdResult setModelEdge(OdDbDetailViewStyle::ModelEdge placement)
OdResult setBorderLineColor(const OdCmColor &color)
OdResult setIdentifierStyleId(const OdDbObjectId &objId)
virtual OdDbObjectId postViewStyleToDb(OdDbDatabase *pDb, const OdString &styleName)
double viewLabelOffset() const
OdDbObjectId connectionLineTypeId() const
OdDb::LineWeight borderLineWeight() const
OdDb::LineWeight boundaryLineWeight() const
OdDb::LineWeight connectionLineWeight() const
OdDbDetailViewStyle::ModelEdge modelEdge() const
OdResult setConnectionLineWeight(OdDb::LineWeight lineweight)
OdDbObjectId boundaryLineTypeId() const
OdResult setViewLabelOffset(double offset)
bool showViewLabel() const
OdResult setBoundaryLineWeight(OdDb::LineWeight lineweight)
OdDbDetailViewStyle::IdentifierPlacement identifierPlacement() const
OdResult setBorderLineWeight(OdDb::LineWeight lineweight)
OdCmColor borderLineColor() const
OdDbModelDocViewStyle::TextAlignment viewLabelAlignment() const