Search Results for

    Show / Hide Table of Contents

    Class PartSketch

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PartSketch
    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 PartSketch : NXRemotableObject, IMessageSink

    Constructors

    PartSketch(PartPreferences)

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

    Properties

    AutomaticDimensionColor

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

    ConflictingColor

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

    CurveColor

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

    DimensionColor

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

    DOFColor

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

    FullyDefinedColor

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

    InactiveSketchColor

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

    OutOfDateColor

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

    OverconstrainedColor

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

    PartiallyDefinedColor

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

    ParticipatingDatumColor

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

    ReferenceCurveColor

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

    ReferenceDimensionColor

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

    Tag

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

    UnsolvedCurvesColor

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

    Implements

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