NX Open C++ Reference Guide
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 colorInitial, int fontInitial, NXOpen::Annotations::LineWidth widthInitial)
 Constructor for the TextCfw struct. More...
 

Public Attributes

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

Detailed Description

Specifies color, font, and width for text.

Constructor & Destructor Documentation

NXOpen::Annotations::TextCfw::TextCfw ( int  colorInitial,
int  fontInitial,
NXOpen::Annotations::LineWidth  widthInitial 
)

Constructor for the TextCfw struct.

Parameters
colorInitialcolor
fontInitialCharacter 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.
widthInitialwidth

Member Data Documentation

int NXOpen::Annotations::TextCfw::Color

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

width


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