Search Results for

    Show / Hide Table of Contents

    Class ManualInputProfileBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ManualInputProfileBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Fields
    Assembly: NXOpen.dll
    Syntax
    public class ManualInputProfileBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ManualInputProfileBuilder()

    Declaration
    protected ManualInputProfileBuilder()

    Properties

    Cyclic

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.Fields.ProfileSolverOptionsBuilder.Cyclic instead.")]
    public ManualInputProfileBuilder.CyclicType Cyclic { get; set; }
    Property Value
    Type Description
    ManualInputProfileBuilder.CyclicType

    OrdinateOffset

    Declaration
    public Expression OrdinateOffset { get; }
    Property Value
    Type Description
    Expression

    OrdinateScale

    Declaration
    public Expression OrdinateScale { get; }
    Property Value
    Type Description
    Expression

    OrdinateUnitType

    Declaration
    public Unit OrdinateUnitType { get; set; }
    Property Value
    Type Description
    Unit

    SlopeLeft

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.Fields.ProfileSolverOptionsBuilder.SlopeLeft instead.")]
    public Expression SlopeLeft { get; }
    Property Value
    Type Description
    Expression

    SlopeRight

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.Fields.ProfileSolverOptionsBuilder.SlopeRight instead.")]
    public Expression SlopeRight { get; }
    Property Value
    Type Description
    Expression

    SolverOptions

    Declaration
    public ProfileSolverOptionsBuilder SolverOptions { get; }
    Property Value
    Type Description
    ProfileSolverOptionsBuilder

    XExtrapolation

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.Fields.ProfileSolverOptionsBuilder.XExtrapolation instead.")]
    public ManualInputProfileBuilder.Extrapolation XExtrapolation { get; set; }
    Property Value
    Type Description
    ManualInputProfileBuilder.Extrapolation

    XInterpolation

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  Use NXOpen.Fields.ProfileSolverOptionsBuilder.XInterpolation instead.")]
    public ManualInputProfileBuilder.Interpolation XInterpolation { get; set; }
    Property Value
    Type Description
    ManualInputProfileBuilder.Interpolation

    XOffset

    Declaration
    public Expression XOffset { get; }
    Property Value
    Type Description
    Expression

    XScale

    Declaration
    public Expression XScale { get; }
    Property Value
    Type Description
    Expression

    XUnitType

    Declaration
    public Unit XUnitType { get; set; }
    Property Value
    Type Description
    Unit

    Methods

    SetDataPointExpressions(Int32[], String[])

    Declaration
    public void SetDataPointExpressions(int[] dataPointCellIds, string[] dataPointExpressions)
    Parameters
    Type Name Description
    System.Int32[] dataPointCellIds
    System.String[] dataPointExpressions

    SetDataPointValues(Double[])

    Declaration
    public void SetDataPointValues(double[] dataPoints)
    Parameters
    Type Name Description
    System.Double[] dataPoints

    SetMeasuresFixed(Boolean)

    Declaration
    public void SetMeasuresFixed(bool areMeasuresFixed)
    Parameters
    Type Name Description
    System.Boolean areMeasuresFixed

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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