Search Results for

    Show / Hide Table of Contents

    Class AeroJoggleBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AeroJoggleBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 AeroJoggleBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    AeroJoggleBuilder()

    Declaration
    protected AeroJoggleBuilder()

    Properties

    BendFaces

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

    Depth

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

    FlipJoggleSide

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

    IsSymmetric

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

    IsTwin

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

    JoggleCompensation

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

    JoggleIn

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

    Methods

    GetClearance(SideType)

    Declaration
    public Expression GetClearance(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    Expression

    GetEndPlane()

    Declaration
    public Plane GetEndPlane()
    Returns
    Type Description
    Plane

    GetGlobalOffsetRadius(SideType)

    Declaration
    public bool GetGlobalOffsetRadius(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    bool

    GetGlobalStationaryRadius(SideType)

    Declaration
    public bool GetGlobalStationaryRadius(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    bool

    GetOffsetRadius(SideType)

    Declaration
    public Expression GetOffsetRadius(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    Expression

    GetRunout(SideType)

    Declaration
    public Expression GetRunout(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    Expression

    GetStandardRunout(SideType)

    Declaration
    public bool GetStandardRunout(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    bool

    GetStartPlane()

    Declaration
    public Plane GetStartPlane()
    Returns
    Type Description
    Plane

    GetStationaryRadius(SideType)

    Declaration
    public Expression GetStationaryRadius(AeroJoggleBuilder.SideType sideType)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    Returns
    Type Description
    Expression

    SetClearance(SideType, string)

    Declaration
    public void SetClearance(AeroJoggleBuilder.SideType sideType, string clearanceStr)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    string clearanceStr

    SetDepth(string)

    Declaration
    public void SetDepth(string depthStr)
    Parameters
    Type Name Description
    string depthStr

    SetEndPlane(Plane)

    Declaration
    public void SetEndPlane(Plane endPlane)
    Parameters
    Type Name Description
    Plane endPlane

    SetGlobalOffsetRadius(SideType, bool)

    Declaration
    public void SetGlobalOffsetRadius(AeroJoggleBuilder.SideType sideType, bool globalRadius)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    bool globalRadius

    SetGlobalStationaryRadius(SideType, bool)

    Declaration
    public void SetGlobalStationaryRadius(AeroJoggleBuilder.SideType sideType, bool globalRadius)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    bool globalRadius

    SetOffsetRadius(SideType, string)

    Declaration
    public void SetOffsetRadius(AeroJoggleBuilder.SideType sideType, string radiusStr)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    string radiusStr

    SetRunout(SideType, string)

    Declaration
    public void SetRunout(AeroJoggleBuilder.SideType sideType, string runoutStr)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    string runoutStr

    SetStandardRunout(SideType, bool)

    Declaration
    public void SetStandardRunout(AeroJoggleBuilder.SideType sideType, bool standardRunout)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    bool standardRunout

    SetStartPlane(Plane)

    Declaration
    public void SetStartPlane(Plane startPlane)
    Parameters
    Type Name Description
    Plane startPlane

    SetStationaryRadius(SideType, string)

    Declaration
    public void SetStationaryRadius(AeroJoggleBuilder.SideType sideType, string radiusStr)
    Parameters
    Type Name Description
    AeroJoggleBuilder.SideType sideType
    string radiusStr

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX