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

    ConstantDimensionColor

    Declaration
    public NXColor ConstantDimensionColor { get; set; }
    Property Value
    Type Description
    NXColor

    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

    GeometricConstraintColor

    Declaration
    public NXColor GeometricConstraintColor { get; set; }
    Property Value
    Type Description
    NXColor

    InactiveSketchColor

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

    LockedObjectColor

    Declaration
    public NXColor LockedObjectColor { get; set; }
    Property Value
    Type Description
    NXColor

    MovableCurveColor

    Declaration
    public NXColor MovableCurveColor { get; set; }
    Property Value
    Type Description
    NXColor

    NonWorkRegionColor

    Declaration
    public NXColor NonWorkRegionColor { get; set; }
    Property Value
    Type Description
    NXColor

    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

    PersistentRelationColor

    Declaration
    public NXColor PersistentRelationColor { get; set; }
    Property Value
    Type Description
    NXColor

    PreviewDimensionColor

    Declaration
    public NXColor PreviewDimensionColor { get; set; }
    Property Value
    Type Description
    NXColor

    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

    RelationColor

    Declaration
    public NXColor RelationColor { get; set; }
    Property Value
    Type Description
    NXColor

    ShadedRegionColor

    Declaration
    public NXColor ShadedRegionColor { get; set; }
    Property Value
    Type Description
    NXColor

    Tag

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

    UnsolvedCurvesColor

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

    WorkRegionBoundaryColor

    Declaration
    public NXColor WorkRegionBoundaryColor { get; set; }
    Property Value
    Type Description
    NXColor

    Implements

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