Pointwise Plugin SDK
Public Attributes | List of all members
PWGM_ELEMDATA Struct Reference

Element descriptor data type. More...

#include <apiGridModel.h>

+ Collaboration diagram for PWGM_ELEMDATA:

Public Attributes

PWP_UINT32 index [8]
 The vertex indices. More...
 
PWGM_ENUM_ELEMTYPE type
 One of the PWGM_ELEMTYPE_XXX values. More...
 
PWGM_HVERTEX vert [8]
 The vertex handles. More...
 
PWP_UINT32 vertCnt
 Number of vertices in the face. More...
 

Detailed Description

Element descriptor data type.

See also
PwElemDataMod()

Definition at line 737 of file apiGridModel.h.

Member Data Documentation

◆ index

PWP_UINT32 PWGM_ELEMDATA::index[8]

The vertex indices.

Definition at line 741 of file apiGridModel.h.

Referenced by CaeUnsElementData::CaeUnsElementData(), CaeUnsElementData::indexAt(), and PwElemDataCastToPoly().

◆ type

PWGM_ENUM_ELEMTYPE PWGM_ELEMDATA::type

◆ vert

PWGM_HVERTEX PWGM_ELEMDATA::vert[8]

The vertex handles.

Definition at line 740 of file apiGridModel.h.

Referenced by CaeUnsElementData::CaeUnsElementData(), and CaeUnsElementData::vertAt().

◆ vertCnt

PWP_UINT32 PWGM_ELEMDATA::vertCnt

Number of vertices in the face.

Definition at line 739 of file apiGridModel.h.

Referenced by CaeUnsElementData::CaeUnsElementData(), and CaeUnsElementData::vertCount().


The documentation for this struct was generated from the following file: