Search Results for

    Show / Hide Table of Contents

    Class AeroFlangeBuilder

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

    Constructors

    AeroFlangeBuilder()

    Declaration
    protected AeroFlangeBuilder()

    Properties

    Angle

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

    BaseEdges

    Declaration
    public ScCollector BaseEdges { get; set; }
    Property Value
    Type Description
    ScCollector

    BendOptions

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

    RefFaces

    Declaration
    public ScCollector RefFaces { get; set; }
    Property Value
    Type Description
    ScCollector

    Methods

    GetContourFlag()

    Declaration
    public bool GetContourFlag()
    Returns
    Type Description
    System.Boolean

    GetDimensionType()

    Declaration
    public AeroFlangeBuilder.DimType GetDimensionType()
    Returns
    Type Description
    AeroFlangeBuilder.DimType

    GetEndCompensation(AeroFlangeBuilder.EndType, out AeroFlangeBuilder.CompType)

    Declaration
    public Expression GetEndCompensation(AeroFlangeBuilder.EndType endType, out AeroFlangeBuilder.CompType compType)
    Parameters
    Type Name Description
    AeroFlangeBuilder.EndType endType
    AeroFlangeBuilder.CompType compType
    Returns
    Type Description
    Expression

    GetEndPlane(AeroFlangeBuilder.EndType)

    Declaration
    public Plane GetEndPlane(AeroFlangeBuilder.EndType endType)
    Parameters
    Type Name Description
    AeroFlangeBuilder.EndType endType
    Returns
    Type Description
    Plane

    GetFlipDirection(AeroFlangeBuilder.DirType)

    Declaration
    public bool GetFlipDirection(AeroFlangeBuilder.DirType type)
    Parameters
    Type Name Description
    AeroFlangeBuilder.DirType type
    Returns
    Type Description
    System.Boolean

    GetLength(out AeroFlangeBuilder.LengthType)

    Declaration
    public Expression GetLength(out AeroFlangeBuilder.LengthType type)
    Parameters
    Type Name Description
    AeroFlangeBuilder.LengthType type
    Returns
    Type Description
    Expression

    GetMaterialType()

    Declaration
    public AeroFlangeBuilder.MatType GetMaterialType()
    Returns
    Type Description
    AeroFlangeBuilder.MatType

    SetAngle(String)

    Declaration
    public void SetAngle(string angleExpression)
    Parameters
    Type Name Description
    System.String angleExpression

    SetContourFlag(Boolean)

    Declaration
    public void SetContourFlag(bool showContour)
    Parameters
    Type Name Description
    System.Boolean showContour

    SetDimensionType(AeroFlangeBuilder.DimType)

    Declaration
    public void SetDimensionType(AeroFlangeBuilder.DimType dimType)
    Parameters
    Type Name Description
    AeroFlangeBuilder.DimType dimType

    SetEndCompensation(AeroFlangeBuilder.EndType, AeroFlangeBuilder.CompType, String)

    Declaration
    public void SetEndCompensation(AeroFlangeBuilder.EndType endType, AeroFlangeBuilder.CompType compType, string valueExpression)
    Parameters
    Type Name Description
    AeroFlangeBuilder.EndType endType
    AeroFlangeBuilder.CompType compType
    System.String valueExpression

    SetEndPlane(AeroFlangeBuilder.EndType, Plane)

    Declaration
    public void SetEndPlane(AeroFlangeBuilder.EndType endType, Plane endPlane)
    Parameters
    Type Name Description
    AeroFlangeBuilder.EndType endType
    Plane endPlane

    SetFlipDirection(AeroFlangeBuilder.DirType, Boolean)

    Declaration
    public void SetFlipDirection(AeroFlangeBuilder.DirType type, bool flipFlag)
    Parameters
    Type Name Description
    AeroFlangeBuilder.DirType type
    System.Boolean flipFlag

    SetLength(AeroFlangeBuilder.LengthType, String)

    Declaration
    public void SetLength(AeroFlangeBuilder.LengthType type, string valueExpression)
    Parameters
    Type Name Description
    AeroFlangeBuilder.LengthType type
    System.String valueExpression

    SetMaterialType(AeroFlangeBuilder.MatType)

    Declaration
    public void SetMaterialType(AeroFlangeBuilder.MatType matType)
    Parameters
    Type Name Description
    AeroFlangeBuilder.MatType matType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX