Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLayoutPaperPE::drawPaper Method
Syntax
C++
virtual bool drawPaper(const OdDbLayout* pThis, OdGiWorldDraw* pWd, OdGePoint3d* points) = 0;

This function is called during vectorization to draw the paper. 

 

Parameters
Description
pThis
[in] The layout that is being vectorized.
pWd
[in/out] Draw object that can be used by this function to set the necessary attributes and create the necessary geometry.
points
[in] Contains the 4 corners of the paper.

true if the paper was successfully drawn, otherwise false, in which case the layout will do a default rendering of the paper.

Copyright © 2002-2022. Open Design Alliance All rights reserved.