Search Results for

    Show / Hide Table of Contents

    Class AppearanceUtils

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    AppearanceUtils
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.String areaName
    System.String schemeName
    Returns
    Type Description
    ErrorList

    DeleteAppearanceScheme(String, String)

    Declaration
    public ErrorList DeleteAppearanceScheme(string parentAppAreaName, string schemeName)
    Parameters
    Type Name Description
    System.String parentAppAreaName
    System.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
    System.String parentAppAreaName
    System.String designatorName
    Returns
    Type Description
    ErrorList

    RemoveGeometricEntities(String, String, TaggedObject[])

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

    RemoveVisualMaterialOnDesignator(String, String)

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

    SetDesignatorDescription(String, String, String)

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

    SetDesignatorName(String, String, String)

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

    SetVisualMaterialForDesignator(String, String, String, Int32)

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

    Implements

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