StiffenerLaminateLayer Class

Stiffener Laminate Layer

Definition

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

Constructors

StiffenerLaminateLayerInitializes a new instance of the StiffenerLaminateLayer class

Properties

Methods

AddLayerLocation Add a layer location to this layer.
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)
RemoveLayerLocation Remove a layer location from LayerLocations.
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