Public Member Functions | |
| IsotropicTemperature | AddTemperatureProperty (float Temperature, float Et, float Ec, float G, float FtuL, float FtyL, float FcyL, float FtuLT, float FtyLT, float FcyLT, float Fsu, float alpha, float? n=null, float? F02=null, float? K=null, float? C=null, float? Fbru15=null, float? Fbry15=null, float? Fbru20=null, float? Fbry20=null, float? etyL=null, float? ecyL=null, float? etyLT=null, float? ecyLT=null, float? esu=null, float? Fpadh=null, float? Fsadh=null, float? esadh=null, float? cd=null, float? Ffwt=null, float? Ffxz=null, float? Ffyz=null, float? FtFatigue=null, float? FcFatigue=null) |
| Adds a temperature-dependent property for a material. | |
| bool | DeleteTemperatureProperty (float Temperature) |
| Deletes a temperature-dependent property for a material. | |
| IsotropicTemperature | GetTemperature (float LookupTemperature) |
| Retrieve a Temperature from this material's temperature-dependent properties. Allows a degree of tolerance to avoid issues with floating point numbers. | |
| void | Save () |
| Save any changes to this isotropic material to the database. | |
Public Attributes | |
| List< IsotropicTemperature > | IsotropicTemperatureProperties |
| List of this material's temperature-dependent properties. | |
Properties | |
| string | Basis [get, set] |
| double? | BucklingStiffnessKnockdown [get, set] |
| double? | Cost [get, set] |
| DateTime | CreationDate [get] |
| Date the material was created. | |
| double | Density [get, set] |
| Density. Eng: lbm/in^3 / SI: kg/m^3. | |
| int? | FemMaterialId [get, set] |
| Linked FEM Material ID. Null if none exists. | |
| string | Form [get, set] |
| int | Id [get] |
| string | MaterialDescription [get, set] |
| string | MaterialFamilyName [get, set] |
| The material family for this material. When the material is saved, a new family will be created if none matching this name exists. | |
| DateTime | ModificationDate [get] |
| Most recent modification date of the material. | |
| string | Name [get, set] |
| Name of this material. | |
| string | Specification [get, set] |
| string | Temper [get, set] |
| string | UserNote [get, set] |
Isotropic material.
| IsotropicTemperature HyperX.Scripting.Isotropic.AddTemperatureProperty | ( | float | Temperature, |
| float | Et, | ||
| float | Ec, | ||
| float | G, | ||
| float | FtuL, | ||
| float | FtyL, | ||
| float | FcyL, | ||
| float | FtuLT, | ||
| float | FtyLT, | ||
| float | FcyLT, | ||
| float | Fsu, | ||
| float | alpha, | ||
| float? | n = null, | ||
| float? | F02 = null, | ||
| float? | K = null, | ||
| float? | C = null, | ||
| float? | Fbru15 = null, | ||
| float? | Fbry15 = null, | ||
| float? | Fbru20 = null, | ||
| float? | Fbry20 = null, | ||
| float? | etyL = null, | ||
| float? | ecyL = null, | ||
| float? | etyLT = null, | ||
| float? | ecyLT = null, | ||
| float? | esu = null, | ||
| float? | Fpadh = null, | ||
| float? | Fsadh = null, | ||
| float? | esadh = null, | ||
| float? | cd = null, | ||
| float? | Ffwt = null, | ||
| float? | Ffxz = null, | ||
| float? | Ffyz = null, | ||
| float? | FtFatigue = null, | ||
| float? | FcFatigue = null ) |
Adds a temperature-dependent property for a material.
///
| bool HyperX.Scripting.Isotropic.DeleteTemperatureProperty | ( | float | Temperature | ) |
Deletes a temperature-dependent property for a material.
| IsotropicTemperature HyperX.Scripting.Isotropic.GetTemperature | ( | float | LookupTemperature | ) |
Retrieve a Temperature from this material's temperature-dependent properties. Allows a degree of tolerance to avoid issues with floating point numbers.
| LookupTemperature | Temperature to search for. |
| void HyperX.Scripting.Isotropic.Save | ( | ) |
Save any changes to this isotropic material to the database.
| List<IsotropicTemperature> HyperX.Scripting.Isotropic.IsotropicTemperatureProperties |
List of this material's temperature-dependent properties.
|
getset |
|
getset |
|
getset |
|
get |
Date the material was created.
|
getset |
Density. Eng: lbm/in^3 / SI: kg/m^3.
|
getset |
Linked FEM Material ID. Null if none exists.
|
getset |
|
get |
|
getset |
|
getset |
The material family for this material. When the material is saved, a new family will be created if none matching this name exists.
|
get |
Most recent modification date of the material.
|
getset |
Name of this material.
|
getset |
|
getset |
|
getset |