ansys::dpf::property_types Struct Reference
Last update: 10.07.2023
ansys::dpf::property_types Struct Reference
#include <dpf_api_base.h>
Static Public Member Functions | |
static std::vector< PropertyType > const & | all () |
static void | add_custom (PropertyType const &rhs) |
Static Public Attributes | |
static const PropertyType | material |
static const PropertyType | element_shape |
static const PropertyType | element_type |
static const PropertyType | element_properties |
static const PropertyType | connectivity |
static const PropertyType | apdl_element_type |
static const PropertyType | faces_nodes_connectivity |
static const PropertyType | elements_faces_connectivity |
static const PropertyType | elements_faces_reversed |
static const PropertyType | coordinates |
static const PropertyType | faces_type |
static const PropertyType | time_freqs |
static const PropertyType | imaginary_freqs |
static const PropertyType | rpms |
static const PropertyType | harmonic_indices |
static const PropertyType | time_freqs_substep_ids |
static const PropertyType | time_freqs_cumulative_ids |
static const PropertyType | imaginary_freqs_substep_ids |
static const PropertyType | imaginary_freqs_cumulative_ids |
static const PropertyType | names |
Detailed Description
Predefined property types.
Member Function Documentation
◆ add_custom()
|
static |
Adds a custom defined property type.
- Parameters
-
[in] rhs Property object.
◆ all()
|
static |
Gets all user-defined and predefined property types.
- Returns
- All property types.
Field Documentation
◆ apdl_element_type
|
static |
Predefined apdl_element_type property type.
◆ connectivity
|
static |
Predefined connectivity property type.
◆ coordinates
|
static |
Predefined coordinates property type.
◆ element_properties
|
static |
Predefined element_properties property type.
◆ element_shape
|
static |
Predefined element_shape property type.
◆ element_type
|
static |
Predefined element_type property type.
◆ elements_faces_connectivity
|
static |
Predefined elements_faces_connectivity property type.
◆ elements_faces_reversed
|
static |
Predefined elements_faces_reversed property type.
◆ faces_nodes_connectivity
|
static |
Predefined faces_nodes_connectivity property type.
◆ faces_type
|
static |
Predefined faces_type property type.
◆ harmonic_indices
|
static |
Predefined harmonic_indices TimeFreqSupport property type.
◆ imaginary_freqs
|
static |
Predefined imaginary_freqs TimeFreqSupport property type.
◆ imaginary_freqs_cumulative_ids
|
static |
Predefined imaginary_freqs_cumulative_ids TimeFreqSupport property type.
◆ imaginary_freqs_substep_ids
|
static |
Predefined imaginary_freqs_substep_ids TimeFreqSupport property type.
◆ material
|
static |
Predefined material property type.
◆ names
|
static |
Predefined names CommonSupport property type.
◆ rpms
|
static |
Predefined rpms TimeFreqSupport property type.
◆ time_freqs
|
static |
Predefined time_freqs TimeFreqSupport property type.
◆ time_freqs_cumulative_ids
|
static |
Predefined time_freqs_cumulative_ids TimeFreqSupport property type.
◆ time_freqs_substep_ids
|
static |
Predefined time_freqs_substep_ids TimeFreqSupport property type.