Search Results for

    Show / Hide Table of Contents

    Class ElectrodeBlankBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ElectrodeBlankBuilder
    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 ElectrodeBlankBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ElectrodeBlankBuilder()

    Declaration
    protected ElectrodeBlankBuilder()

    Properties

    Angle

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

    Blank

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

    BlankMatrix

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

    BlendRadius

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

    CrossLinesRatio

    Declaration
    public double CrossLinesRatio { get; set; }
    Property Value
    Type Description
    double

    ExtensionHeight

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

    HeadBodies

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

    JointFace

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

    JointMethod

    Declaration
    public ElectrodeBlankBuilder.JointObject JointMethod { get; set; }
    Property Value
    Type Description
    ElectrodeBlankBuilder.JointObject

    KeepSize

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

    KeepZValueInSameMSet

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

    Material

    Declaration
    public ElectrodeBlankBuilder.BlankMaterial Material { get; set; }
    Property Value
    Type Description
    ElectrodeBlankBuilder.BlankMaterial

    MsetPart

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

    MultiPositionBuilder

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

    ReferenceCenter

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

    ReferencePointPrecision

    Declaration
    public double ReferencePointPrecision { get; set; }
    Property Value
    Type Description
    double

    Rename

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

    ReusablePartBuilder

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

    RotationAngle

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

    RoundCrossLinesPosition

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

    Shape

    Declaration
    public ElectrodeBlankBuilder.BlankShape Shape { get; set; }
    Property Value
    Type Description
    ElectrodeBlankBuilder.BlankShape

    UniteBodies

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

    XRefValue

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

    YRefValue

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

    ZRefValue

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

    Methods

    CreateCloneObject(int, int, string, string, string)

    Declaration
    public CloneObject CreateCloneObject(int applicationType, int installationMethod, string partToBeInstalled, string folderToSaveParts, string projectName)
    Parameters
    Type Name Description
    int applicationType
    int installationMethod
    string partToBeInstalled
    string folderToSaveParts
    string projectName
    Returns
    Type Description
    CloneObject

    UpdateBlankData(string, string, string, string, string, string[], string[])

    Declaration
    public void UpdateBlankData(string registerPath, string dataPath, string modelPath, string bitmapPath, string material, string[] paraNames, string[] paraValues)
    Parameters
    Type Name Description
    string registerPath
    string dataPath
    string modelPath
    string bitmapPath
    string material
    string[] paraNames
    string[] paraValues

    UpdateDisplayName(string)

    Declaration
    public void UpdateDisplayName(string displayName)
    Parameters
    Type Name Description
    string displayName

    Implements

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