Search Results for

    Show / Hide Table of Contents

    Class DesignStudyBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DesignStudyBuilder
    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.Optimization
    Assembly: NXOpen.dll
    Syntax
    public class DesignStudyBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DesignStudyBuilder()

    Declaration
    protected DesignStudyBuilder()

    Properties

    IsShowGraph

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

    IsUpdateDisp

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

    StudyName

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

    Methods

    BuildAllObjectives()

    Declaration
    public void BuildAllObjectives()

    BuildAllVariables()

    Declaration
    public void BuildAllVariables()

    GetDesignStudyObjectives()

    Declaration
    public DesignStudyBuilder.DesignStudyObjective[] GetDesignStudyObjectives()
    Returns
    Type Description
    DesignStudyBuilder.DesignStudyObjective[]

    GetDesignStudyVariables()

    Declaration
    public DesignStudyBuilder.DesignStudyVariable[] GetDesignStudyVariables()
    Returns
    Type Description
    DesignStudyBuilder.DesignStudyVariable[]

    RemoveAllObjectives()

    Declaration
    public void RemoveAllObjectives()

    RemoveAllVariables()

    Declaration
    public void RemoveAllVariables()

    RunDesignStudy()

    Declaration
    public void RunDesignStudy()

    SetDesignStudyObjectives(String[], NXObject[], DesignStudyBuilder.DesignStudyAttributeType[], Double[], Double[], Double[], Double[])

    Declaration
    public void SetDesignStudyObjectives(string[] attributeNames, NXObject[] attributeObjects, DesignStudyBuilder.DesignStudyAttributeType[] objectiveTypes, double[] warningLowerLimit, double[] warningUpperLimit, double[] failureLowerLimit, double[] failureUpperLimit)
    Parameters
    Type Name Description
    System.String[] attributeNames
    NXObject[] attributeObjects
    DesignStudyBuilder.DesignStudyAttributeType[] objectiveTypes
    System.Double[] warningLowerLimit
    System.Double[] warningUpperLimit
    System.Double[] failureLowerLimit
    System.Double[] failureUpperLimit

    SetDesignStudyVariables(String[], NXObject[], DesignStudyBuilder.DesignStudyAttributeType[], Double[], Double[], DesignStudyBuilder.DesignStudyDistributeType[], Double[], Double[], Double[], Int32[])

    Declaration
    public void SetDesignStudyVariables(string[] attributeNames, NXObject[] attributeObjects, DesignStudyBuilder.DesignStudyAttributeType[] variableTypes, double[] variableLowerLimitValue, double[] variableUpperLimitValue, DesignStudyBuilder.DesignStudyDistributeType[] distributeType, double[] locationParameter, double[] scaleParameter, double[] shapeParameter, int[] valuesCount)
    Parameters
    Type Name Description
    System.String[] attributeNames
    NXObject[] attributeObjects
    DesignStudyBuilder.DesignStudyAttributeType[] variableTypes
    System.Double[] variableLowerLimitValue
    System.Double[] variableUpperLimitValue
    DesignStudyBuilder.DesignStudyDistributeType[] distributeType
    System.Double[] locationParameter
    System.Double[] scaleParameter
    System.Double[] shapeParameter
    System.Int32[] valuesCount

    Implements

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