LaminateLayer Class

Layer in a non-stiffener laminate.

Definition

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

Properties

Angle Layer angle.
(Overrides LaminateLayerBaseAngle)
IsFabric
(Overrides LaminateLayerBaseIsFabric)
LayerId The index of the layer.
(Overrides LaminateLayerBaseLayerId)
LayerMaterial Material used in the ply layer.
(Inherited from LaminateLayerBase)
LayerMaterialType Type of material used in the layer.
(Overrides LaminateLayerBaseLayerMaterialType)
Thickness Length. English Units: in; SI Units: millimeters.
(Overrides LaminateLayerBaseThickness)

Methods

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)
SetMaterial(Int32) Sets the material of a layer by id.
(Inherited from LaminateLayerBase)
SetMaterial(String) Sets the material of a layer by name.
(Inherited from LaminateLayerBase)
SetThickness Set the thickness of a layer.
(Inherited from LaminateLayerBase)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also