Class TransientText
Inheritance
TransientText
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
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
ReferencePositionType
Declaration
public TransientText.StandardTextRef ReferencePositionType { get; set; }
Property Value
ScreenTextSize
Declaration
public TransientText.TextSize ScreenTextSize { get; set; }
Property Value
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
DisplayTemporaryAbsoluteGeometry(int, View, ViewType, DisplayableObject, Point3d)
Declaration
public void DisplayTemporaryAbsoluteGeometry(int fontIndex, View view, TransientText.ViewType viewType, DisplayableObject @object, Point3d position)
Parameters
DisplayTemporaryScreenGeometry(int, View, ViewType, DisplayableObject, Point3d)
Declaration
public void DisplayTemporaryScreenGeometry(int fontIndex, View view, TransientText.ViewType viewType, DisplayableObject @object, Point3d position)
Parameters
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAbsoluteTextSize(out double, out double)
Declaration
public void GetAbsoluteTextSize(out double glyphWidth, out double glyphHeight)
Parameters
SetAbsoluteTextSize(double, double)
Declaration
public void SetAbsoluteTextSize(double glyphWidth, double glyphHeight)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink