Search Results for

    Show / Hide Table of Contents

    Class CurveFitData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CurveFitData
    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.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
    System.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
    System.Int32

    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
    System.Boolean

    IsAlignShape

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

    MaximumDegree

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

    MaximumSegments

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

    MinimumDegree

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

    Segments

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

    Tolerance

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

    Methods

    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