Enum pfcMaterialType
# include <pfcPart.h>
enum pfcMaterialType
{
pfcMTL_ISOTROPIC,
pfcMTL_ORTHOTROPIC,
pfcMTL_TRANSVERSELY_ISOTROPIC,
pfcMTL_FLUID,
pfcMaterialType_nil
};
Description
This enumerated type contains the possible types of a material. A material can have independent structural and thermal types.
Values
-
pfcMTL_ISOTROPIC
- The material is isotropic.
-
pfcMTL_ORTHOTROPIC
- The material is orthotropic.
-
pfcMTL_TRANSVERSELY_ISOTROPIC
- The material is transversely isotropic .
-
pfcMTL_FLUID
- The material is fluid .
-
pfcMaterialType_nil
- Enum null value.