Version: 13.0

    Show / Hide Table of Contents

    Class FEModel

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    FEModel
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class FEModel : APIBase, IEquatable<APIBase>

    Fields

    _parent

    Declaration
    protected readonly APIBase _parent
    Field Value
    Type Description
    APIBase

    Properties

    BeamElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesBeam> BeamElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesBeam>

    ContactPairs

    Declaration
    public ReadOnlyCollection<ContactPairReporting> ContactPairs { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ContactPairReporting>

    CoordinateSystems

    Declaration
    public ReadOnlyCollection<CoordinateSystemReporting> CoordinateSystems { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<CoordinateSystemReporting>

    EdgeAngleTolerance

    Measurement: Angle

    Declaration
    public double EdgeAngleTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    InterfaceElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesInterface> InterfaceElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesInterface>

    MassElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesMass> MassElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesMass>

    Materials

    Declaration
    public ReadOnlyCollection<MaterialPropertiesReporting> Materials { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<MaterialPropertiesReporting>

    ModelForceUnit

    Declaration
    public string ModelForceUnit { get; }
    Property Value
    Type Description
    System.String

    ModelLengthUnit

    Declaration
    public string ModelLengthUnit { get; }
    Property Value
    Type Description
    System.String

    ModelParts

    Declaration
    public ReadOnlyCollection<FEModelPart> ModelParts { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<FEModelPart>

    ModelSplittingMethod

    This option allows the solid model to be split into parts for drawing purposes

    Declaration
    public ModelSplittingMethod ModelSplittingMethod { get; set; }
    Property Value
    Type Description
    ModelSplittingMethod

    NumberOfElements

    Total number of elements in the FE model

    Declaration
    public int NumberOfElements { get; }
    Property Value
    Type Description
    System.Int32

    NumberOfElementsWithNegativeJacobian

    Declaration
    public int NumberOfElementsWithNegativeJacobian { get; }
    Property Value
    Type Description
    System.Int32

    NumberOfElementsWithNegativeSize

    Declaration
    public int NumberOfElementsWithNegativeSize { get; }
    Property Value
    Type Description
    System.Int32

    NumberOfNodes

    Total number of nodes in the FE model

    Declaration
    public int NumberOfNodes { get; }
    Property Value
    Type Description
    System.Int32

    OriginalFilePath

    Expected location of the original FE file. This is stored as a relative path in the MASTA file. If the file cannot be found at this location then the option to include the file in the export will be unavailable.

    Declaration
    public string OriginalFilePath { get; }
    Property Value
    Type Description
    System.String

    OtherElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesBase> OtherElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesBase>

    ReportNames

    Declaration
    public IReadOnlyList<string> ReportNames { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<System.String>

    RigidElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesRigid> RigidElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesRigid>

    ShellElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesShell> ShellElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesShell>

    SolidElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesSolid> SolidElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesSolid>

    SpringDashpotElementProperties

    Declaration
    public ReadOnlyCollection<ElementPropertiesSpringDashpot> SpringDashpotElementProperties { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ElementPropertiesSpringDashpot>

    UseSimplifiedNormalCalculationWhenDeformed

    Improves performance for large FE models by not blending normals between faces when the model is deformed.

    Declaration
    public bool UseSimplifiedNormalCalculationWhenDeformed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AddNewMaterial()

    Declaration
    public void AddNewMaterial()

    ChangeInterpolationConstraintsToDistributing()

    Interpolation constraints are the equivalent of Nastran RBE3 elements whilst Distributing are the equivalent of Abaqus distributing elements

    Declaration
    public void ChangeInterpolationConstraintsToDistributing()

    DeleteUnusedElementProperties()

    Removes any element properties that are not being used by any elements

    Declaration
    public void DeleteUnusedElementProperties()

    DeleteUnusedMaterials()

    Removes any materials that are not being used by any elements or element properties

    Declaration
    public void DeleteUnusedMaterials()

    GetActiveReportWithEncodedImages()

    Declaration
    public string GetActiveReportWithEncodedImages()
    Returns
    Type Description
    System.String

    GetAllElementDetails()

    Declaration
    public ElementDetailsForFEModel GetAllElementDetails()
    Returns
    Type Description
    ElementDetailsForFEModel

    GetAllNodeDetails()

    Declaration
    public NodeDetailsForFEModel GetAllNodeDetails()
    Returns
    Type Description
    NodeDetailsForFEModel

    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

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top