Search Results for

    Show / Hide Table of Contents

    Class LoftedFlangeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    LoftedFlangeBuilder
    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 LoftedFlangeBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    LoftedFlangeBuilder()

    Declaration
    protected LoftedFlangeBuilder()

    Properties

    AutoReliefType

    Declaration
    public LoftedFlangeBuilder.AutoReliefTypes AutoReliefType { get; set; }
    Property Value
    Type Description
    LoftedFlangeBuilder.AutoReliefTypes

    BendDivideParameter

    Declaration
    public LoftedFlangeBuilder.BendDivideParameters BendDivideParameter { get; set; }
    Property Value
    Type Description
    LoftedFlangeBuilder.BendDivideParameters

    BendOptions

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

    BendingMethod

    Declaration
    public LoftedFlangeBuilder.BendingMethods BendingMethod { get; set; }
    Property Value
    Type Description
    LoftedFlangeBuilder.BendingMethods

    EndSection

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

    EndSectionPoint

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

    EndSketch

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

    IndexMarkLength

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

    IsSecondary

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

    MaximumChordHeight

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

    MaximumSegmentAngle

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

    MaximumSegmentLength

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

    NumberOfBendSegments

    Declaration
    public int NumberOfBendSegments { get; set; }
    Property Value
    Type Description
    int

    StartSection

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

    StartSectionPoint

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

    StartSketch

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

    ThicknessSide

    Declaration
    public LoftedFlangeBuilder.SectionSideOptions ThicknessSide { get; set; }
    Property Value
    Type Description
    LoftedFlangeBuilder.SectionSideOptions

    TrimEndPlates

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

    UseSegmentedBends

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

    Methods

    GetThickness()

    Declaration
    public Expression GetThickness()
    Returns
    Type Description
    Expression

    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