Search Results for

    Show / Hide Table of Contents

    Class SIZERExportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SIZERExportBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class SIZERExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SIZERExportBuilder()

    Declaration
    protected SIZERExportBuilder()

    Properties

    OutputFile

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

    Methods

    GetMcdMechanicalData(out SIZERExportBuilder.MCDMechanicalData[])

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Use NXOpen.Mechatronics.ExportLoadCurveBuilder.GetMcdMechanicalData instead")]
    public void GetMcdMechanicalData(out SIZERExportBuilder.MCDMechanicalData[] mechanicalData)
    Parameters
    Type Name Description
    SIZERExportBuilder.MCDMechanicalData[] mechanicalData

    GetMechanicalData(out SIZERExportBuilder.MechanicalData[])

    Declaration
    public void GetMechanicalData(out SIZERExportBuilder.MechanicalData[] mechanicalData)
    Parameters
    Type Name Description
    SIZERExportBuilder.MechanicalData[] mechanicalData

    GetRunMode()

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  This method has no replacement. It is no longer supported anymore.")]
    public SIZERExportBuilder.RunMode GetRunMode()
    Returns
    Type Description
    SIZERExportBuilder.RunMode

    ProcessMcdSimulationData(Double, Double)

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Use NXOpen.Mechatronics.ExportLoadCurveBuilder.ProcessMcdSimulationData instead")]
    public void ProcessMcdSimulationData(double startTime, double endTime)
    Parameters
    Type Name Description
    System.Double startTime
    System.Double endTime

    SetMcdMechanicalData(SIZERExportBuilder.MCDMechanicalData[])

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Use NXOpen.Mechatronics.ExportLoadCurveBuilder.SetMcdMechanicalData instead")]
    public void SetMcdMechanicalData(SIZERExportBuilder.MCDMechanicalData[] mechanicalData)
    Parameters
    Type Name Description
    SIZERExportBuilder.MCDMechanicalData[] mechanicalData

    SetMechanicalData(SIZERExportBuilder.MechanicalData[])

    Declaration
    public void SetMechanicalData(SIZERExportBuilder.MechanicalData[] mechanicalData)
    Parameters
    Type Name Description
    SIZERExportBuilder.MechanicalData[] mechanicalData

    SetRunMode(SIZERExportBuilder.RunMode)

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  This method has no replacement. It is no longer supported anymore.")]
    public void SetRunMode(SIZERExportBuilder.RunMode runMode)
    Parameters
    Type Name Description
    SIZERExportBuilder.RunMode runMode

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX