Search Results for

    Show / Hide Table of Contents

    Class ThreeBendCornerBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ThreeBendCornerBuilder
    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.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class ThreeBendCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ThreeBendCornerBuilder()

    Declaration
    protected ThreeBendCornerBuilder()

    Properties

    BlendMiter

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

    BlendMiterRadius

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

    CutMethod

    Declaration
    public ThreeBendCornerBuilder.CutMethodTypes CutMethod { get; set; }
    Property Value
    Type Description
    ThreeBendCornerBuilder.CutMethodTypes

    Diameter

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

    FlangeClearance

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

    Length

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

    Length1

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

    Length2

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

    MiterCorner

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

    MiterRootRadius

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

    NumberOfFacePairs

    Declaration
    public int NumberOfFacePairs { get; }
    Property Value
    Type Description
    System.Int32

    Offset

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

    OriginType

    Declaration
    public ThreeBendCornerBuilder.OriginTypes OriginType { get; set; }
    Property Value
    Type Description
    ThreeBendCornerBuilder.OriginTypes

    PunchRadius

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

    TreatmentType

    Declaration
    public ThreeBendCornerBuilder.TreatmentTypeOptions TreatmentType { get; set; }
    Property Value
    Type Description
    ThreeBendCornerBuilder.TreatmentTypeOptions

    VCutoutAngle1

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

    VCutoutAngle2

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

    Methods

    AddFacePair(Face, Face)

    Declaration
    public void AddFacePair(Face firstFace, Face secondFace)
    Parameters
    Type Name Description
    Face firstFace
    Face secondFace

    GetFacePair(Int32, out Face, out Face)

    Declaration
    public void GetFacePair(int index, out Face firstFace, out Face secondFace)
    Parameters
    Type Name Description
    System.Int32 index
    Face firstFace
    Face secondFace

    RemoveFacePair(Face, Face)

    Declaration
    public void RemoveFacePair(Face firstFace, Face secondFace)
    Parameters
    Type Name Description
    Face firstFace
    Face secondFace

    SetDiameter(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.ThreeBendCornerBuilder.Diameter instead.")]
    public void SetDiameter(string diameter)
    Parameters
    Type Name Description
    System.String diameter

    ValidateBuilderData()

    Declaration
    public int ValidateBuilderData()
    Returns
    Type Description
    System.Int32

    Implements

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