API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > OdDbPolyline::setPlinegen Method
OdDbPolyline::setPlinegen Method
Syntax
C++
void setPlinegen(bool plinegen);
Parameters 
Description 
bool plinegen 
[in] Controls linetype generation. 

Controls the linetype generation for this Polyline entity (DXF 70, bit 0x80).

Linetype generation on indicates that the linetype pattern of this Polyline entity is continuously generated around all vertices. 

Linetype generation off indicates that the linetype pattern of this Polyline entity is restarted at each vertex. 

 

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