Search Results for

    Show / Hide Table of Contents

    Class PartSketch

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PartSketch
    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 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
    int

    ConflictingColor

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

    ConstantDimensionColor

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

    CurveColor

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

    DOFColor

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

    DimensionColor

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

    FullyDefinedColor

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

    GeometricConstraintColor

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

    InactiveSketchColor

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

    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
    int

    OverconstrainedColor

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

    PartiallyDefinedColor

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

    ParticipatingDatumColor

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

    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
    int

    ReferenceDimensionColor

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

    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
    int

    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