Class ProfileSolverOptionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
ProfileSolverOptionsBuilder
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)
Namespace: NXOpen.Fields
Assembly: NXOpen.dll
Syntax
public class ProfileSolverOptionsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ProfileSolverOptionsBuilder()
Declaration
protected ProfileSolverOptionsBuilder()
Properties
Cyclic
Declaration
public ProfileSolverOptionsBuilder.CyclicType Cyclic { get; set; }
Property Value
Type | Description |
---|---|
ProfileSolverOptionsBuilder.CyclicType |
SlopeLeft
Declaration
public Expression SlopeLeft { get; }
Property Value
Type | Description |
---|---|
Expression |
SlopeRight
Declaration
public Expression SlopeRight { get; }
Property Value
Type | Description |
---|---|
Expression |
XExtrapolation
Declaration
public ProfileSolverOptionsBuilder.Extrapolation XExtrapolation { get; set; }
Property Value
Type | Description |
---|---|
ProfileSolverOptionsBuilder.Extrapolation |
XInterpolation
Declaration
public ProfileSolverOptionsBuilder.Interpolation XInterpolation { get; set; }
Property Value
Type | Description |
---|---|
ProfileSolverOptionsBuilder.Interpolation |
YExtrapolation
Declaration
public ProfileSolverOptionsBuilder.Extrapolation YExtrapolation { get; set; }
Property Value
Type | Description |
---|---|
ProfileSolverOptionsBuilder.Extrapolation |
YInterpolation
Declaration
public ProfileSolverOptionsBuilder.Interpolation YInterpolation { get; set; }
Property Value
Type | Description |
---|---|
ProfileSolverOptionsBuilder.Interpolation |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink