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

Returns a pointer to the newly created object.

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