Search Results for

    Show / Hide Table of Contents

    Class OutputCurvesBuilder

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

    Constructors

    OutputCurvesBuilder()

    Declaration
    protected OutputCurvesBuilder()

    Properties

    AngleTolerance

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

    DistanceTolerance

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

    FirstLimitPoint

    Declaration
    public Point3d FirstLimitPoint { get; set; }
    Property Value
    Type Description
    Point3d

    LastLimitPoint

    Declaration
    public Point3d LastLimitPoint { get; set; }
    Property Value
    Type Description
    Point3d

    OffsetDistance

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

    ReferenceFeature

    Declaration
    public Feature ReferenceFeature { get; set; }
    Property Value
    Type Description
    Feature

    ReferencePoint

    Declaration
    public Point3d ReferencePoint { get; set; }
    Property Value
    Type Description
    Point3d

    SmoothTolerance

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

    SmoothType

    Declaration
    public OutputCurvesBuilder.SmoothTypes SmoothType { get; set; }
    Property Value
    Type Description
    OutputCurvesBuilder.SmoothTypes

    TrimCurveCreateType

    Declaration
    public OutputCurvesBuilder.TrimCurveCreateTypes TrimCurveCreateType { get; set; }
    Property Value
    Type Description
    OutputCurvesBuilder.TrimCurveCreateTypes

    TrimCurveType

    Declaration
    public OutputCurvesBuilder.TrimCurveTypes TrimCurveType { get; set; }
    Property Value
    Type Description
    OutputCurvesBuilder.TrimCurveTypes

    TrimOutputCurveType

    Declaration
    public OutputCurvesBuilder.TrimOutputCurveTypes TrimOutputCurveType { get; set; }
    Property Value
    Type Description
    OutputCurvesBuilder.TrimOutputCurveTypes

    Methods

    CreateNonAssociative()

    Declaration
    public ICurve[] CreateNonAssociative()
    Returns
    Type Description
    ICurve[]

    Implements

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