Class MaterialPropertiesReporting
Inheritance
System.Object
MaterialPropertiesReporting
Assembly: SMT.MastaAPI.15.0.dll
public sealed class MaterialPropertiesReporting : APIBase, IEquatable<APIBase>
Properties
Declaration
public EnumWithSelectedValue<MaterialPropertyClass> Class { get; set; }
Property Value
Declaration
public Overridable<double> Density { get; set; }
Property Value
Declaration
public ElasticModulusOrthotropicComponents ElasticModulusComponents { get; }
Property Value
Defined row-by-row in a single array, i.e. C[0,0], C[1,0], C[1,1], C[2,0], C[2,1], C[2,2], C[3,0], ...
Declaration
public ReadOnlyCollection<double> ElasticStiffnessTensorLowerTriangle { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Overridable<double> ModulusOfElasticity { get; set; }
Property Value
Declaration
public Overridable<double> PoissonsRatio { get; set; }
Property Value
Declaration
public PoissonRatioOrthotropicComponents PoissonsRatioComponents { get; }
Property Value
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Declaration
public ShearModulusOrthotropicComponents ShearModulusComponents { get; }
Property Value
Measurement: ThermalExpansionCoefficient
Declaration
public Overridable<double> ThermalExpansionCoefficient { get; set; }
Property Value
Declaration
public ThermalExpansionOrthotropicComponents ThermalExpansionCoefficientComponents { get; }
Property Value
An array of α_11, α_22, α_33, α_12, α_13, α_23
Declaration
public ReadOnlyCollection<double> ThermalExpansionCoefficientVector { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Methods
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods