LaminatePlyData Class

Per ply data for Laminate materials

Definition

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

Properties

Angle Ply angle
DisplaySequenceId 
FamilyPlyId 
IsFabric 
IsFullStructure 
IsInCap 
IsInFoot 
IsInverted 
IsInWeb 
MaterialId IMPORTANT: This is the ID of the laminate to which this ply belongs, different than PlyMaterialId
Object1 
Object2 
Object3 
OriginalFamilyPlyId 
OriginalPlyId 
PlyId 
PlyMaterialId ID of the material used in this ply
PlyMaterialType 
PlyStiffenerSubType 
Thickness 
UseTrueFiberDirection 

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)
SetAngle Sets the angle of a ply
SetMaterial Sets the material of a ply to the matId. This includes: PlyMaterialId and PlyMaterialType, and updates Thickness and IsFabric
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also