Class SystemDeflectionFEExportOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SystemDeflectionFEExportOptions
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SystemDeflectionFEExportOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AlternativeFEMeshFile
Declaration
public string AlternativeFEMeshFile { get; }
Property Value
Type |
Description |
System.String |
|
BaseCouplingsOnAlternativeFEMesh
If selected, exported couplings will be set up according to current configuration, but connected to node IDs as defined in the alternative mesh file.
Declaration
public bool BaseCouplingsOnAlternativeFEMesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefaultTypeOfResultToExport
The main type of boundary condition to export if not overridden on a node. Note that when exporting forces and the FE is not grounded one node will automatically use displacement boundary conditions to give a stable solution.
Declaration
public EnumWithSelectedValue<BoundaryConditionType> DefaultTypeOfResultToExport { get; set; }
Property Value
Declaration
public EnumWithSelectedValue<FEExportFormat> FEExportFormat { get; set; }
Property Value
FileType
Declaration
public SystemDeflectionFEExportOptions.ExportType FileType { get; set; }
Property Value
ForceUnit
Declaration
public ListWithSelectedItem<Unit> ForceUnit { get; set; }
Property Value
IncludeAnFEMesh
Include a full mesh from an FE file in the exported file.
Declaration
public bool IncludeAnFEMesh { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeRigidCouplingNodesAndConstraintsAddedByMASTA
Include all rigid couplings, nodes, and fixed constraints created by MASTA in the exported file.
Declaration
public bool IncludeRigidCouplingNodesAndConstraintsAddedByMASTA { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LengthUnit
Declaration
public ListWithSelectedItem<Unit> LengthUnit { get; set; }
Property Value
Links
Declaration
public ReadOnlyCollection<PerLinkExportOptions> Links { get; }
Property Value
Nodes
Declaration
public ReadOnlyCollection<PerNodeExportOptions> Nodes { get; }
Property Value
PathOfFEMeshFileToBeIncluded
Declaration
public string PathOfFEMeshFileToBeIncluded { get; }
Property Value
Type |
Description |
System.String |
|
PlanetaryDuplicateToExport
Which planetary duplicate of the selected FE Part to export
Declaration
public ListWithSelectedItem<NamedTuple1<int>> PlanetaryDuplicateToExport { get; set; }
Property Value
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
UseRigidCouplingTypesFromFESubstructureForExportedCouplings
Declaration
public bool UseRigidCouplingTypesFromFESubstructureForExportedCouplings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ExportToFile(String)
Declaration
public void ExportToFile(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
ExportToOP2File(String)
Declaration
public void ExportToOP2File(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
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 |
|
Declaration
public void SetAlternativeFEMeshFile(string filePath, FEExportFormat format, double lengthScale = 1, double forceScale = 1)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
FEExportFormat |
format |
|
System.Double |
lengthScale |
|
System.Double |
forceScale |
|
Declaration
public void SetFEMeshFileToInclude(string filePath, FEExportFormat format, double lengthScale = 1, double forceScale = 1)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
FEExportFormat |
format |
|
System.Double |
lengthScale |
|
System.Double |
forceScale |
|
Implements
System.IEquatable<T>
Extension Methods