Class SmoothEdgesViewPreferences
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)
Namespace: NXOpen.Preferences
Assembly: NXOpen.dll
Syntax
public class SmoothEdgesViewPreferences : NXRemotableObject, IMessageSink, ISmoothEdgesViewPreferences
Constructors
SmoothEdgesViewPreferences(ViewPreferences)
Declaration
protected SmoothEdgesViewPreferences(ViewPreferences owner)
Parameters
Type | Name | Description |
---|---|---|
ViewPreferences | owner |
Properties
SmoothEdge
Declaration
public bool SmoothEdge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SmoothEdgeColor
Declaration
public int SmoothEdgeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SmoothEdgeEndGaps
Declaration
public bool SmoothEdgeEndGaps { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SmoothEdgeEndGapsData
Declaration
public double SmoothEdgeEndGapsData { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SmoothEdgeFont
Declaration
public Font SmoothEdgeFont { get; set; }
Property Value
Type | Description |
---|---|
Font |
SmoothEdgeTolerance
Declaration
public bool SmoothEdgeTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SmoothEdgeToleranceData
Declaration
public double SmoothEdgeToleranceData { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SmoothEdgeWidth
Declaration
public Width SmoothEdgeWidth { get; set; }
Property Value
Type | Description |
---|---|
Width |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Implements
System.Runtime.Remoting.Messaging.IMessageSink