Search Results for

    Show / Hide Table of Contents

    Class ProjectCurveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ProjectCurveBuilder
    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 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
    System.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
    System.Boolean

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

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