Search Results for

    Show / Hide Table of Contents

    Class PartVisualizationLine

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PartVisualizationLine
    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 PartVisualizationLine : NXRemotableObject, IMessageSink

    Constructors

    PartVisualizationLine(PartPreferences)

    Declaration
    protected PartVisualizationLine(PartPreferences owner)
    Parameters
    Type Name Description
    PartPreferences owner

    Properties

    CurveTolerance

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

    DashSize

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

    LineFontDisplay

    Declaration
    public PartVisualizationLine.LineFontDisplayType LineFontDisplay { get; set; }
    Property Value
    Type Description
    PartVisualizationLine.LineFontDisplayType

    ShowWidths

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

    SpaceSize

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

    SymbolSize

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

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    WidthScale

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

    Methods

    GetPixelWidthOptions(out bool, out double, out int[])

    Declaration
    public void GetPixelWidthOptions(out bool useWidthScale, out double widthScale, out int[] pixelWidths)
    Parameters
    Type Name Description
    bool useWidthScale
    double widthScale
    int[] pixelWidths

    GetPixelWidths(out int[])

    Declaration
    public void GetPixelWidths(out int[] pixelWidths)
    Parameters
    Type Name Description
    int[] pixelWidths

    GetWidthOptions(out bool, out double)

    Declaration
    public void GetWidthOptions(out bool showWidths, out double widthScale)
    Parameters
    Type Name Description
    bool showWidths
    double widthScale

    RegenerateFromToleranceChange(bool, bool)

    Declaration
    public void RegenerateFromToleranceChange(bool updateModeChanged, bool studio)
    Parameters
    Type Name Description
    bool updateModeChanged
    bool studio

    ResetPixelWidthOptions()

    Declaration
    public void ResetPixelWidthOptions()

    SetPixelWidthOptions(bool, double, int[])

    Declaration
    public void SetPixelWidthOptions(bool useWidthScale, double widthScale, int[] pixelWidths)
    Parameters
    Type Name Description
    bool useWidthScale
    double widthScale
    int[] pixelWidths

    SetPixelWidths(int[])

    Declaration
    public void SetPixelWidths(int[] pixelWidths)
    Parameters
    Type Name Description
    int[] pixelWidths

    SetWidthOptions(bool, double)

    Declaration
    public void SetWidthOptions(bool showWidths, double widthScale)
    Parameters
    Type Name Description
    bool showWidths
    double widthScale

    UpdateLineFontObjects(bool)

    Declaration
    public void UpdateLineFontObjects(bool softwareUpdate)
    Parameters
    Type Name Description
    bool softwareUpdate

    Implements

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