CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
26 #ifndef _OD_DB_ARCDIMENSION_DIMENSION_
27 #define _OD_DB_ARCDIMENSION_DIMENSION_
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
void setLeader1Point(const OdGePoint3d &leader1Point)
OdInt16 arcSymbolType() const
void setArcEndParam(const double arcEndParam)
void setIsPartial(const bool partial)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
void setArcStartParam(const double arcStartParam)
void setArcPoint(const OdGePoint3d &arcPoint)
void setXLine2Point(const OdGePoint3d &xLine2Pt)
double arcEndParam() const
OdGePoint3d xLine2Point() const
OdSmartPtr< OdDbArcDimension > OdDbArcDimensionPtr
OdGePoint3d arcPoint() const
OdGePoint3d xLine1Point() const
OdGePoint3d leader1Point() const
ODDB_DECLARE_MEMBERS(OdDbArcDimension)
void setLeader2Point(const OdGePoint3d &leader2Point)
void setCenterPoint(const OdGePoint3d ¢erPoint)
void setArcSymbolType(const OdInt16 arcSymbolType)
void setXLine1Point(const OdGePoint3d &xLine1Pt)
virtual OdResult subGetClassID(void *pClsid) const
OdGePoint3d leader2Point() const
void setHasLeader(const bool hasLeader)
double arcStartParam() const
OdGePoint3d centerPoint() const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const