Search Results for

    Show / Hide Table of Contents

    Class ProjectCurveBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ProjectCurveBuilder
    Implements
    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, 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.Features
    Assembly: NXOpen.dll
    Syntax
    public class ProjectCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ProjectCurveBuilder()

    Declaration
    protected ProjectCurveBuilder()

    Properties

    AngleToProjectionVector

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

    BridgedGapSize

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

    CurveFitData

    Declaration
    public CurveFitData CurveFitData { get; }
    Property Value
    Type Description
    CurveFitData

    CurveFitJoinData

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  Use NXOpen.Features.ProjectCurveBuilder.CurveFitData instead")]
    public CurveFitJoin CurveFitJoinData { get; }
    Property Value
    Type Description
    CurveFitJoin

    EqualArcLengthMethod

    Declaration
    public ProjectCurveBuilder.ArcLengthType EqualArcLengthMethod { get; set; }
    Property Value
    Type Description
    ProjectCurveBuilder.ArcLengthType

    FaceToProjectTo

    Declaration
    public SelectObjectList FaceToProjectTo { get; }
    Property Value
    Type Description
    SelectObjectList

    GapOption

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

    InputCurvesOption

    Declaration
    public CurveOptions InputCurvesOption { get; }
    Property Value
    Type Description
    CurveOptions

    LineToProjectToward

    Declaration
    public SelectDisplayableObject LineToProjectToward { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    NearestPointOption

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

    PlaneToProjectTo

    Declaration
    public Plane PlaneToProjectTo { get; set; }
    Property Value
    Type Description
    Plane

    PointToProjectToward

    Declaration
    public Point PointToProjectToward { get; set; }
    Property Value
    Type Description
    Point

    ProjectionDirectionMethod

    Declaration
    public ProjectCurveBuilder.DirectionType ProjectionDirectionMethod { get; set; }
    Property Value
    Type Description
    ProjectCurveBuilder.DirectionType

    ProjectionOption

    Declaration
    public ProjectCurveBuilder.ProjectionOptionType ProjectionOption { get; set; }
    Property Value
    Type Description
    ProjectCurveBuilder.ProjectionOptionType

    ProjectionVector

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

    ReferencePointForEqualArcLength

    Declaration
    public Point ReferencePointForEqualArcLength { get; set; }
    Property Value
    Type Description
    Point

    SectionToProject

    Declaration
    public Section SectionToProject { get; }
    Property Value
    Type Description
    Section

    Tolerance

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

    XVectorForEqualArcLength

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

    Implements

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