Search Results for

    Show / Hide Table of Contents

    Class BendOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BendOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 BendOptions : TaggedObject, IMessageSink

    Constructors

    BendOptions()

    Declaration
    protected BendOptions()

    Properties

    BendRadius

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

    BendReliefDepth

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

    BendReliefType

    Declaration
    public BendOptions.BendReliefTypeOptions BendReliefType { get; set; }
    Property Value
    Type Description
    BendOptions.BendReliefTypeOptions

    BendReliefWidth

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

    CornerReliefType

    Declaration
    public BendOptions.CornerReliefTypeOptions CornerReliefType { get; set; }
    Property Value
    Type Description
    BendOptions.CornerReliefTypeOptions

    DieToolId

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

    DieToolIdName

    Declaration
    public string DieToolIdName { get; set; }
    Property Value
    Type Description
    System.String

    ExtendBendRelief

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

    IncludeReliefInWidth

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

    NeutralFactor

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

    OverrideToolSet

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

    PunchToolId

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

    PunchToolIdName

    Declaration
    public string PunchToolIdName { get; set; }
    Property Value
    Type Description
    System.String

    UseGlobalBendRadius

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

    UseGlobalNeutralFactor

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

    UseGlobalReliefDepth

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

    UseGlobalReliefWidth

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

    Methods

    SetBendRadius(String)

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

    SetBendReliefDepth(String)

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

    SetBendReliefWidth(String)

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

    SetNeutralFactor(String)

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

    Implements

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