Search Results for

    Show / Hide Table of Contents

    Class SmoothEdgesViewStyle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SmoothEdgesViewStyle
    Implements
    IMessageSink
    ISmoothEdgesViewPreferences
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SmoothEdgesViewStyle : NXRemotableObject, IMessageSink, ISmoothEdgesViewPreferences

    Constructors

    SmoothEdgesViewStyle(ViewStyle)

    Declaration
    protected SmoothEdgesViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    SmoothEdge

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

    SmoothEdgeColor

    Declaration
    public int SmoothEdgeColor { get; set; }
    Property Value
    Type Description
    int

    SmoothEdgeEndGaps

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

    SmoothEdgeEndGapsData

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

    SmoothEdgeFont

    Declaration
    public Font SmoothEdgeFont { get; set; }
    Property Value
    Type Description
    Font

    SmoothEdgeTolerance

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

    SmoothEdgeToleranceData

    Declaration
    public double SmoothEdgeToleranceData { get; set; }
    Property Value
    Type Description
    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
    ISmoothEdgesViewPreferences
    In this article
    Back to top Generated by DocFX