Search Results for

    Show / Hide Table of Contents

    Class BridgeTransitionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    BridgeTransitionBuilder
    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 BridgeTransitionBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    BridgeTransitionBuilder()

    Declaration
    protected BridgeTransitionBuilder()

    Properties

    AlternateSolution

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

    EndEdge

    Declaration
    public SelectEdge EndEdge { get; }
    Property Value
    Type Description
    SelectEdge

    EndEdgeLateralOffset

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

    EndRadius

    Declaration
    [Obsolete("Deprecated in NX10.0.2.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from Features.SheetMetal.BendOptions.BendRadius instead.")]
    public Expression EndRadius { get; }
    Property Value
    Type Description
    Expression

    FoldBendOptions

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

    FoldTransitionType

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

    InsetType

    Declaration
    public BridgeTransitionBuilder.InsetOptions InsetType { get; set; }
    Property Value
    Type Description
    BridgeTransitionBuilder.InsetOptions

    Length

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

    MultiThicknessProperty

    Declaration
    public MultiThicknessBuilder MultiThicknessProperty { get; }
    Property Value
    Type Description
    MultiThicknessBuilder

    Plane

    Declaration
    public SelectISurface Plane { get; }
    Property Value
    Type Description
    SelectISurface

    Point

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

    ReferenceGeometryPlane

    Declaration
    public Plane ReferenceGeometryPlane { get; set; }
    Property Value
    Type Description
    Plane

    StartAndEndParametersEqual

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

    StartEdge

    Declaration
    public SelectEdge StartEdge { get; }
    Property Value
    Type Description
    SelectEdge

    StartEdgeLateralOffset

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

    StartRadius

    Declaration
    [Obsolete("Deprecated in NX10.0.2.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from Features.SheetMetal.BendOptions.BendRadius instead.")]
    public Expression StartRadius { get; }
    Property Value
    Type Description
    Expression

    TrimOrExtendToBend

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

    Type

    Declaration
    public BridgeTransitionBuilder.TypeOptions Type { get; set; }
    Property Value
    Type Description
    BridgeTransitionBuilder.TypeOptions

    Width

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

    WidthDirection

    Declaration
    public BridgeTransitionBuilder.WidthDirectionOptions WidthDirection { get; set; }
    Property Value
    Type Description
    BridgeTransitionBuilder.WidthDirectionOptions

    WidthType

    Declaration
    public BridgeTransitionBuilder.WidthOptions WidthType { get; set; }
    Property Value
    Type Description
    BridgeTransitionBuilder.WidthOptions

    ZuEndEdgeBendOptions

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

    ZuStartEdgeBendOptions

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

    Implements

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