Search Results for

    Show / Hide Table of Contents

    Class CurveFitData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CurveFitData
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class CurveFitData : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    CurveFitData()

    Declaration
    protected CurveFitData()

    Properties

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    double

    CurveJoinMethod

    Declaration
    public CurveFitData.Join CurveJoinMethod { get; set; }
    Property Value
    Type Description
    CurveFitData.Join

    Degree

    Declaration
    public int Degree { get; set; }
    Property Value
    Type Description
    int

    FitMethod

    Declaration
    public CurveFitData.Method FitMethod { get; set; }
    Property Value
    Type Description
    CurveFitData.Method

    IsAdvancedFit

    Declaration
    public bool IsAdvancedFit { get; set; }
    Property Value
    Type Description
    bool

    IsAlignShape

    Declaration
    public bool IsAlignShape { get; set; }
    Property Value
    Type Description
    bool

    MaximumDegree

    Declaration
    public int MaximumDegree { get; set; }
    Property Value
    Type Description
    int

    MaximumSegments

    Declaration
    public int MaximumSegments { get; set; }
    Property Value
    Type Description
    int

    MinimumDegree

    Declaration
    public int MinimumDegree { get; set; }
    Property Value
    Type Description
    int

    Segments

    Declaration
    public int Segments { get; set; }
    Property Value
    Type Description
    int

    Tolerance

    Declaration
    public double Tolerance { get; set; }
    Property Value
    Type Description
    double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX