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

Polygon or polyhedron element descriptor data type. More...

#include <apiGridModel.h>

Public Attributes

const PWP_UINT64faceIndices
 
const PWP_UINT64indices
 
PWP_UINT64 numFaceIndices
 
PWP_UINT64 numFaces
 
const PWP_UINT64offsets
 
PWGM_ENUM_ELEMTYPE type
 
PWP_UINT64 vertCnt
 

Detailed Description

Polygon or polyhedron element descriptor data type.

See also
PwElemDataCastToPoly()

Definition at line 759 of file apiGridModel.h.

Member Data Documentation

◆ faceIndices

const PWP_UINT64* PWGM_POLYELEMDATA::faceIndices

Definition at line 766 of file apiGridModel.h.

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

◆ indices

const PWP_UINT64* PWGM_POLYELEMDATA::indices

Definition at line 762 of file apiGridModel.h.

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

◆ numFaceIndices

PWP_UINT64 PWGM_POLYELEMDATA::numFaceIndices

Definition at line 765 of file apiGridModel.h.

Referenced by PwElemDataCastToPoly().

◆ numFaces

PWP_UINT64 PWGM_POLYELEMDATA::numFaces

Definition at line 763 of file apiGridModel.h.

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

◆ offsets

const PWP_UINT64* PWGM_POLYELEMDATA::offsets

Definition at line 764 of file apiGridModel.h.

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

◆ type

PWGM_ENUM_ELEMTYPE PWGM_POLYELEMDATA::type

Definition at line 760 of file apiGridModel.h.

Referenced by PwElemDataCastToPoly().

◆ vertCnt

PWP_UINT64 PWGM_POLYELEMDATA::vertCnt

Definition at line 761 of file apiGridModel.h.

Referenced by PwElemDataCastToPoly().


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