Search Results for

    Show / Hide Table of Contents

    Class PartDrafting

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PartDrafting
    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 PartDrafting : NXRemotableObject, IMessageSink

    Constructors

    PartDrafting(PartPreferences)

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

    Properties

    ActiveViewColor

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

    AssociativeAlignment

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

    BorderColor

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

    BreakLineAmplitude

    Declaration
    public double BreakLineAmplitude { get; set; }
    Property Value
    Type Description
    double

    BreakLineColor

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

    BreakLineExtension

    Declaration
    public double BreakLineExtension { get; set; }
    Property Value
    Type Description
    double

    BreakLineGap

    Declaration
    public double BreakLineGap { get; set; }
    Property Value
    Type Description
    double

    BreakLineType

    Declaration
    public PartDrafting.BreakLineStyle BreakLineType { get; set; }
    Property Value
    Type Description
    PartDrafting.BreakLineStyle

    BreakLineWidth

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

    BreakLinesVisibility

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

    Color

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

    CustomSymbolSmashToSketch

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

    DelayUpdateOnCreation

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

    DelayViewUpdate

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

    Delimiter

    Declaration
    public string Delimiter { get; set; }
    Property Value
    Type Description
    string

    DisplayBorders

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

    EnableSmoothEdgesForLWView

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

    Font

    Declaration
    public PartDrafting.FontType Font { get; set; }
    Property Value
    Type Description
    PartDrafting.FontType

    FrameBarPrecision

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

    FrameBarTicDirection

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

    InitialSecondaryNumber

    Declaration
    public string InitialSecondaryNumber { get; set; }
    Property Value
    Type Description
    string

    InitialSheetNumber

    Declaration
    public string InitialSheetNumber { get; set; }
    Property Value
    Type Description
    string

    LineAntialiasing

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

    MinimumComponentsForLargeAssemblyOption

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

    PropagateBreakLines

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

    RetainAnnotations

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

    ShowFacetEdges

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

    Tag

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

    Translucency

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

    UpdateViewWithoutLwData

    Declaration
    public PartDrafting.UpdateViewWithoutLwDataOption UpdateViewWithoutLwData { get; set; }
    Property Value
    Type Description
    PartDrafting.UpdateViewWithoutLwDataOption

    VersionObjects

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

    ViewStyle

    Declaration
    public PartDrafting.ViewStyleType ViewStyle { get; set; }
    Property Value
    Type Description
    PartDrafting.ViewStyleType

    ViewTracking

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

    Width

    Declaration
    public PartDrafting.WidthType Width { get; set; }
    Property Value
    Type Description
    PartDrafting.WidthType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX