Search Results for

    Show / Hide Table of Contents

    Class ChamferingInsertBuilder

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

    Constructors

    ChamferingInsertBuilder()

    Declaration
    protected ChamferingInsertBuilder()

    Properties

    BottomingPlateClearance

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

    BottomingPlateToggle

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

    DiePlateClearance

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

    DiePlateToggle

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

    FaceEdgeType

    Declaration
    public ChamferingInsertBuilder.FaceEdgeTypeOption FaceEdgeType { get; set; }
    Property Value
    Type Description
    ChamferingInsertBuilder.FaceEdgeTypeOption

    InsertInstanceTag

    Declaration
    public TaggedObject InsertInstanceTag { get; set; }
    Property Value
    Type Description
    TaggedObject

    InsertType

    Declaration
    public ChamferingInsertBuilder.InsertTypeOption InsertType { get; set; }
    Property Value
    Type Description
    ChamferingInsertBuilder.InsertTypeOption

    ParentPartName

    Declaration
    public string ParentPartName { get; set; }
    Property Value
    Type Description
    System.String

    ParentPartNode

    Declaration
    public ChamferingInsertBuilder.ParentPartNodeOption ParentPartNode { get; set; }
    Property Value
    Type Description
    ChamferingInsertBuilder.ParentPartNodeOption

    PunchPlateClearance

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

    PunchPlateToggle

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

    RenameComponent

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

    SelectFace

    Declaration
    public ScCollector SelectFace { get; }
    Property Value
    Type Description
    ScCollector

    StripperPlateClearance

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

    StripperPlateToggle

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

    WizardType

    Declaration
    public int WizardType { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetParentNames()

    Declaration
    public string[] GetParentNames()
    Returns
    Type Description
    System.String[]

    GetSelectedFaceOccurrences(out TaggedObject[])

    Declaration
    public void GetSelectedFaceOccurrences(out TaggedObject[] selectedFaceOccurrences)
    Parameters
    Type Name Description
    TaggedObject[] selectedFaceOccurrences

    PostProcessPDWStandardClientData()

    Declaration
    public TaggedObject PostProcessPDWStandardClientData()
    Returns
    Type Description
    TaggedObject

    PreparePDWStandardClientData()

    Declaration
    public void PreparePDWStandardClientData()

    SetParentNames(String[])

    Declaration
    public void SetParentNames(string[] parentNames)
    Parameters
    Type Name Description
    System.String[] parentNames

    SetSelectedFaceOccurrences(TaggedObject[])

    Declaration
    public void SetSelectedFaceOccurrences(TaggedObject[] selectedFaceOccurrences)
    Parameters
    Type Name Description
    TaggedObject[] selectedFaceOccurrences

    StandardInsert()

    Declaration
    public void StandardInsert()

    UpdateInsertPartData()

    Declaration
    public void UpdateInsertPartData()

    Implements

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