Search Results for

    Show / Hide Table of Contents

    Class SpecifyBaffleBuilder

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

    Constructors

    SpecifyBaffleBuilder()

    Declaration
    protected SpecifyBaffleBuilder()

    Properties

    AttributeType

    Declaration
    public SpecifyBaffleBuilder.AttributeTypes AttributeType { get; set; }
    Property Value
    Type Description
    SpecifyBaffleBuilder.AttributeTypes

    ChannelColor

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

    ChannelType

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

    Channels

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

    Layer

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

    Methods

    GetChannelColor(out double, out double, out double)

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use Tooling.SpecifyBaffleBuilder.ChannelColor instead.")]
    public void GetChannelColor(out double redValue, out double greenValue, out double blueValue)
    Parameters
    Type Name Description
    double redValue
    double greenValue
    double blueValue

    SetChannelColor(double, double, double)

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use Tooling.SpecifyBaffleBuilder.ChannelColor instead.")]
    public void SetChannelColor(double redValue, double greenValue, double blueValue)
    Parameters
    Type Name Description
    double redValue
    double greenValue
    double blueValue

    SetColorModified(bool)

    Declaration
    public void SetColorModified(bool modified)
    Parameters
    Type Name Description
    bool modified

    Implements

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