Search Results for

    Show / Hide Table of Contents

    Class FlangeBendPropertiesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SheetmetalComponentBuilder
    FeatureBendPropertiesBuilder
    FlangeBendPropertiesBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBendPropertiesBuilder.BendOptions
    FeatureBendPropertiesBuilder.Value
    SheetmetalComponentBuilder.GetApplicationContext()
    SheetmetalComponentBuilder.SetApplicationContext(ApplicationContext)
    SheetmetalComponentBuilder.Validate()
    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 FlangeBendPropertiesBuilder : FeatureBendPropertiesBuilder, IMessageSink, IComponentBuilder

    Constructors

    FlangeBendPropertiesBuilder()

    Declaration
    protected FlangeBendPropertiesBuilder()

    Properties

    Angle

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

    Distance1

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

    Distance2

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

    Edges

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

    Inset

    Declaration
    public FlangeBendPropertiesBuilder.Insets Inset { get; set; }
    Property Value
    Type Description
    FlangeBendPropertiesBuilder.Insets

    Length

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

    LengthReference

    Declaration
    public FlangeBendPropertiesBuilder.LengthReferences LengthReference { get; set; }
    Property Value
    Type Description
    FlangeBendPropertiesBuilder.LengthReferences

    Miter

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

    Offset

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

    Point

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    ReverseDirectionLength

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

    ReverseDirectionOffset

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

    UseRecipe

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

    Width

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

    WidthOption

    Declaration
    public FlangeBendPropertiesBuilder.WidthOptions WidthOption { get; set; }
    Property Value
    Type Description
    FlangeBendPropertiesBuilder.WidthOptions

    Methods

    DeleteFlangeBendProperties()

    Declaration
    public void DeleteFlangeBendProperties()

    Implements

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