StiffenerLaminate Class

Stiffener Laminate

Definition

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

Properties

Density Density. Eng: lbm/in^3 / SI: kg/m^3
(Inherited from LaminateBase)
HyperLaminate
(Inherited from LaminateBase)
Id
(Inherited from LaminateBase)
IsEditable
(Inherited from LaminateBase)
LaminateFamilyId
(Inherited from LaminateBase)
LaminateFamilyOrder
(Inherited from LaminateBase)
LaminateStiffenerProfile 
LayerCount The total number of layers in this laminate.
(Inherited from LaminateBase)
Layers Laminate layers.
MaterialFamilyName
(Inherited from LaminateBase)
Name
(Inherited from LaminateBase)
Thickness Thickness. Eng: in / SI: mm
(Inherited from LaminateBase)

Methods

AddLayer(IEnumerableStiffenerLaminateLayerLocation, String, Double, NullableDouble) Add layer to stiffener laminate by collection of sections.
AddLayer(StiffenerLaminateLayerLocation, String, Double, NullableDouble) Add layer to stiffener laminate by section.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InsertLayer(IEnumerableStiffenerLaminateLayerLocation, Int32, String, Double, NullableDouble) Insert layer into stiffener laminate at layerId by collection of sections. Note, layerId is 1 indexed.
InsertLayer(StiffenerLaminateLayerLocation, Int32, String, Double, NullableDouble) Insert layer into stiffener laminate at layerId by section. Note, layerId is 1 indexed.
RemoveLayer Remove a layer by layerId. Note, layerId is 1 indexed.
Save Save laminate to database.
(Overrides LaminateBaseSave)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also