Search Results for

    Show / Hide Table of Contents

    Class WeldPreferenceBuilder

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

    Constructors

    WeldPreferenceBuilder()

    Declaration
    protected WeldPreferenceBuilder()

    Properties

    CurrentGroupIDColorIndex

    Declaration
    public WeldGroupIdColor CurrentGroupIDColorIndex { get; set; }
    Property Value
    Type Description
    WeldGroupIdColor

    DatumIdLowerRange

    Declaration
    public int DatumIdLowerRange { get; set; }
    Property Value
    Type Description
    int

    DatumIdUpperRange

    Declaration
    public int DatumIdUpperRange { get; set; }
    Property Value
    Type Description
    int

    DatumNamePrefix

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

    DatumObjectColor

    Declaration
    public NXColor DatumObjectColor { get; set; }
    Property Value
    Type Description
    NXColor

    DatumObjectLayer

    Declaration
    public int DatumObjectLayer { get; set; }
    Property Value
    Type Description
    int

    DatumPartNumber

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

    MeasurementIdLowerRange

    Declaration
    public int MeasurementIdLowerRange { get; set; }
    Property Value
    Type Description
    int

    MeasurementIdUpperRange

    Declaration
    public int MeasurementIdUpperRange { get; set; }
    Property Value
    Type Description
    int

    MeasurementNamePrefix

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

    MeasurementObjectColor

    Declaration
    public NXColor MeasurementObjectColor { get; set; }
    Property Value
    Type Description
    NXColor

    MeasurementObjectLayer

    Declaration
    public int MeasurementObjectLayer { get; set; }
    Property Value
    Type Description
    int

    MeasurementPartNumber

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

    WeldArcGridLineEndCapDisp

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

    WeldArcGridLineTopDisp

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

    WeldAssoColor

    Declaration
    public NXColor WeldAssoColor { get; set; }
    Property Value
    Type Description
    NXColor

    WeldConstLayer

    Declaration
    public int WeldConstLayer { get; set; }
    Property Value
    Type Description
    int

    WeldFixedColor

    Declaration
    public NXColor WeldFixedColor { get; set; }
    Property Value
    Type Description
    NXColor

    WeldGroupIdLowerRange

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

    WeldGroupIdUpperRange

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

    WeldIdLowerRange

    Declaration
    public int WeldIdLowerRange { get; set; }
    Property Value
    Type Description
    int

    WeldIdUpperRange

    Declaration
    public int WeldIdUpperRange { get; set; }
    Property Value
    Type Description
    int

    WeldNamePrefix

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

    WeldObjectLayer

    Declaration
    public int WeldObjectLayer { get; set; }
    Property Value
    Type Description
    int

    WeldPartNumber

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

    WeldRetainedColor

    Declaration
    public NXColor WeldRetainedColor { get; set; }
    Property Value
    Type Description
    NXColor

    WeldSymbolDecimalPlaces

    Declaration
    public int WeldSymbolDecimalPlaces { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetDatumSelectedPrefix()

    Declaration
    public string[] GetDatumSelectedPrefix()
    Returns
    Type Description
    string[]

    GetDatumSelectedSuffix()

    Declaration
    public string[] GetDatumSelectedSuffix()
    Returns
    Type Description
    string[]

    GetMeasurementSelectedPrefix()

    Declaration
    public string[] GetMeasurementSelectedPrefix()
    Returns
    Type Description
    string[]

    GetMeasurementSelectedSuffix()

    Declaration
    public string[] GetMeasurementSelectedSuffix()
    Returns
    Type Description
    string[]

    SetDatumSelectedPrefix(string[])

    Declaration
    public void SetDatumSelectedPrefix(string[] datumSelectedPrefix)
    Parameters
    Type Name Description
    string[] datumSelectedPrefix

    SetDatumSelectedSuffix(string[])

    Declaration
    public void SetDatumSelectedSuffix(string[] datumSelectedSuffix)
    Parameters
    Type Name Description
    string[] datumSelectedSuffix

    SetMeasurementSelectedPrefix(string[])

    Declaration
    public void SetMeasurementSelectedPrefix(string[] measurementSelectedPrefix)
    Parameters
    Type Name Description
    string[] measurementSelectedPrefix

    SetMeasurementSelectedSuffix(string[])

    Declaration
    public void SetMeasurementSelectedSuffix(string[] measurementSelectedSuffix)
    Parameters
    Type Name Description
    string[] measurementSelectedSuffix

    Implements

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