Search Results for

    Show / Hide Table of Contents

    Class WearPlateLocParentBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    WearPlateLocParentBuilder
    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.Die
    Assembly: NXOpen.dll
    Syntax
    public class WearPlateLocParentBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    WearPlateLocParentBuilder()

    Declaration
    protected WearPlateLocParentBuilder()

    Properties

    BuildStatus

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

    DesignStatus

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

    DisplayStatus

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

    LocatorDepth

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

    LocatorPosition

    Declaration
    public WearPlateLocParentBuilder.PositionType LocatorPosition { get; set; }
    Property Value
    Type Description
    WearPlateLocParentBuilder.PositionType

    LocatorWidth

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

    ReverseNormal

    Declaration
    public int ReverseNormal { get; set; }
    Property Value
    Type Description
    int

    RibSupportWidth

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

    WearPlateLength

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

    WearPlateWidth

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

    Methods

    CreateChild()

    Declaration
    public WearPlateLocChildBuilder CreateChild()
    Returns
    Type Description
    WearPlateLocChildBuilder

    DeleteChild(WearPlateLocChildBuilder)

    Declaration
    public void DeleteChild(WearPlateLocChildBuilder diewearplatelocchild)
    Parameters
    Type Name Description
    WearPlateLocChildBuilder diewearplatelocchild

    GetChildren()

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

    GetPadAttributes(out string, out string, out int)

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

    GetRecessAttributes(out string, out string, out int)

    Declaration
    public void GetRecessAttributes(out string title, out string value, out int color)
    Parameters
    Type Name Description
    string title
    string value
    int color

    GetReliefAttributes(out string, out string, out int)

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

    SetLocatorDepth(string)

    Declaration
    public void SetLocatorDepth(string depth)
    Parameters
    Type Name Description
    string depth

    SetLocatorWidth(string)

    Declaration
    public void SetLocatorWidth(string width)
    Parameters
    Type Name Description
    string width

    SetPadAttributes(string, string, int)

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

    SetRecessAttributes(string, string, int)

    Declaration
    public void SetRecessAttributes(string title, string value, int color)
    Parameters
    Type Name Description
    string title
    string value
    int color

    SetReliefAttributes(string, string, int)

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

    SetRibSupportWidth(string)

    Declaration
    public void SetRibSupportWidth(string ribSupportWidth)
    Parameters
    Type Name Description
    string ribSupportWidth

    SetWearPlateLength(string)

    Declaration
    public void SetWearPlateLength(string length)
    Parameters
    Type Name Description
    string length

    SetWearPlateWidth(string)

    Declaration
    public void SetWearPlateWidth(string width)
    Parameters
    Type Name Description
    string width

    Implements

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