Class ResultSurfaceOptions
Inheritance
System.Object
ResultSurfaceOptions
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ResultSurfaceOptions : APIBase, IEquatable<APIBase>
Properties
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OuterDiameter
The outer of the results is a circle at this diameter from the reference component origin.
Measurement: MediumLength
Declaration
public double OuterDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReferenceComponent
The plane origin is centred on this component. The component axes are also used to specify the plane normal. If an FE part is selected, the coordinate system of the Default FE Substructure will be used.
Declaration
public ListWithSelectedItem<Component> ReferenceComponent { get; set; }
Property Value
ReferenceComponentType
Declaration
public EnumWithSelectedValue<DesignEntityId> ReferenceComponentType { get; set; }
Property Value
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
TargetEdgeLength
The sound pressure is evaluated at the nodes of the meshed plane. A smaller value will give a higher resolution contour in the final results.
Measurement: ShortLength
Declaration
public double TargetEdgeLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Delete()
Declaration
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetNamedReportWithEncodedImages(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 |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
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 |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods