Search Results for

    Show / Hide Table of Contents

    Class TransientText

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    TransientText
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Display
    Assembly: NXOpen.dll
    Syntax
    public class TransientText : TransientObject, IMessageSink, IDisposable

    Constructors

    TransientText(nint)

    Declaration
    protected TransientText(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Color

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

    FontStyle

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    string

    ReferencePositionType

    Declaration
    public TransientText.StandardTextRef ReferencePositionType { get; set; }
    Property Value
    Type Description
    TransientText.StandardTextRef

    ScreenTextSize

    Declaration
    public TransientText.TextSize ScreenTextSize { get; set; }
    Property Value
    Type Description
    TransientText.TextSize

    Methods

    AddTextString(string)

    Declaration
    public void AddTextString(string textString)
    Parameters
    Type Name Description
    string textString

    DisplayTemporaryAbsRotScreenSizeGeometry(int, View, ViewType, DisplayableObject, Point3d)

    Declaration
    public void DisplayTemporaryAbsRotScreenSizeGeometry(int fontIndex, View view, TransientText.ViewType viewType, DisplayableObject @object, Point3d position)
    Parameters
    Type Name Description
    int fontIndex
    View view
    TransientText.ViewType viewType
    DisplayableObject object
    Point3d position

    DisplayTemporaryAbsoluteGeometry(int, View, ViewType, DisplayableObject, Point3d)

    Declaration
    public void DisplayTemporaryAbsoluteGeometry(int fontIndex, View view, TransientText.ViewType viewType, DisplayableObject @object, Point3d position)
    Parameters
    Type Name Description
    int fontIndex
    View view
    TransientText.ViewType viewType
    DisplayableObject object
    Point3d position

    DisplayTemporaryScreenGeometry(int, View, ViewType, DisplayableObject, Point3d)

    Declaration
    public void DisplayTemporaryScreenGeometry(int fontIndex, View view, TransientText.ViewType viewType, DisplayableObject @object, Point3d position)
    Parameters
    Type Name Description
    int fontIndex
    View view
    TransientText.ViewType viewType
    DisplayableObject object
    Point3d position

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetAbsoluteTextSize(out double, out double)

    Declaration
    public void GetAbsoluteTextSize(out double glyphWidth, out double glyphHeight)
    Parameters
    Type Name Description
    double glyphWidth
    double glyphHeight

    SetAbsoluteTextSize(double, double)

    Declaration
    public void SetAbsoluteTextSize(double glyphWidth, double glyphHeight)
    Parameters
    Type Name Description
    double glyphWidth
    double glyphHeight

    Implements

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