Class FEModel
Inheritance
System.Object
FEModel
Assembly: SMT.MastaAPI.14.1.1.dll
public class FEModel : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public ReadOnlyCollection<ElementPropertiesBeam> BeamElementProperties { get; }
Property Value
Declaration
public ReadOnlyCollection<ContactPairReporting> ContactPairs { get; }
Property Value
Declaration
public ReadOnlyCollection<CoordinateSystemReporting> CoordinateSystems { get; }
Property Value
Declaration
public int DegreeOfNeighbouringFacesToInclude { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public double EdgeAngleTolerance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool ExcludeNodesConnectedToCondensationNodes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IncludeNeighbouringFacesInFaceSelection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ReadOnlyCollection<ElementPropertiesInterface> InterfaceElementProperties { get; }
Property Value
Declaration
public ReadOnlyCollection<ElementPropertiesMass> MassElementProperties { get; }
Property Value
Declaration
public ReadOnlyCollection<MaterialPropertiesReporting> Materials { get; }
Property Value
Declaration
public string ModelForceUnit { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ModelLengthUnit { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public ReadOnlyCollection<FEModelPart> ModelParts { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<FEModelPart> |
|
Declaration
public ModelSplittingMethod ModelSplittingMethod { get; set; }
Property Value
Declaration
public int NumberOfElements { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfElementsWithNegativeJacobian { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfElementsWithNegativeSize { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfNodes { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string OriginalFilePath { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public ReadOnlyCollection<ElementPropertiesBase> OtherElementProperties { get; }
Property Value
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
Declaration
public ReadOnlyCollection<ElementPropertiesRigid> RigidElementProperties { get; }
Property Value
Declaration
public ReadOnlyCollection<ElementPropertiesShell> ShellElementProperties { get; }
Property Value
Declaration
public ReadOnlyCollection<ElementPropertiesSolid> SolidElementProperties { get; }
Property Value
Declaration
public ReadOnlyCollection<ElementPropertiesSpringDashpot> SpringDashpotElementProperties { get; }
Property Value
Declaration
public bool UseContactPairsForBoundary { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseMultipointConstraintsForBoundary { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseRigidElementsForBoundary { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseSimplifiedNormalCalculationWhenDeformed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
public void AddNewMaterial()
Declaration
public void ChangeInterpolationConstraintsToDistributing()
Declaration
public void DeleteUnusedElementProperties()
Declaration
public void DeleteUnusedMaterials()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
Declaration
public ElementDetailsForFEModel GetAllElementDetails()
Returns
Declaration
public NodeDetailsForFEModel GetAllNodeDetails()
Returns
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