NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.Annotations.TextCfw Struct Reference

Specifies color, font, and width for text More...

Public Member Functions

 TextCfw (int Color, int Font, NXOpen.Annotations.LineWidth Width)
 Constructor for the TextCfw struct. More...
 

Public Attributes

int Color
  More...
 
int Font
 Character font (blockfont, etc). More...
 
NXOpen.Annotations.LineWidth Width
  More...
 

Detailed Description

Specifies color, font, and width for text

Constructor & Destructor Documentation

NXOpen.Annotations.TextCfw.TextCfw ( int  Color,
int  Font,
NXOpen.Annotations.LineWidth  Width 
)
inline

Constructor for the TextCfw struct.

Parameters
Color
FontCharacter font (blockfont, etc). The font must be a font that has been loaded into the part. The NXOpen.FontCollection class can be used to load fonts into the part.
Width

Member Data Documentation

int NXOpen.Annotations.TextCfw.Color

int NXOpen.Annotations.TextCfw.Font

Character font (blockfont, etc).

The font must be a font that has been loaded into the part. The NXOpen.FontCollection class can be used to load fonts into the part.

NXOpen.Annotations.LineWidth NXOpen.Annotations.TextCfw.Width


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.