Search Results for

    Show / Hide Table of Contents

    Class LoftedFlangeBuilder

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

    Constructors

    LoftedFlangeBuilder()

    Declaration
    protected LoftedFlangeBuilder()

    Properties

    BendOptions

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

    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
    System.Boolean

    NumberOfBendSegments

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

    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

    UseSegmentedBends

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

    Methods

    GetThickness()

    Declaration
    public Expression GetThickness()
    Returns
    Type Description
    Expression

    SetThickness(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use Expression.RightHandSide on the Expression object returned from Features.SheetMetal.LoftedFlangeBuilder.GetThickness instead.")]
    public void SetThickness(string thickness)
    Parameters
    Type Name Description
    System.String thickness

    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