Laminate Class

Laminate

Definition

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

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)
LayerCount The total number of layers in this laminate.
(Inherited from LaminateBase)
Layers 
MaterialFamilyName
(Inherited from LaminateBase)
Name
(Inherited from LaminateBase)
Thickness Thickness. Eng: in / SI: mm
(Inherited from LaminateBase)

Methods

AddLayer Adds a layer to the laminate.
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 Inserts a layer into the laminate before the layer with the specified layerId. Note, layerId is 1 indexed.
RemoveLayer Removes a layer from the laminate.
Save Save any changes to this laminate material to the database.
(Overrides LaminateBaseSave)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also