API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dLwdPolylineRecord Class > D3dLwdPolylineRecord Methods > D3dLwdPolylineRecord::createObject Method
D3dLwdPolylineRecord::createObject Method
Syntax
C++
static D3dLwdPolylineRecord* createObject(OdInt32 numPoints, const OdGePoint3d* points, DWORD color, double lwd);
Parameters 
Description 
OdInt32 numPoints 
[in] Number of points.  
const OdGePoint3d* points 
[in] Array of points.  
DWORD color 
[in] Color of the polyline.  
double lwd 
[in] Width of the polyline.  
nprec 
[in] Precision of generated line caps. 

Creates the specified LwdPolylineRecord object.

Returns a pointer to the newly created object.

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