Search Results for

    Show / Hide Table of Contents

    Class AppearanceUtils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    AppearanceUtils
    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.Appearance
    Assembly: NXOpen.dll
    Syntax
    public class AppearanceUtils : NXRemotableObject, IMessageSink

    Constructors

    AppearanceUtils(Session)

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

    Properties

    Tag

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

    Methods

    ApplyAppearanceScheme(string, string)

    Declaration
    public ErrorList ApplyAppearanceScheme(string areaName, string schemeName)
    Parameters
    Type Name Description
    string areaName
    string schemeName
    Returns
    Type Description
    ErrorList

    DeleteAppearanceScheme(string, string)

    Declaration
    public ErrorList DeleteAppearanceScheme(string parentAppAreaName, string schemeName)
    Parameters
    Type Name Description
    string parentAppAreaName
    string schemeName
    Returns
    Type Description
    ErrorList

    GetAppearanceManager()

    Declaration
    public DataManager GetAppearanceManager()
    Returns
    Type Description
    DataManager

    GetParentAppearanceArea(Designator)

    Declaration
    public Area GetParentAppearanceArea(Designator designator)
    Parameters
    Type Name Description
    Designator designator
    Returns
    Type Description
    Area

    GetVisualMaterialUsage()

    Declaration
    public VisualMaterialUsage GetVisualMaterialUsage()
    Returns
    Type Description
    VisualMaterialUsage

    RemoveAppearanceDesignator(string, string)

    Declaration
    public ErrorList RemoveAppearanceDesignator(string parentAppAreaName, string designatorName)
    Parameters
    Type Name Description
    string parentAppAreaName
    string designatorName
    Returns
    Type Description
    ErrorList

    RemoveGeometricEntities(string, string, TaggedObject[])

    Declaration
    public ErrorList RemoveGeometricEntities(string parentAppAreaName, string designatorName, TaggedObject[] geometricEntities)
    Parameters
    Type Name Description
    string parentAppAreaName
    string designatorName
    TaggedObject[] geometricEntities
    Returns
    Type Description
    ErrorList

    RemoveVisualMaterialOnDesignator(string, string)

    Declaration
    public ErrorList RemoveVisualMaterialOnDesignator(string parentAppAreaName, string designatorName)
    Parameters
    Type Name Description
    string parentAppAreaName
    string designatorName
    Returns
    Type Description
    ErrorList

    SetDesignatorDescription(string, string, string)

    Declaration
    public void SetDesignatorDescription(string parentAppAreaName, string designatorName, string newDesignatorDescription)
    Parameters
    Type Name Description
    string parentAppAreaName
    string designatorName
    string newDesignatorDescription

    SetDesignatorName(string, string, string)

    Declaration
    public void SetDesignatorName(string parentAppAreaName, string currentDesignatorName, string newDesignatorName)
    Parameters
    Type Name Description
    string parentAppAreaName
    string currentDesignatorName
    string newDesignatorName

    SetVisualMaterialForDesignator(string, string, string, int)

    Declaration
    public ErrorList SetVisualMaterialForDesignator(string parentAppAreaName, string designatorName, string visualMaterialName, int materialSource)
    Parameters
    Type Name Description
    string parentAppAreaName
    string designatorName
    string visualMaterialName
    int materialSource
    Returns
    Type Description
    ErrorList

    Implements

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