Search Results for

    Show / Hide Table of Contents

    Class WearPlateLocParentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    WearPlateLocParentBuilder
    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 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
    System.Boolean

    DisplayStatus

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

    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
    System.Int32

    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 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

    GetRecessAttributes(out String, out String, out Int32)

    Declaration
    public void GetRecessAttributes(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

    SetLocatorDepth(String)

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

    SetLocatorWidth(String)

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

    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

    SetRecessAttributes(String, String, Int32)

    Declaration
    public void SetRecessAttributes(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

    SetRibSupportWidth(String)

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

    SetWearPlateLength(String)

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

    SetWearPlateWidth(String)

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

    Implements

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