NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Annotations::TextCfw Struct Reference

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

List of all members.

Public Member Functions

 TextCfw (int colorInitial, int fontInitial, NXOpen::Annotations::LineWidth widthInitial)
 Constructor for the TextCfw struct.

Public Attributes

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

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 FontCollection class can be used to load fonts into the part.
widthInitialwidth

Member Data Documentation

color

Character font (blockfont, etc).

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

width


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