Class AcousticInputSurfaceOptions
Inheritance
System.Object
AcousticInputSurfaceOptions
Assembly: SMT.MastaAPI.14.1.1.dll
public class AcousticInputSurfaceOptions : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double AverageElementSize { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool CheckForClosedInputSurface { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool DisplayHoleIDLabels { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public Overridable<double> ElementSizeForHoles { get; set; }
Property Value
Declaration
public ReadOnlyCollection<FEPartInputSurfaceOptions> FEPartOptions { get; }
Property Value
Declaration
public bool HighlightFreeEdges { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ReadOnlyCollection<HoleInFaceGroup> HoleMeshes { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<HoleInFaceGroup> |
|
Declaration
public bool IncludeMidsideNodes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ManuallySelectHoles { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public Overridable<double> MaximumHoleDiameterToFill { get; set; }
Property Value
Declaration
public double MeshFrequencyLimit { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public Overridable<double> MinimumDiameterForManualHoleSelection { get; set; }
Property Value
Declaration
public int NumberOfDegreesOfFreedom { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
Methods
Declaration
public void ExcludeAllHoleMeshes()
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 |
|
Declaration
public void IncludeAllHoleMeshes()
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