Search Results for

    Show / Hide Table of Contents

    Class ThreeBendCornerBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ThreeBendCornerBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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, 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 ThreeBendCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ThreeBendCornerBuilder()

    Declaration
    protected ThreeBendCornerBuilder()

    Properties

    BlendMiter

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

    BlendMiterRadius

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

    CutMethod

    Declaration
    public ThreeBendCornerBuilder.CutMethodTypes CutMethod { get; set; }
    Property Value
    Type Description
    ThreeBendCornerBuilder.CutMethodTypes

    Diameter

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

    FlangeClearance

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

    Length

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

    Length1

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

    Length2

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

    MiterCorner

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

    MiterRootRadius

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

    NumberOfFacePairs

    Declaration
    public int NumberOfFacePairs { get; }
    Property Value
    Type Description
    int

    Offset

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

    OriginType

    Declaration
    public ThreeBendCornerBuilder.OriginTypes OriginType { get; set; }
    Property Value
    Type Description
    ThreeBendCornerBuilder.OriginTypes

    PunchRadius

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

    TreatmentType

    Declaration
    public ThreeBendCornerBuilder.TreatmentTypeOptions TreatmentType { get; set; }
    Property Value
    Type Description
    ThreeBendCornerBuilder.TreatmentTypeOptions

    VCutoutAngle1

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

    VCutoutAngle2

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

    Methods

    AddFacePair(Face, Face)

    Declaration
    public void AddFacePair(Face firstFace, Face secondFace)
    Parameters
    Type Name Description
    Face firstFace
    Face secondFace

    GetFacePair(int, out Face, out Face)

    Declaration
    public void GetFacePair(int index, out Face firstFace, out Face secondFace)
    Parameters
    Type Name Description
    int index
    Face firstFace
    Face secondFace

    RemoveFacePair(Face, Face)

    Declaration
    public void RemoveFacePair(Face firstFace, Face secondFace)
    Parameters
    Type Name Description
    Face firstFace
    Face secondFace

    ValidateBuilderData()

    Declaration
    public int ValidateBuilderData()
    Returns
    Type Description
    int

    Implements

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