Class DrawStyleForFE
Inheritance
System.Object
DrawStyleForFE
Assembly: SMT.MastaAPI.15.0.dll
public sealed class DrawStyleForFE : APIBase, IEquatable<APIBase>
Properties
Declaration
public ListWithSelectedItemAndImage<NoneSelectedAllOption> DrawCondensationNodeConnections { get; set; }
Property Value
Declaration
public ListWithSelectedItemAndImage<NoneSelectedAllOption> DrawNodesConnectedToCondensationNodes { get; set; }
Property Value
Declaration
public ListWithSelectedItemAndImage<NoneSelectedAllOption> DrawSearchRegions { get; set; }
Property Value
Declaration
public bool GroundedNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool HighlightBadElements { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FEMeshElementEntityOption LineOption { get; set; }
Property Value
Declaration
public ListWithSelectedItemAndImage<FEMeshElementEntityOption> Mesh { get; set; }
Property Value
Declaration
public ListWithSelectedItemAndImage<FEModelSetupViewType> ModelSetupViewType { get; set; }
Property Value
Declaration
public ListWithSelectedItemAndImage<FENodeOption> Nodes { get; set; }
Property Value
Declaration
public int NodeSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Declaration
public bool RigidElements { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ListWithSelectedItemAndImage<FESurfaceDrawingOption> Surface { get; set; }
Property Value
Declaration
public ListWithSelectedItemAndImage<FESurfaceAndNonDeformedDrawingOption> SurfaceAndNonDeformedSurface { get; set; }
Property Value
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