Search Results for

    Show / Hide Table of Contents

    Class FlangeBendPropertiesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SheetmetalComponentBuilder
    FeatureBendPropertiesBuilder
    FlangeBendPropertiesBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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 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
    System.Boolean

    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
    System.Boolean

    ReverseDirectionOffset

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

    UseRecipe

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

    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