LaminateLayerBase Class

Definition

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

Properties

Angle Ply angle.
IsFabric 
LayerId The index of the layer.
LayerMaterial Material used in the ply layer.
LayerMaterialType Type of material used in the ply layer.
Thickness Length. English Units: in; SI Units: millimeters.

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

See Also