Class ManualInputProfileBuilder
Inheritance
ManualInputProfileBuilder
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 |
int[] |
dataPointCellIds |
|
string[] |
dataPointExpressions |
|
Declaration
public void SetDataPointValues(double[] dataPoints)
Parameters
Type |
Name |
Description |
double[] |
dataPoints |
|
Declaration
public void SetMeasuresFixed(bool areMeasuresFixed)
Parameters
Type |
Name |
Description |
bool |
areMeasuresFixed |
|
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink