Search Results for

    Show / Hide Table of Contents

    Class DrawDiePunchBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    DrawDiePunchBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Die
    Assembly: NXOpen.dll
    Syntax
    public class DrawDiePunchBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    DrawDiePunchBuilder()

    Declaration
    protected DrawDiePunchBuilder()

    Properties

    AlignStartOrientation

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

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    BaseOrientation

    Declaration
    public ISurface BaseOrientation { get; set; }
    Property Value
    Type Description
    ISurface

    BoltHoleParent

    Declaration
    public HoleParentBuilder BoltHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    CastReliefParent

    Declaration
    public CastReliefParentBuilder CastReliefParent { get; }
    Property Value
    Type Description
    CastReliefParentBuilder

    ClosedStartOrientation

    Declaration
    public IOrientation ClosedStartOrientation { get; set; }
    Property Value
    Type Description
    IOrientation

    CoordinatingHoleParent

    Declaration
    public HoleParentBuilder CoordinatingHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    CorePunch

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

    DeckParent

    Declaration
    public DeckParentBuilder DeckParent { get; }
    Property Value
    Type Description
    DeckParentBuilder

    DieCenterlineCsys

    Declaration
    public CartesianCoordinateSystem DieCenterlineCsys { get; set; }
    Property Value
    Type Description
    CartesianCoordinateSystem

    DisplayHoles

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

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    DowelHoleParent

    Declaration
    public HoleParentBuilder DowelHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    HandlingCoreParent

    Declaration
    public HandlingCoreParentBuilder HandlingCoreParent { get; }
    Property Value
    Type Description
    HandlingCoreParentBuilder

    KeywayParent

    Declaration
    public KeywayParentBuilder KeywayParent { get; }
    Property Value
    Type Description
    KeywayParentBuilder

    PartialRibbingParent

    Declaration
    public RibParentBuilder PartialRibbingParent { get; }
    Property Value
    Type Description
    RibParentBuilder

    PreliminaryBuild

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

    PressureSystemParent

    Declaration
    public PressureSystemParentBuilder PressureSystemParent { get; }
    Property Value
    Type Description
    PressureSystemParentBuilder

    PressureSystemReversalParent

    Declaration
    public PointParentBuilder PressureSystemReversalParent { get; }
    Property Value
    Type Description
    PointParentBuilder

    RibbingParent

    Declaration
    public RibParentBuilder RibbingParent { get; }
    Property Value
    Type Description
    RibParentBuilder

    Section

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

    SheetMetal

    Declaration
    public Body SheetMetal { get; set; }
    Property Value
    Type Description
    Body

    StrengtheningRibbingParent

    Declaration
    public RibParentBuilder StrengtheningRibbingParent { get; }
    Property Value
    Type Description
    RibParentBuilder

    VentHoleParent

    Declaration
    public HoleParentBuilder VentHoleParent { get; }
    Property Value
    Type Description
    HoleParentBuilder

    WearPlateParent

    Declaration
    public PadParentBuilder WearPlateParent { get; }
    Property Value
    Type Description
    PadParentBuilder

    Methods

    GetPunchProfile(out DirectionOption, out IProfile[])

    Declaration
    public void GetPunchProfile(out DirectionOption direction, out IProfile[] profileEntries)
    Parameters
    Type Name Description
    DirectionOption direction
    IProfile[] profileEntries

    SetPunchProfile(DirectionOption, IProfile[])

    Declaration
    public void SetPunchProfile(DirectionOption direction, IProfile[] profileEntries)
    Parameters
    Type Name Description
    DirectionOption direction
    IProfile[] profileEntries

    Implements

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