C++
struct scn_pmsh { char id; short flags; __int64 adr1; __int64 adr2; long layerindex; short color; long truecolor; short ncvrtx; __int64 mapperId; };
File
scene.h
Members
| Members | Description |
|---|---|
| id | Record type |
| flags | Top or bottom flag |
| adr1 | Entity address |
| adr2 | Validation code of address |
| layerindex | Index into the layer table for this record |
| color | Face's color index |
| ncvrtx | Number of contour vertices. |
| mapperId | Mapper id |
Description
The SCENE file polygonal mesh record.