Search Results for

    Show / Hide Table of Contents

    Class PadChildBuilder

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

    Constructors

    PadChildBuilder()

    Declaration
    protected PadChildBuilder()

    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

    LimitingSurface

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

    Location

    Declaration
    public ILocation Location { get; set; }
    Property Value
    Type Description
    ILocation

    LocationOffset

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

    LocationOffsetDirection

    Declaration
    public IReferenceAxis LocationOffsetDirection { get; set; }
    Property Value
    Type Description
    IReferenceAxis

    OrientationPlane

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

    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

    ReverseOrientation

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

    ShapeType

    Declaration
    public PadChildBuilder.ShapeTypeOption ShapeType { get; set; }
    Property Value
    Type Description
    PadChildBuilder.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

    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

    GetHoleCenters()

    Declaration
    public Point[] GetHoleCenters()
    Returns
    Type Description
    Point[]

    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

    GetShape(out DirectionOption)

    Declaration
    public IProfile[] GetShape(out DirectionOption direction)
    Parameters
    Type Name Description
    DirectionOption direction
    Returns
    Type Description
    IProfile[]

    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

    SetHoleCenters(Point[])

    Declaration
    public void SetHoleCenters(Point[] holes)
    Parameters
    Type Name Description
    Point[] holes

    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

    SetShape(DirectionOption, IProfile[])

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

    TranslateLocation(Vector3d)

    Declaration
    public void TranslateLocation(Vector3d translateDist)
    Parameters
    Type Name Description
    Vector3d translateDist

    Implements

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