Search Results for

    Show / Hide Table of Contents

    Class BendTaperBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    BendTaperBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    SheetmetalBaseBuilder.GetApplicationContext()
    SheetmetalBaseBuilder.SetApplicationContext(ApplicationContext)
    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.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class BendTaperBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    BendTaperBuilder()

    Declaration
    protected BendTaperBuilder()

    Properties

    BendTaperAngle1

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

    BendTaperAngle2

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

    BendTaperInputMethod1

    Declaration
    public BendTaperBuilder.BendTaperInputMethod BendTaperInputMethod1 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.BendTaperInputMethod

    BendTaperInputMethod2

    Declaration
    public BendTaperBuilder.BendTaperInputMethod BendTaperInputMethod2 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.BendTaperInputMethod

    BendTaperSelectBendFace

    Declaration
    public ScCollector BendTaperSelectBendFace { get; }
    Property Value
    Type Description
    ScCollector

    BendTaperType1

    Declaration
    public BendTaperBuilder.BendTaperType BendTaperType1 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.BendTaperType

    BendTaperType2

    Declaration
    public BendTaperBuilder.BendTaperType BendTaperType2 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.BendTaperType

    Chaining

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use WebTaperType1 and WebTaperType2 instead.")]
    public BendTaperBuilder.ChainingType Chaining { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.ChainingType

    EndRadius1

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

    EndRadius2

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

    InferRadius1

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

    InferRadius2

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

    ReverseTaperDirection

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use StationaryEntity instead.")]
    public bool ReverseTaperDirection { get; set; }
    Property Value
    Type Description
    System.Boolean

    StartRadius1

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

    StartRadius2

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

    StartType1

    Declaration
    public BendTaperBuilder.StartType StartType1 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.StartType

    StartType2

    Declaration
    public BendTaperBuilder.StartType StartType2 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.StartType

    StationaryEntity

    Declaration
    public NXObject StationaryEntity { get; set; }
    Property Value
    Type Description
    NXObject

    TaperDistance1

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

    TaperDistance2

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

    TaperSides

    Declaration
    public BendTaperBuilder.BendTaperSides TaperSides { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.BendTaperSides

    WebTaperAngle1

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

    WebTaperAngle2

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

    WebTaperType1

    Declaration
    public BendTaperBuilder.WebTaperType WebTaperType1 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.WebTaperType

    WebTaperType2

    Declaration
    public BendTaperBuilder.WebTaperType WebTaperType2 { get; set; }
    Property Value
    Type Description
    BendTaperBuilder.WebTaperType

    Implements

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