Search Results for

    Show / Hide Table of Contents

    Class FlangeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    FlangeBuilder
    Implements
    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, 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 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

    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