Search Results for

    Show / Hide Table of Contents

    Class BendBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    BendBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    SheetmetalBaseBuilder.GetApplicationContext()
    SheetmetalBaseBuilder.SetApplicationContext(ApplicationContext)
    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 BendBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    BendBuilder()

    Declaration
    protected BendBuilder()

    Properties

    BendLocation

    Declaration
    public BendBuilder.BendLocationOptions BendLocation { get; set; }
    Property Value
    Type Description
    BendBuilder.BendLocationOptions

    BendOptions

    Declaration
    public BendOptions BendOptions { get; }
    Property Value
    Type Description
    BendOptions

    Direction

    Declaration
    public BendBuilder.BendDirectionOptions Direction { get; set; }
    Property Value
    Type Description
    BendBuilder.BendDirectionOptions

    ExtendProfile

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

    FixedSide

    Declaration
    public BendBuilder.FixedSideOptions FixedSide { get; set; }
    Property Value
    Type Description
    BendBuilder.FixedSideOptions

    Section

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

    Sketch

    Declaration
    public SketchFeature Sketch { get; set; }
    Property Value
    Type Description
    SketchFeature

    TargetFace

    Declaration
    public Face TargetFace { get; set; }
    Property Value
    Type Description
    Face

    Methods

    GetBendAngle()

    Declaration
    public Expression GetBendAngle()
    Returns
    Type Description
    Expression

    SetBendAngle(String)

    Declaration
    public void SetBendAngle(string bendAngle)
    Parameters
    Type Name Description
    System.String bendAngle

    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