Search Results for

    Show / Hide Table of Contents

    Class FeatureColorManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    FeatureColorManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class FeatureColorManager : NXRemotableObject, IMessageSink

    Constructors

    FeatureColorManager(Session)

    Declaration
    protected FeatureColorManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetAssignColorToNewFeature()

    Declaration
    public bool GetAssignColorToNewFeature()
    Returns
    Type Description
    bool

    GetColorForNewFeature()

    Declaration
    public int GetColorForNewFeature()
    Returns
    Type Description
    int

    GetFeatureColorManager(Session)

    Declaration
    public static FeatureColorManager GetFeatureColorManager(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    FeatureColorManager

    RemoveFeatureColor(Feature)

    Declaration
    public void RemoveFeatureColor(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    SetAssignColorToNewFeature(bool)

    Declaration
    public void SetAssignColorToNewFeature(bool assignColor)
    Parameters
    Type Name Description
    bool assignColor

    SetColorForNewFeature(int)

    Declaration
    public void SetColorForNewFeature(int color)
    Parameters
    Type Name Description
    int color

    SetFeatureColor(NXColor, Feature)

    Declaration
    public void SetFeatureColor(NXColor color, Feature feature)
    Parameters
    Type Name Description
    NXColor color
    Feature feature

    Implements

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