Search Results for

    Show / Hide Table of Contents

    Class BendOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BendOptions
    Implements
    IMessageSink
    Inherited Members
    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.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
    int

    DieToolIdName

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

    ExtendBendRelief

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

    IncludeReliefInWidth

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

    NeutralFactor

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

    OverrideToolSet

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

    PunchToolId

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

    PunchToolIdName

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

    UseGlobalBendRadius

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

    UseGlobalNeutralFactor

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

    UseGlobalReliefDepth

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

    UseGlobalReliefWidth

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

    Implements

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