Search Results for

    Show / Hide Table of Contents

    Class SketchPreferences

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

    Constructors

    SketchPreferences(Sketch)

    Declaration
    protected SketchPreferences(Sketch owner)
    Parameters
    Type Name Description
    Sketch owner

    Properties

    ConstraintSymbolSize

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

    ContinuousAutoDimensioningSetting

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

    CreateInferredConstraints

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

    DimensionLabel

    Declaration
    public SketchPreferences.DimensionLabelType DimensionLabel { get; set; }
    Property Value
    Type Description
    SketchPreferences.DimensionLabelType

    DimensionTextScale

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

    DisplayObjectColor

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

    DisplayObjectName

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

    DisplayParenthesesOnReferenceDimensions

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

    DisplayReferenceGeometry

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

    DisplayShadedRegions

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

    DisplayVertices

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

    FixedTextSize

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

    SolvingTolerance

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

    Tag

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

    TextSizeFixed

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Use NXOpen.Preferences.SketchPreferences.TextSizeMode instead.")]
    public bool TextSizeFixed { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextSizeMode

    Declaration
    public SketchPreferences.DimensionTextSizeMode TextSizeMode { get; set; }
    Property Value
    Type Description
    SketchPreferences.DimensionTextSizeMode

    UseSolvingTolerance

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

    Methods

    ApplySketchPreferences(Int32)

    Declaration
    public void ApplySketchPreferences(int dimDisplayFlag)
    Parameters
    Type Name Description
    System.Int32 dimDisplayFlag

    Implements

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