Search Results for

    Show / Hide Table of Contents

    Class StepManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LbcAssociationMgr
    StepManager
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    LbcAssociationMgr.ExportToCsv(string)
    LbcAssociationMgr.ImportFromCsv(string)
    LbcAssociationMgr.Orientation
    LbcAssociationMgr.TypeOption
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class StepManager : LbcAssociationMgr, IMessageSink, IComponentBuilder

    Constructors

    StepManager()

    Declaration
    protected StepManager()

    Methods

    AddBc(SimSolutionStep, SimBC)

    Declaration
    public void AddBc(SimSolutionStep tSolutionStep, SimBC tBc)
    Parameters
    Type Name Description
    SimSolutionStep tSolutionStep
    SimBC tBc

    AddFolder(SimSolutionStep, SimLbcFolder)

    Declaration
    public void AddFolder(SimSolutionStep tSolutionStep, SimLbcFolder tBc)
    Parameters
    Type Name Description
    SimSolutionStep tSolutionStep
    SimLbcFolder tBc

    AddGlobalBc(SimBC)

    Declaration
    public void AddGlobalBc(SimBC tBc)
    Parameters
    Type Name Description
    SimBC tBc

    AddGlobalFolder(SimLbcFolder)

    Declaration
    public void AddGlobalFolder(SimLbcFolder tBc)
    Parameters
    Type Name Description
    SimLbcFolder tBc

    AddGlobalLoadset(SimLoadSet)

    Declaration
    public void AddGlobalLoadset(SimLoadSet tBc)
    Parameters
    Type Name Description
    SimLoadSet tBc

    AddLoadset(SimSolutionStep, SimLoadSet)

    Declaration
    public void AddLoadset(SimSolutionStep tSolutionStep, SimLoadSet tBc)
    Parameters
    Type Name Description
    SimSolutionStep tSolutionStep
    SimLoadSet tBc

    GetBcScaleFactor(SimSolutionStep, SimBC)

    Declaration
    public double GetBcScaleFactor(SimSolutionStep step, SimBC bc)
    Parameters
    Type Name Description
    SimSolutionStep step
    SimBC bc
    Returns
    Type Description
    double

    GetFolderScaleFactor(SimSolutionStep, SimLbcFolder)

    Declaration
    public double GetFolderScaleFactor(SimSolutionStep step, SimLbcFolder folder)
    Parameters
    Type Name Description
    SimSolutionStep step
    SimLbcFolder folder
    Returns
    Type Description
    double

    GetGlobalBcScaleFactor(SimBC)

    Declaration
    public double GetGlobalBcScaleFactor(SimBC bc)
    Parameters
    Type Name Description
    SimBC bc
    Returns
    Type Description
    double

    GetGlobalFolderScaleFactor(SimLbcFolder)

    Declaration
    public double GetGlobalFolderScaleFactor(SimLbcFolder folder)
    Parameters
    Type Name Description
    SimLbcFolder folder
    Returns
    Type Description
    double

    GetGlobalLoadsetScaleFactor(SimLoadSet)

    Declaration
    public double GetGlobalLoadsetScaleFactor(SimLoadSet loadSet)
    Parameters
    Type Name Description
    SimLoadSet loadSet
    Returns
    Type Description
    double

    GetGlobalOverallScaleFactor(OverallScaleFactorEnum)

    Declaration
    public double GetGlobalOverallScaleFactor(StepManager.OverallScaleFactorEnum scaleFactorType)
    Parameters
    Type Name Description
    StepManager.OverallScaleFactorEnum scaleFactorType
    Returns
    Type Description
    double

    GetLoadsetScaleFactor(SimSolutionStep, SimLoadSet)

    Declaration
    public double GetLoadsetScaleFactor(SimSolutionStep step, SimLoadSet loadSet)
    Parameters
    Type Name Description
    SimSolutionStep step
    SimLoadSet loadSet
    Returns
    Type Description
    double

    GetOverallScaleFactor(SimSolutionStep, OverallScaleFactorEnum)

    Declaration
    public double GetOverallScaleFactor(SimSolutionStep solStep, StepManager.OverallScaleFactorEnum scaleFactorType)
    Parameters
    Type Name Description
    SimSolutionStep solStep
    StepManager.OverallScaleFactorEnum scaleFactorType
    Returns
    Type Description
    double

    RemoveBc(SimSolutionStep, SimBC)

    Declaration
    public void RemoveBc(SimSolutionStep tSolutionStep, SimBC tBc)
    Parameters
    Type Name Description
    SimSolutionStep tSolutionStep
    SimBC tBc

    RemoveFolder(SimSolutionStep, SimLbcFolder)

    Declaration
    public void RemoveFolder(SimSolutionStep tSolutionStep, SimLbcFolder tBc)
    Parameters
    Type Name Description
    SimSolutionStep tSolutionStep
    SimLbcFolder tBc

    RemoveGlobalBc(SimBC)

    Declaration
    public void RemoveGlobalBc(SimBC tBc)
    Parameters
    Type Name Description
    SimBC tBc

    RemoveGlobalFolder(SimLbcFolder)

    Declaration
    public void RemoveGlobalFolder(SimLbcFolder tBc)
    Parameters
    Type Name Description
    SimLbcFolder tBc

    RemoveGlobalLoadset(SimLoadSet)

    Declaration
    public void RemoveGlobalLoadset(SimLoadSet tBc)
    Parameters
    Type Name Description
    SimLoadSet tBc

    RemoveLoadset(SimSolutionStep, SimLoadSet)

    Declaration
    public void RemoveLoadset(SimSolutionStep tSolutionStep, SimLoadSet tBc)
    Parameters
    Type Name Description
    SimSolutionStep tSolutionStep
    SimLoadSet tBc

    ScaleBc(SimSolutionStep, SimBC, double)

    Declaration
    public void ScaleBc(SimSolutionStep tSolution, SimBC tBc, double scale)
    Parameters
    Type Name Description
    SimSolutionStep tSolution
    SimBC tBc
    double scale

    ScaleFolder(SimSolutionStep, SimLbcFolder, double)

    Declaration
    public void ScaleFolder(SimSolutionStep tSolution, SimLbcFolder tBc, double scale)
    Parameters
    Type Name Description
    SimSolutionStep tSolution
    SimLbcFolder tBc
    double scale

    ScaleGlobalBc(SimBC, double)

    Declaration
    public void ScaleGlobalBc(SimBC tBc, double scale)
    Parameters
    Type Name Description
    SimBC tBc
    double scale

    ScaleGlobalFolder(SimLbcFolder, double)

    Declaration
    public void ScaleGlobalFolder(SimLbcFolder tBc, double scale)
    Parameters
    Type Name Description
    SimLbcFolder tBc
    double scale

    ScaleGlobalLoadset(SimLoadSet, double)

    Declaration
    public void ScaleGlobalLoadset(SimLoadSet tBc, double scale)
    Parameters
    Type Name Description
    SimLoadSet tBc
    double scale

    ScaleLoadset(SimSolutionStep, SimLoadSet, double)

    Declaration
    public void ScaleLoadset(SimSolutionStep tSolution, SimLoadSet tBc, double scale)
    Parameters
    Type Name Description
    SimSolutionStep tSolution
    SimLoadSet tBc
    double scale

    SetGlobalOverallScaleFactor(OverallScaleFactorEnum, double)

    Declaration
    public void SetGlobalOverallScaleFactor(StepManager.OverallScaleFactorEnum scaleFactorType, double scaleFactor)
    Parameters
    Type Name Description
    StepManager.OverallScaleFactorEnum scaleFactorType
    double scaleFactor

    SetOverallScaleFactor(SimSolutionStep, OverallScaleFactorEnum, double)

    Declaration
    public void SetOverallScaleFactor(SimSolutionStep solStep, StepManager.OverallScaleFactorEnum scaleFactorType, double scaleFactor)
    Parameters
    Type Name Description
    SimSolutionStep solStep
    StepManager.OverallScaleFactorEnum scaleFactorType
    double scaleFactor

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX