API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > D3dPackedPointRecordWSel Class > D3dPackedPointRecordWSel Methods > D3dPackedPointRecordWSel::createObject Method
D3dPackedPointRecordWSel::createObject Method
Syntax
C++
static D3dPackedPointRecordWSel* createObject(OdInt32 nInitialID, OdInt32 numPoints, OdInt32 nInitialSelMark, OdInt32 nbSelMarks);
Parameters 
Description 
OdInt32 nInitialID 
[in] Index of first vertex in vertex buffer.  
OdInt32 numPoints 
[in] Number of points.  
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 D3dPackedPointRecordWSel object.

Returns a pointer to the newly created object.

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