Search Results for

    Show / Hide Table of Contents

    Class FitCurveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FitCurveBuilder
    SketchFitCurveBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class FitCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    FitCurveBuilder()

    Declaration
    protected FitCurveBuilder()

    Properties

    CanKeepTemplateSelected

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

    CanRejectPointsAutomatically

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

    CanUseAllPointsInPart

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

    ConstraintManager

    Declaration
    public GeometricConstraintDataManager ConstraintManager { get; }
    Property Value
    Type Description
    GeometricConstraintDataManager

    Degree

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

    Extender

    Declaration
    public CurveExtensionBuilder Extender { get; }
    Property Value
    Type Description
    CurveExtensionBuilder

    FittingParameters

    Declaration
    public FitCurveBuilder.FittingParametersOptions FittingParameters { get; set; }
    Property Value
    Type Description
    FitCurveBuilder.FittingParametersOptions

    HasRadius

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

    HasReversedDirection

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

    HasUniformSegments

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

    IsAssociative

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

    IsClosedBSpline

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

    IsClosedCurve

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

    ProjectionDirection

    Declaration
    public Direction ProjectionDirection { get; set; }
    Property Value
    Type Description
    Direction

    ProjectionDirectionOption

    Declaration
    public FitCurveBuilder.ProjectionDirectionOptions ProjectionDirectionOption { get; set; }
    Property Value
    Type Description
    FitCurveBuilder.ProjectionDirectionOptions

    Radius

    Declaration
    public Expression Radius { get; }
    Property Value
    Type Description
    Expression

    RejectionThreshold

    Declaration
    public Expression RejectionThreshold { get; }
    Property Value
    Type Description
    Expression

    Segments

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

    Target

    Declaration
    public SelectTaggedObjectList Target { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    TargetSourceType

    Declaration
    public FitCurveBuilder.TargetSourceTypes TargetSourceType { get; set; }
    Property Value
    Type Description
    FitCurveBuilder.TargetSourceTypes

    TemplateCurve

    Declaration
    public SelectSpline TemplateCurve { get; }
    Property Value
    Type Description
    SelectSpline

    Tolerance

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

    Type

    Declaration
    public FitCurveBuilder.Types Type { get; set; }
    Property Value
    Type Description
    FitCurveBuilder.Types

    Methods

    ChainAllPoints()

    Declaration
    public void ChainAllPoints()

    DeleteTargetPoints(Point[])

    Declaration
    public void DeleteTargetPoints(Point[] points)
    Parameters
    Type Name Description
    Point[] points

    Evaluate()

    Declaration
    public void Evaluate()

    GetFinalTargetPoint(Int32)

    Declaration
    public Point GetFinalTargetPoint(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Point

    GetFinalTargetPointsSize()

    Declaration
    public int GetFinalTargetPointsSize()
    Returns
    Type Description
    System.Int32

    MakeConstraint(Point)

    Declaration
    public void MakeConstraint(Point point)
    Parameters
    Type Name Description
    Point point

    RemoveConstraint(Point)

    Declaration
    public void RemoveConstraint(Point point)
    Parameters
    Type Name Description
    Point point

    UpdateTargetSelectionOnPointEditing()

    Declaration
    public void UpdateTargetSelectionOnPointEditing()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX