Orthotropic Class

Orthotropic material.

Definition

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

Properties

Basis 
BendingCorrectionFactor 
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.
FiberVolume Fiber Volume. Expressed as a percentage.
Form 
GlassTransition 
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.
Processes 
Specification 
Thickness Thickness. Eng: in / SI: mm
UserNote 
Wet 

Methods

AddEquationCorrectionFactor Adds an equation-based correction factor for this material.
AddLaminateAllowable Adds a laminate allowable to this material. An orthotropic material can only have one laminate allowable of each property (as specified by the property argument).
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)
GetEquationCorrectionFactor Retrieve a Correction Factor from this material's correction factors.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLaminateAllowable Retrieve a Laminate allowable from this material's laminate allowables.
GetTabularCorrectionFactor Retrieve a Correction Factor from this material's correction factors.
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)
HasLaminateAllowable Returns true if this material has a specified laminate allowable property.
IsEffectiveLaminate Returns true if this material is an effective laminate.
Save Save any changes to this orthotropic material to the database.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

OrthotropicEffectiveLaminate Contains Effective Laminate data if this material is an effective laminate, otherwise null.
OrthotropicEquationCorrectionFactors Dictionary of this material's equation-based correction factors.
OrthotropicLaminateAllowables List of this material's laminate allowable properties.
OrthotropicTabularCorrectionFactors Dictionary of this material's tabular correction factors.
OrthotropicTemperatureProperties List of this material's temperature-dependent properties.

See Also