API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dPackedLwdPolylineRecordWSel Class > D3dPackedLwdPolylineRecordWSel Methods > D3dPackedLwdPolylineRecordWSel::createObject Method
D3dPackedLwdPolylineRecordWSel::createObject Method
Syntax
C++
static D3dPackedLwdPolylineRecordWSel* createObject(bool bPoints, OdInt32 nInitialID, OdInt32 numLines, const D3dLwdSetting & lineWeight, OdInt32 nInitialSelMark, OdInt32 nbSelMarks);
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.  
OdInt32 nInitialSelMark 
[in] Index of first selection marker in selection markers array.  
OdInt32 nbSelMarks 
[in] Count of selection markers in selection markers array. 

Creates the specified D3dPackedLwdPolylineRecordWSel object.

Returns a pointer to the newly created object.

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