API Reference > OdDg Classes > OdDgModelSheetPE Class > OdDgModelSheetPE Methods > OdDgModelSheetPE::drawBorder Method
OdDgModelSheetPE::drawBorder Method
Syntax
C++
virtual bool drawBorder(const OdDgModel* pThis, OdGiWorldDraw* pWd, OdGePoint3d* points) = 0;
Parameters 
Description 
const OdDgModel* pThis 
[in] The model that is being vectorized.  
OdGiWorldDraw* pWd 
[in/out] Draw object that can be used by this function to set the necessary attributes and create the necessary geometry.  
OdGePoint3d* points 
[in] Contains the 4 corners of the paper. 

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

This function is called during vectorization to draw the paper border. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.