Search Results for

    Show / Hide Table of Contents

    Class PartDrafting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PartDrafting
    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 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
    System.Boolean

    BorderColor

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

    BreakLineAmplitude

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

    BreakLineColor

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

    BreakLineExtension

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

    BreakLineGap

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

    BreakLinesVisibility

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

    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
    System.Int32

    Color

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

    CustomSymbolSmashToSketch

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

    DelayUpdateOnCreation

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

    DelayViewUpdate

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

    Delimiter

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

    DisplayBorders

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

    EnableSmoothEdgesForLWView

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

    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
    System.Int32

    FrameBarTicDirection

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

    InitialSecondaryNumber

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

    InitialSheetNumber

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

    LineAntialiasing

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

    MinimumComponentsForLargeAssemblyOption

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

    PropagateBreakLines

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

    RetainAnnotations

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

    ShowFacetEdges

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

    Tag

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

    Translucency

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

    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
    System.Boolean

    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
    System.Boolean

    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