Version: 13.0

    Show / Hide Table of Contents

    Enum FEExportFormat

    Namespace: SMT.MastaAPI.NodalAnalysis.FeExportUtility
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("6730b766-8b51-fd8d-48c2-465110c641b5")]
    [ApiEnumFor("SMT.NodalAnalysis.FeExportUtility.FEExportFormat, SMT.NodalAnalysis")]
    public enum FEExportFormat

    Fields

    Name Description
    AbaqusInputFileOutputFil

    Creates an Abaqus input file. If Reduction Commands are included, Abaqus will output a .fil file containing the reduction data.

    AbaqusInputFileOutputMtx

    Creates an Abaqus input file. If Reduction Commands are included, Abaqus will output a .mtx file containing the reduction data.

    ANSYSAPDLInputFile

    ANSYS APDL input file

    ANSYSAPDLInputFileOutputSub

    ANSYS APDL input file (output .sub)

    ANSYSWorkbenchCommands

    ANSYS Workbench commands

    MSCNastranBulkDataFileOutputOp4AndPch

    Creates a MSC Nastran bulk data file. If Reduction Commands are included, Nastran will output an .op4 and a .pch files containing the reduction data.

    MSCNastranBulkDataFileOutputPch

    Creates a MSC Nastran bulk data file. If Reduction Commands are included, Nastran will output a .pch file containing the reduction data.

    SimcenterNastranBulkDataFileOutputOp4AndPch

    Creates a Simcenter Nastran bulk data file. If Reduction Commands are included, Nastran will output an .op4 and a .pch files containing the reduction data.

    SimcenterNastranBulkDataFileOutputPch

    Creates a Simcenter Nastran bulk data file. If Reduction Commands are included, Nastran will output a .pch file containing the reduction data.

    Back to top