Search Results for

    Show / Hide Table of Contents

    Class SketchPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SketchPreferences
    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 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
    double

    ContinuousAutoDimensioningSetting

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

    CreateInferredConstraints

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

    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
    double

    DisplayObjectColor

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

    DisplayObjectName

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

    DisplayParenthesesOnReferenceDimensions

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

    DisplayReferenceGeometry

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

    DisplayShadedRegions

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

    DisplayVertices

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

    FixedTextSize

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

    SolvingTolerance

    Declaration
    public double SolvingTolerance { get; set; }
    Property Value
    Type Description
    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
    bool

    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
    bool

    Methods

    ApplySketchPreferences(int)

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

    Implements

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