Class SketchPreferences
Inheritance
System.Object
System.MarshalByRefObject
SketchPreferences
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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 |
|
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
Property Value
TextSizeFixed
Declaration
public bool TextSizeFixed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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