Search Results for

    Show / Hide Table of Contents

    Class PartObject

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PartObject
    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.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
    bool

    PartiallyShaded

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

    PointSymbol

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

    Tag

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

    Translucency

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

    Methods

    ConvertColorNumberToRGBValue(int)

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

    ConvertRGBValueToColorNumber(ColorRGB)

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

    GetColor(ObjectType)

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

    GetLegacyLineWidthMap(out WidthType[])

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

    GetLineFont(ObjectType)

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

    GetWidth(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
    bool

    SetColor(ObjectType, int)

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

    SetLegacyLineWidthMap(WidthType[])

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

    SetLineFont(ObjectType, LineFontType)

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

    SetWidth(ObjectType, 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