Search Results for

    Show / Hide Table of Contents

    Class ElectrodeInitializationBuilder

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

    Constructors

    ElectrodeInitializationBuilder()

    Declaration
    protected ElectrodeInitializationBuilder()

    Properties

    ActionType

    Declaration
    public ElectrodeInitializationBuilder.Method ActionType { get; set; }
    Property Value
    Type Description
    ElectrodeInitializationBuilder.Method

    CurrentMset

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

    Face

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  This functionality is no longer supported.")]
    public SelectFace Face { get; }
    Property Value
    Type Description
    SelectFace

    FaceList

    Declaration
    public SelectFaceList FaceList { get; }
    Property Value
    Type Description
    SelectFaceList

    InputName

    Declaration
    public string InputName { get; set; }
    Property Value
    Type Description
    string

    PathBrowser

    Declaration
    public string PathBrowser { get; set; }
    Property Value
    Type Description
    string

    Rename

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

    Workpiece

    Declaration
    public SelectBody Workpiece { get; }
    Property Value
    Type Description
    SelectBody

    WorkpieceList

    Declaration
    public SelectBodyList WorkpieceList { get; }
    Property Value
    Type Description
    SelectBodyList

    Methods

    AnalyseInitProjectRegisterData(int)

    Declaration
    public int[] AnalyseInitProjectRegisterData(int number)
    Parameters
    Type Name Description
    int number
    Returns
    Type Description
    int[]

    BuildMemberPartName(Type)

    Declaration
    public string BuildMemberPartName(ElectrodeInitializationBuilder.Type type)
    Parameters
    Type Name Description
    ElectrodeInitializationBuilder.Type type
    Returns
    Type Description
    string

    CreateCloneObjectOfMsetPart()

    Declaration
    public CloneObject CreateCloneObjectOfMsetPart()
    Returns
    Type Description
    CloneObject

    CreateCloneObjectOfTopPart()

    Declaration
    public CloneObject CreateCloneObjectOfTopPart()
    Returns
    Type Description
    CloneObject

    CreateCloneObjectOfWorkingPart()

    Declaration
    public CloneObject CreateCloneObjectOfWorkingPart()
    Returns
    Type Description
    CloneObject

    CreateMsetPart(CloneObject)

    Declaration
    public TaggedObject CreateMsetPart(CloneObject cloneObject)
    Parameters
    Type Name Description
    CloneObject cloneObject
    Returns
    Type Description
    TaggedObject

    CreateProject(CloneObject)

    Declaration
    public void CreateProject(CloneObject cloneObject)
    Parameters
    Type Name Description
    CloneObject cloneObject

    CreateWorkingPart(CloneObject, TaggedObject)

    Declaration
    public TaggedObject CreateWorkingPart(CloneObject cloneObject, TaggedObject msetPartTag)
    Parameters
    Type Name Description
    CloneObject cloneObject
    TaggedObject msetPartTag
    Returns
    Type Description
    TaggedObject

    DisposeCloneObject(CloneObject)

    Declaration
    public void DisposeCloneObject(CloneObject cloneObject)
    Parameters
    Type Name Description
    CloneObject cloneObject

    GetMsetPart(int)

    Declaration
    public TaggedObject GetMsetPart(int listIndex)
    Parameters
    Type Name Description
    int listIndex
    Returns
    Type Description
    TaggedObject

    GetWorkingPart(TaggedObject)

    Declaration
    public TaggedObject GetWorkingPart(TaggedObject msetPartTag)
    Parameters
    Type Name Description
    TaggedObject msetPartTag
    Returns
    Type Description
    TaggedObject

    InitLinkObjects(TaggedObject)

    Declaration
    public void InitLinkObjects(TaggedObject workingPartTag)
    Parameters
    Type Name Description
    TaggedObject workingPartTag

    InitalizeProjectParameter(NXObject)

    Declaration
    public void InitalizeProjectParameter(NXObject rootPartTag)
    Parameters
    Type Name Description
    NXObject rootPartTag

    RemoveSelectedMsetNode(TaggedObject)

    Declaration
    public void RemoveSelectedMsetNode(TaggedObject msetPartTag)
    Parameters
    Type Name Description
    TaggedObject msetPartTag

    SetCloneMethod(int)

    Declaration
    public void SetCloneMethod(int cloneMethod)
    Parameters
    Type Name Description
    int cloneMethod

    SetConfigurationData(string, string, string, string, string, int)

    Declaration
    public void SetConfigurationData(string configName, string topPartName, string msetPartName, string workingPartName, string subdir, int cloneMethod)
    Parameters
    Type Name Description
    string configName
    string topPartName
    string msetPartName
    string workingPartName
    string subdir
    int cloneMethod

    SetMsetCsysMatrixOrigin(Matrix3x3, Point3d)

    Declaration
    public void SetMsetCsysMatrixOrigin(Matrix3x3 matrix, Point3d origin)
    Parameters
    Type Name Description
    Matrix3x3 matrix
    Point3d origin

    SetMsetCsysOriginToFaceCenter()

    Declaration
    public void SetMsetCsysOriginToFaceCenter()

    Implements

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