Search Results for

    Show / Hide Table of Contents

    Class PadParentBuilder

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

    Constructors

    PadParentBuilder()

    Declaration
    protected PadParentBuilder()

    Properties

    BuildStatus

    Declaration
    public DieBuildStatusOption BuildStatus { get; }
    Property Value
    Type Description
    DieBuildStatusOption

    CenterHole

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

    DesignStatus

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

    Diameter

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

    DisplayStatus

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

    Height

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

    HoleDiameter

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

    Length

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

    LocationOffset

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

    Relief

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

    ReliefDepth

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

    ReliefWidth

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

    ShapeType

    Declaration
    public PadParentBuilder.ShapeTypeOption ShapeType { get; set; }
    Property Value
    Type Description
    PadParentBuilder.ShapeTypeOption

    SurfaceOffset

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

    Width

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

    Methods

    CreateChild()

    Declaration
    public PadChildBuilder CreateChild()
    Returns
    Type Description
    PadChildBuilder

    DeleteChild(PadChildBuilder)

    Declaration
    public void DeleteChild(PadChildBuilder diepadchild)
    Parameters
    Type Name Description
    PadChildBuilder diepadchild

    GetChildren()

    Declaration
    public PadChildBuilder[] GetChildren()
    Returns
    Type Description
    PadChildBuilder[]

    GetHoleAttributes(out String, out String, out Int32, out String)

    Declaration
    public void GetHoleAttributes(out string title, out string value, out int color, out string diameterTitle)
    Parameters
    Type Name Description
    System.String title
    System.String value
    System.Int32 color
    System.String diameterTitle

    GetPadAttributes(out String, out String, out Int32)

    Declaration
    public void GetPadAttributes(out string title, out string value, out int color)
    Parameters
    Type Name Description
    System.String title
    System.String value
    System.Int32 color

    GetReliefAttributes(out String, out String, out Int32)

    Declaration
    public void GetReliefAttributes(out string title, out string value, out int color)
    Parameters
    Type Name Description
    System.String title
    System.String value
    System.Int32 color

    SetHoleAttributes(String, String, Int32, String)

    Declaration
    public void SetHoleAttributes(string title, string value, int color, string diameterTitle)
    Parameters
    Type Name Description
    System.String title
    System.String value
    System.Int32 color
    System.String diameterTitle

    SetPadAttributes(String, String, Int32)

    Declaration
    public void SetPadAttributes(string title, string value, int color)
    Parameters
    Type Name Description
    System.String title
    System.String value
    System.Int32 color

    SetReliefAttributes(String, String, Int32)

    Declaration
    public void SetReliefAttributes(string title, string value, int color)
    Parameters
    Type Name Description
    System.String title
    System.String value
    System.Int32 color

    Implements

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