Class ManualInputProfileBuilder
Inheritance
System.Object
System.MarshalByRefObject
ManualInputProfileBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
public class ManualInputProfileBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ManualInputProfileBuilder()
Properties
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.Fields.ProfileSolverOptionsBuilder.Cyclic instead.")]
public ManualInputProfileBuilder.CyclicType Cyclic { get; set; }
Property Value
Declaration
public Expression OrdinateOffset { get; }
Property Value
Declaration
public Expression OrdinateScale { get; }
Property Value
Declaration
public Unit OrdinateUnitType { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.Fields.ProfileSolverOptionsBuilder.SlopeLeft instead.")]
public Expression SlopeLeft { get; }
Property Value
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.Fields.ProfileSolverOptionsBuilder.SlopeRight instead.")]
public Expression SlopeRight { get; }
Property Value
Declaration
public ProfileSolverOptionsBuilder SolverOptions { get; }
Property Value
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.Fields.ProfileSolverOptionsBuilder.XExtrapolation instead.")]
public ManualInputProfileBuilder.Extrapolation XExtrapolation { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use NXOpen.Fields.ProfileSolverOptionsBuilder.XInterpolation instead.")]
public ManualInputProfileBuilder.Interpolation XInterpolation { get; set; }
Property Value
Declaration
public Expression XOffset { get; }
Property Value
Declaration
public Expression XScale { get; }
Property Value
Declaration
public Unit XUnitType { get; set; }
Property Value
Methods
Declaration
public void SetDataPointExpressions(int[] dataPointCellIds, string[] dataPointExpressions)
Parameters
Type |
Name |
Description |
System.Int32[] |
dataPointCellIds |
|
System.String[] |
dataPointExpressions |
|
Declaration
public void SetDataPointValues(double[] dataPoints)
Parameters
Type |
Name |
Description |
System.Double[] |
dataPoints |
|
Declaration
public void SetMeasuresFixed(bool areMeasuresFixed)
Parameters
Type |
Name |
Description |
System.Boolean |
areMeasuresFixed |
|
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink