Class Laminate
Assembly: NXOpen.dll
Syntax
public class Laminate : PhysicalPropertyTable, IMessageSink, INXObject, IExportableFEEntity
Constructors
Laminate()
Declaration
Properties
Parameters
Declaration
public PropertyTable Parameters { get; }
Property Value
PlyGroups
Declaration
public LaminatePlyGroupCollection PlyGroups { get; }
Property Value
StrengthLoadcase
Declaration
public PropertyTable StrengthLoadcase { get; }
Property Value
UserDefinedInterLaminarFailureTheory
Declaration
public string UserDefinedInterLaminarFailureTheory { get; set; }
Property Value
UserDefinedPlyFailureTheory
Declaration
public string UserDefinedPlyFailureTheory { get; set; }
Property Value
Methods
ClearLayup()
Declaration
ComplianceMatrices(bool)
Declaration
public void ComplianceMatrices(bool detailed)
Parameters
Type |
Name |
Description |
bool |
detailed |
|
ComputeZones()
Declaration
public void ComputeZones()
DefineSymPlyidRange(int, int)
Declaration
public void DefineSymPlyidRange(int minId, int maxId)
Parameters
Type |
Name |
Description |
int |
minId |
|
int |
maxId |
|
EquivalentProperties(bool)
Declaration
public void EquivalentProperties(bool detailed)
Parameters
Type |
Name |
Description |
bool |
detailed |
|
Declaration
public void ExportInformation(string csvFilename)
Parameters
Type |
Name |
Description |
string |
csvFilename |
|
ExportLayup(string)
Declaration
public void ExportLayup(string csvFilename)
Parameters
Type |
Name |
Description |
string |
csvFilename |
|
Declaration
public void ExportZoneInformation(string csvFilename)
Parameters
Type |
Name |
Description |
string |
csvFilename |
|
ExportZonesAsGroups(ZoneType, int)
Declaration
public void ExportZonesAsGroups(Laminate.ZoneType zoneType, int zoneIndex)
Parameters
ExportZonesAsLaminates(ZoneType, int)
Declaration
public void ExportZonesAsLaminates(Laminate.ZoneType zoneType, int zoneIndex)
Parameters
Declaration
public void Information(bool detailed)
Parameters
Type |
Name |
Description |
bool |
detailed |
|
Optimize()
Declaration
RefreshLinkedGroups()
Declaration
public void RefreshLinkedGroups()
StiffnessMatrices(bool)
Declaration
public void StiffnessMatrices(bool detailed)
Parameters
Type |
Name |
Description |
bool |
detailed |
|
StrengthAnalysis(string)
Declaration
public void StrengthAnalysis(string csvFilename)
Parameters
Type |
Name |
Description |
string |
csvFilename |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink