Class SketchPreferences
Inheritance
SketchPreferences
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
ContinuousAutoDimensioningSetting
Declaration
public bool ContinuousAutoDimensioningSetting { get; set; }
Property Value
CreateInferredConstraints
Declaration
public bool CreateInferredConstraints { get; set; }
Property Value
DimensionLabel
Declaration
public SketchPreferences.DimensionLabelType DimensionLabel { get; set; }
Property Value
DimensionTextScale
Declaration
public double DimensionTextScale { get; set; }
Property Value
DisplayObjectColor
Declaration
public bool DisplayObjectColor { get; set; }
Property Value
DisplayObjectName
Declaration
public bool DisplayObjectName { get; set; }
Property Value
DisplayParenthesesOnReferenceDimensions
Declaration
public bool DisplayParenthesesOnReferenceDimensions { get; set; }
Property Value
DisplayReferenceGeometry
Declaration
public bool DisplayReferenceGeometry { get; set; }
Property Value
DisplayShadedRegions
Declaration
public bool DisplayShadedRegions { get; set; }
Property Value
DisplayVertices
Declaration
public bool DisplayVertices { get; set; }
Property Value
FixedTextSize
Declaration
public double FixedTextSize { get; set; }
Property Value
SolvingTolerance
Declaration
public double SolvingTolerance { get; set; }
Property Value
Tag
Declaration
Property Value
TextSizeFixed
Declaration
[Obsolete("Deprecated in NX1926.0.0. Use NXOpen.Preferences.SketchPreferences.TextSizeMode instead.")]
public bool TextSizeFixed { get; set; }
Property Value
TextSizeMode
Declaration
public SketchPreferences.DimensionTextSizeMode TextSizeMode { get; set; }
Property Value
UseSolvingTolerance
Declaration
public bool UseSolvingTolerance { get; set; }
Property Value
Methods
ApplySketchPreferences(int)
Declaration
public void ApplySketchPreferences(int dimDisplayFlag)
Parameters
Type |
Name |
Description |
int |
dimDisplayFlag |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink