Search Results for

    Show / Hide Table of Contents

    Class FlangeBuilder

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

    Constructors

    FlangeBuilder()

    Declaration
    protected FlangeBuilder()

    Properties

    BendAngle

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

    BendOptions

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

    Edge

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

    FirstDistance

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

    InsetType

    Declaration
    public FlangeBuilder.InsetTypeOptions InsetType { get; set; }
    Property Value
    Type Description
    FlangeBuilder.InsetTypeOptions

    Length

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

    LengthType

    Declaration
    public FlangeBuilder.LengthTypeOptions LengthType { get; set; }
    Property Value
    Type Description
    FlangeBuilder.LengthTypeOptions

    MatchFaceOption

    Declaration
    public FlangeBuilder.MatchFaceOptions MatchFaceOption { get; set; }
    Property Value
    Type Description
    FlangeBuilder.MatchFaceOptions

    MatchPlane

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

    Offset

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

    OffsetType

    Declaration
    public FlangeBuilder.OffsetTypeOptions OffsetType { get; set; }
    Property Value
    Type Description
    FlangeBuilder.OffsetTypeOptions

    SecondDistance

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

    Vertex

    Declaration
    public Point3d Vertex { get; set; }
    Property Value
    Type Description
    Point3d

    WidthType

    Declaration
    public FlangeBuilder.WidthTypeOptions WidthType { get; set; }
    Property Value
    Type Description
    FlangeBuilder.WidthTypeOptions

    Methods

    DeleteSketch()

    Declaration
    public void DeleteSketch()

    EditSketch()

    Declaration
    public void EditSketch()

    GetSketch()

    Declaration
    public Sketch GetSketch()
    Returns
    Type Description
    Sketch

    SetBendAngle(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.FlangeBuilder.BendAngle instead.")]
    public void SetBendAngle(string bendAngle)
    Parameters
    Type Name Description
    System.String bendAngle

    SetFirstDistance(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.FlangeBuilder.FirstDistance instead.")]
    public void SetFirstDistance(string firstDistance)
    Parameters
    Type Name Description
    System.String firstDistance

    SetLength(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.FlangeBuilder.Length instead.")]
    public void SetLength(string length)
    Parameters
    Type Name Description
    System.String length

    SetOffset(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.FlangeBuilder.Offset instead.")]
    public void SetOffset(string offset)
    Parameters
    Type Name Description
    System.String offset

    SetSecondDistance(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.FlangeBuilder.SecondDistance instead.")]
    public void SetSecondDistance(string secondDistance)
    Parameters
    Type Name Description
    System.String secondDistance

    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