CFx SDK Documentation
2023 SP0
|
#include <PdfPublish2dGeometryBlock.h>
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdPdfPublish::OdObject | |
OdObject (OdPublishObjectImpl *pImpl) | |
This class implements an 2d geometry in .pdf documents created with Teigha Publish.
Definition at line 49 of file PdfPublish2dGeometryBlock.h.
OdPdfPublish::Od2dGeometryBlock::Od2dGeometryBlock | ( | ) |
Creates an object.
|
virtual |
Destroys an object.
void OdPdfPublish::Od2dGeometryBlock::addCircle | ( | const OdGeCircArc2d & | circle | ) |
void OdPdfPublish::Od2dGeometryBlock::addCurve | ( | const OdGeNurbCurve2d & | nurb | ) |
void OdPdfPublish::Od2dGeometryBlock::addEllipse | ( | const OdGeEllipArc2d & | ellipse | ) |
void OdPdfPublish::Od2dGeometryBlock::addImage | ( | const OdImagePtr & | image, |
const OdRect & | location | ||
) |
void OdPdfPublish::Od2dGeometryBlock::addLine | ( | const OdGePoint2d & | start, |
const OdGePoint2d & | end | ||
) |
void OdPdfPublish::Od2dGeometryBlock::addLine | ( | const OdGePoint2dArray & | points | ) |
void OdPdfPublish::Od2dGeometryBlock::addLine | ( | OdUInt32 | nPoints, |
const OdGePoint2d * | pPoints | ||
) |
void OdPdfPublish::Od2dGeometryBlock::finishContour | ( | Geometry::PDFFinishRule | rule | ) |
OdPdfPublish::Od2dGeometryBlock::ODRX_DECLARE_MEMBERS | ( | Od2dGeometryBlock | ) |
OdPdfPublish::Od2dGeometryBlock::ODRX_HEAP_OPERATORS | ( | ) |
void OdPdfPublish::Od2dGeometryBlock::putColor | ( | ODCOLORREF | color | ) |
void OdPdfPublish::Od2dGeometryBlock::putLineCap | ( | Geometry::PDFLineCap | lineCap | ) |
void OdPdfPublish::Od2dGeometryBlock::putLineJoin | ( | Geometry::PDFLineJoin | lineJoin | ) |
void OdPdfPublish::Od2dGeometryBlock::putLineWeight | ( | double | lw | ) |
void OdPdfPublish::Od2dGeometryBlock::putTransform | ( | const OdGeMatrix2d & | transform | ) |
void OdPdfPublish::Od2dGeometryBlock::setOrigin | ( | const OdGePoint2d & | origin | ) |
void OdPdfPublish::Od2dGeometryBlock::startContour | ( | ) |