Version: 13.0

    Show / Hide Table of Contents

    Enum FESubstructureType

    Namespace: SMT.MastaAPI.SystemModel.FE
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("bb536a7d-7284-e3ac-9974-16cfac5c689e")]
    [ApiEnumFor("SMT.MAA.FE.FESubstructureType, SMT.MAA")]
    public enum FESubstructureType

    Fields

    Name Description
    CreateShaftMesh

    Convert the shaft to an FE mesh.

    ExternallyReducedFE

    Only the stiffness and mass between the connection points is imported into MASTA. 3D geometry can also be added.

    FEMeshFromGeometryModeller

    Mesh provided by Geometry Modeller.

    FullFEMesh

    Complete mesh of the FE is imported into MASTA which allows for detailed results such as the full deformed shape and stress.

    GeometryFromGeometryModeller

    Geometry provided by Geometry Modeller.

    ImportedSTLMesh

    Created from geometry defined by an STL file.

    Back to top