Table of Contents

Class Foam

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public sealed class Foam
Inheritance
Foam
Inherited Members

Fields

FoamTemperatureProperties

public List<FoamTemperature> FoamTemperatureProperties

Field Value

List<FoamTemperature>

Properties

Absorption

public double? Absorption { get; set; }

Property Value

double?

BucklingStiffnessKnockdown

public double? BucklingStiffnessKnockdown { get; set; }

Property Value

double?

Cost

public double? Cost { get; set; }

Property Value

double?

CreationDate

public DateTime CreationDate { get; }

Property Value

DateTime

Density

public double Density { get; set; }

Property Value

double

FemMaterialId

public int? FemMaterialId { get; set; }

Property Value

int?

Form

public string Form { get; set; }

Property Value

string

Id

public int Id { get; }

Property Value

int

Manufacturer

public string Manufacturer { get; set; }

Property Value

string

MaterialDescription

public string MaterialDescription { get; set; }

Property Value

string

MaterialFamilyName

public string MaterialFamilyName { get; set; }

Property Value

string

ModificationDate

public DateTime ModificationDate { get; }

Property Value

DateTime

Name

public string Name { get; set; }

Property Value

string

Specification

public string Specification { get; set; }

Property Value

string

UserNote

public string UserNote { get; set; }

Property Value

string

Wet

public bool Wet { get; set; }

Property Value

bool

Methods

AddTemperatureProperty(float, float, float, float, float, float, float, float?, float?, float?, float?)

public FoamTemperature AddTemperatureProperty(float Temperature, float Et, float Ec, float G, float Ftu, float Fcu, float Fsu, float? Ef = null, float? Ffu = null, float? K = null, float? C = null)

Parameters

Temperature float
Et float
Ec float
G float
Ftu float
Fcu float
Fsu float
Ef float?
Ffu float?
K float?
C float?

Returns

FoamTemperature

DeleteTemperatureProperty(float)

public bool DeleteTemperatureProperty(float Temperature)

Parameters

Temperature float

Returns

bool

GetTemperature(float)

public FoamTemperature GetTemperature(float LookupTemperature)

Parameters

LookupTemperature float

Returns

FoamTemperature

Save()

public void Save()