CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
27 #ifndef _OD_DB_2DVERTEX_
28 #define _OD_DB_2DVERTEX_
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdSmartPtr< OdDb2dVertex > OdDb2dVertexPtr
bool isTangentUsed() const
void setStartWidth(double startWidth)
void setEndWidth(double endWidth)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual OdResult subGetTransformedCopy(const OdGeMatrix3d &mat, OdDbEntityPtr &pCopy) const
ODDB_DECLARE_MEMBERS(OdDb2dVertex)
void setPosition(const OdGePoint3d &position)
OdInt32 vertexIdentifier() const
void setTangent(double tangent)
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
void setBulge(double bulge)
OdGePoint3d position() const
void setVertexType(OdDb::Vertex2dType vertexType)
OdDb::Vertex2dType vertexType() const
double startWidth() const
void setVertexIdentifier(OdInt32 suggestedId)
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
virtual OdResult subTransformBy(const OdGeMatrix3d &xfm) ODRX_OVERRIDE