Foam Class

Foam material.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class Foam
Inheritance
Object    Foam

Properties

Absorption 
BucklingStiffnessKnockdown 
Cost 
CreationDate Date the material was created.
Density Density. Eng: lbm/in^3 / SI: kg/m^3
FemMaterialId Linked FEM Material ID. Null if none exists.
Form 
Id 
Manufacturer 
MaterialDescription 
MaterialFamilyName The material family for this material. When the material is saved, a new family will be created if none matching this name exists.
ModificationDate Most recent modification date of the material.
Name Name of this material.
Specification 
UserNote 
Wet 

Methods

AddTemperatureProperty Adds a temperature-dependent property for a material.
DeleteTemperatureProperty Deletes a temperature-dependent property for a material.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTemperature Retrieve a Temperature from this material's temperature-dependent properties. Allows a degree of tolerance to avoid issues with floating point numbers.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Save Save any changes to this foam material to the database.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

FoamTemperatureProperties List of this material's temperature-dependent properties.

See Also