Search Results for

    Show / Hide Table of Contents

    Class OutputCurvesBuilder

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

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.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