Search Results for

    Show / Hide Table of Contents

    Class ElectrodeComponentBuilder

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

    Constructors

    ElectrodeComponentBuilder()

    Declaration
    protected ElectrodeComponentBuilder()

    Properties

    ChuckType

    Declaration
    public ElectrodeComponentBuilder.Chuck ChuckType { get; set; }
    Property Value
    Type Description
    ElectrodeComponentBuilder.Chuck

    ComponentMatrix

    Declaration
    public Matrix3x3 ComponentMatrix { get; set; }
    Property Value
    Type Description
    Matrix3x3

    Face

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

    Fixture

    Declaration
    public SelectComponent Fixture { get; }
    Property Value
    Type Description
    SelectComponent

    MateCsys

    Declaration
    public NXObject MateCsys { get; set; }
    Property Value
    Type Description
    NXObject

    Parent

    Declaration
    public SelectComponent Parent { get; }
    Property Value
    Type Description
    SelectComponent

    ReferenceCenter

    Declaration
    public Point3d ReferenceCenter { get; set; }
    Property Value
    Type Description
    Point3d

    ReferPart

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

    Rename

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

    StandardData

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

    StandardPart

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

    Methods

    InstallComponentPart(SpreadsheetData, String, String, String, String)

    Declaration
    public NXObject InstallComponentPart(SpreadsheetData templateData, string libraryName, string catalogName, string classificationName, string titleName)
    Parameters
    Type Name Description
    SpreadsheetData templateData
    System.String libraryName
    System.String catalogName
    System.String classificationName
    System.String titleName
    Returns
    Type Description
    NXObject

    SetTemplateDataName(String)

    Declaration
    public void SetTemplateDataName(string templateDataName)
    Parameters
    Type Name Description
    System.String templateDataName

    SetTemplatePartName(String)

    Declaration
    public void SetTemplatePartName(string templatePartName)
    Parameters
    Type Name Description
    System.String templatePartName

    Implements

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