Search Results for

    Show / Hide Table of Contents

    Class JogBuilder

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

    Constructors

    JogBuilder()

    Declaration
    protected JogBuilder()

    Properties

    Angle

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

    BendLocation

    Declaration
    public JogBuilder.BendLocationOptions BendLocation { get; set; }
    Property Value
    Type Description
    JogBuilder.BendLocationOptions

    BendOptions

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

    DimensionType

    Declaration
    public JogBuilder.DimensionTypeOptions DimensionType { get; set; }
    Property Value
    Type Description
    JogBuilder.DimensionTypeOptions

    DirectionType

    Declaration
    public JogBuilder.DirectionTypeOptions DirectionType { get; set; }
    Property Value
    Type Description
    JogBuilder.DirectionTypeOptions

    ExtendProfile

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

    FixedSide

    Declaration
    public JogBuilder.FixedSideOptions FixedSide { get; set; }
    Property Value
    Type Description
    JogBuilder.FixedSideOptions

    Section

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

    Sketch

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

    TargetFace

    Declaration
    public Face TargetFace { get; set; }
    Property Value
    Type Description
    Face

    Methods

    GetHeight()

    Declaration
    public Expression GetHeight()
    Returns
    Type Description
    Expression

    SetHeight(String)

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

    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