Table of Contents

Class StiffenerLaminate

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public sealed class StiffenerLaminate : LaminateBase
Inheritance
StiffenerLaminate
Inherited Members

Properties

LaminateStiffenerProfile

public StiffenerProfile LaminateStiffenerProfile { get; }

Property Value

StiffenerProfile

Layers

public IReadOnlyList<StiffenerLaminateLayer> Layers { get; }

Property Value

IReadOnlyList<StiffenerLaminateLayer>

Methods

AddLayer(StiffenerLaminateLayerLocation, string, double, double?)

public StiffenerLaminateLayer AddLayer(StiffenerLaminateLayerLocation location, string materialName, double angle, double? thickness = null)

Parameters

location StiffenerLaminateLayerLocation
materialName string
angle double
thickness double?

Returns

StiffenerLaminateLayer

AddLayer(IEnumerable<StiffenerLaminateLayerLocation>, string, double, double?)

public StiffenerLaminateLayer AddLayer(IEnumerable<StiffenerLaminateLayerLocation> locations, string materialName, double angle, double? thickness = null)

Parameters

locations IEnumerable<StiffenerLaminateLayerLocation>
materialName string
angle double
thickness double?

Returns

StiffenerLaminateLayer

InsertLayer(StiffenerLaminateLayerLocation, int, string, double, double?)

public StiffenerLaminateLayer InsertLayer(StiffenerLaminateLayerLocation location, int layerId, string materialName, double angle, double? thickness = null)

Parameters

location StiffenerLaminateLayerLocation
layerId int
materialName string
angle double
thickness double?

Returns

StiffenerLaminateLayer

InsertLayer(IEnumerable<StiffenerLaminateLayerLocation>, int, string, double, double?)

public StiffenerLaminateLayer InsertLayer(IEnumerable<StiffenerLaminateLayerLocation> locations, int layerId, string materialName, double angle, double? thickness = null)

Parameters

locations IEnumerable<StiffenerLaminateLayerLocation>
layerId int
materialName string
angle double
thickness double?

Returns

StiffenerLaminateLayer

RemoveLayer(int)

public bool RemoveLayer(int layerId)

Parameters

layerId int

Returns

bool

Save()

public override void Save()