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

Vertex descriptor data type. More...

#include <apiGridModel.h>

Public Attributes

PWP_UINT32 i
 vertex index in parent's model-space More...
 
PWGM_XYZVAL x
 x-component More...
 
PWGM_XYZVAL y
 y-component More...
 
PWGM_XYZVAL z
 z-component More...
 

Detailed Description

Vertex descriptor data type.

See also
PwVertXyzVal(), PwVertDataMod(), PwModEnumVertices()

Definition at line 607 of file apiGridModel.h.

Member Data Documentation

◆ i

PWP_UINT32 PWGM_VERTDATA::i

vertex index in parent's model-space

Definition at line 611 of file apiGridModel.h.

◆ x

PWGM_XYZVAL PWGM_VERTDATA::x

x-component

Definition at line 608 of file apiGridModel.h.

Referenced by PwVlstSetXYZ2Data(), PwVlstSetXYZ3Data(), PwVlstSetXYZData(), and CaeUnsVertex::toString().

◆ y

PWGM_XYZVAL PWGM_VERTDATA::y

y-component

Definition at line 609 of file apiGridModel.h.

Referenced by PwVlstSetXYZ2Data(), PwVlstSetXYZ3Data(), PwVlstSetXYZData(), and CaeUnsVertex::toString().

◆ z

PWGM_XYZVAL PWGM_VERTDATA::z

z-component

Definition at line 610 of file apiGridModel.h.

Referenced by PwVlstSetXYZ2Data(), PwVlstSetXYZ3Data(), PwVlstSetXYZData(), and CaeUnsVertex::toString().


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