API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dPackedLwdPolylineRecord Class > D3dPackedLwdPolylineRecord Methods > D3dPackedLwdPolylineRecord::createObject Method
D3dPackedLwdPolylineRecord::createObject Method
Syntax
C++
static D3dPackedLwdPolylineRecord* createObject(bool bPoints, OdInt32 nInitialID, OdInt32 numLines, const D3dLwdSetting & lineWeight);
Parameters 
Description 
bool bPoints 
[in] Render as points or as lines.  
OdInt32 nInitialID 
[in] Index of first vertex in vertex buffer.  
OdInt32 numLines 
[in] Number of line segments.  
const D3dLwdSetting & lineWeight 
[in] Lineweight settings. 

Creates the specified D3dPackedLwdPolylineRecord object.

Returns a pointer to the newly created object.

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