Search Results for

    Show / Hide Table of Contents

    Class ElectrodeBlankBuilder

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

    KeepZValueInSameMSet

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

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

    Rename

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

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

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

    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(Int32, Int32, String, String, String)

    Declaration
    public CloneObject CreateCloneObject(int applicationType, int installationMethod, string partToBeInstalled, string folderToSaveParts, string projectName)
    Parameters
    Type Name Description
    System.Int32 applicationType
    System.Int32 installationMethod
    System.String partToBeInstalled
    System.String folderToSaveParts
    System.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
    System.String registerPath
    System.String dataPath
    System.String modelPath
    System.String bitmapPath
    System.String material
    System.String[] paraNames
    System.String[] paraValues

    UpdateDisplayName(String)

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

    Implements

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