Search Results for

    Show / Hide Table of Contents

    Class PartObject

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PartObject
    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.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class PartObject : NXRemotableObject, IMessageSink

    Constructors

    PartObject(PartPreferences)

    Declaration
    protected PartObject(PartPreferences owner)
    Parameters
    Type Name Description
    PartPreferences owner

    Properties

    FaceAnalysis

    Declaration
    public bool FaceAnalysis { get; set; }
    Property Value
    Type Description
    System.Boolean

    PartiallyShaded

    Declaration
    public bool PartiallyShaded { get; set; }
    Property Value
    Type Description
    System.Boolean

    PointSymbol

    Declaration
    public int PointSymbol { get; set; }
    Property Value
    Type Description
    System.Int32

    Tag

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

    Translucency

    Declaration
    public int Translucency { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    ConvertColorNumberToRGBValue(Int32)

    Declaration
    public ViewVisualizationSpecialEffects.ColorRGB ConvertColorNumberToRGBValue(int colorNumber)
    Parameters
    Type Name Description
    System.Int32 colorNumber
    Returns
    Type Description
    ViewVisualizationSpecialEffects.ColorRGB

    ConvertRGBValueToColorNumber(ViewVisualizationSpecialEffects.ColorRGB)

    Declaration
    public int ConvertRGBValueToColorNumber(ViewVisualizationSpecialEffects.ColorRGB fogColorRgbValue)
    Parameters
    Type Name Description
    ViewVisualizationSpecialEffects.ColorRGB fogColorRgbValue
    Returns
    Type Description
    System.Int32

    GetColor(PartObject.ObjectType)

    Declaration
    public int GetColor(PartObject.ObjectType type)
    Parameters
    Type Name Description
    PartObject.ObjectType type
    Returns
    Type Description
    System.Int32

    GetLegacyLineWidthMap(out PartObject.WidthType[])

    Declaration
    public void GetLegacyLineWidthMap(out PartObject.WidthType[] newLineWidths)
    Parameters
    Type Name Description
    PartObject.WidthType[] newLineWidths

    GetLineFont(PartObject.ObjectType)

    Declaration
    public PartObject.LineFontType GetLineFont(PartObject.ObjectType type)
    Parameters
    Type Name Description
    PartObject.ObjectType type
    Returns
    Type Description
    PartObject.LineFontType

    GetWidth(PartObject.ObjectType)

    Declaration
    public PartObject.WidthType GetWidth(PartObject.ObjectType type)
    Parameters
    Type Name Description
    PartObject.ObjectType type
    Returns
    Type Description
    PartObject.WidthType

    MigrateLegacyLineWidths()

    Declaration
    public bool MigrateLegacyLineWidths()
    Returns
    Type Description
    System.Boolean

    SetColor(PartObject.ObjectType, Int32)

    Declaration
    public void SetColor(PartObject.ObjectType type, int color)
    Parameters
    Type Name Description
    PartObject.ObjectType type
    System.Int32 color

    SetLegacyLineWidthMap(PartObject.WidthType[])

    Declaration
    public void SetLegacyLineWidthMap(PartObject.WidthType[] newLineWidths)
    Parameters
    Type Name Description
    PartObject.WidthType[] newLineWidths

    SetLineFont(PartObject.ObjectType, PartObject.LineFontType)

    Declaration
    public void SetLineFont(PartObject.ObjectType type, PartObject.LineFontType lineFont)
    Parameters
    Type Name Description
    PartObject.ObjectType type
    PartObject.LineFontType lineFont

    SetWidth(PartObject.ObjectType, PartObject.WidthType)

    Declaration
    public void SetWidth(PartObject.ObjectType type, PartObject.WidthType width)
    Parameters
    Type Name Description
    PartObject.ObjectType type
    PartObject.WidthType width

    Implements

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