NX Open C++ Reference Guide
|
The members of the following structure are the display data for an object in a flat pattern drawing member view. More...
Public Member Functions | |
FlatPatternObjectTypeDisplay (NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType typeInitial, int isEnabledInitial, NXColor *colorInitial, NXOpen::ViewDependentDisplayManager::Font fontInitial, NXOpen::ViewDependentDisplayManager::Width widthInitial) | |
Constructor for the FlatPatternObjectTypeDisplay struct. | |
Public Attributes | |
NXColor * | Color |
Object color. | |
NXOpen::ViewDependentDisplayManager::Font | Font |
Object font. | |
int | IsEnabled |
Enabled status for the object type. | |
NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType | Type |
Object type. | |
NXOpen::ViewDependentDisplayManager::Width | Width |
Object width. | |
The members of the following structure are the display data for an object in a flat pattern drawing member view.
NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectTypeDisplay::FlatPatternObjectTypeDisplay | ( | NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType | typeInitial, |
int | isEnabledInitial, | ||
NXColor * | colorInitial, | ||
NXOpen::ViewDependentDisplayManager::Font | fontInitial, | ||
NXOpen::ViewDependentDisplayManager::Width | widthInitial | ||
) |
Constructor for the FlatPatternObjectTypeDisplay struct.
typeInitial | Object type |
isEnabledInitial | Enabled status for the object type |
colorInitial | Object color |
fontInitial | Object font |
widthInitial | Object width |
NXColor* NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectTypeDisplay::Color |
Object color.
NXOpen::ViewDependentDisplayManager::Font NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectTypeDisplay::Font |
Object font.
int NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectTypeDisplay::IsEnabled |
Enabled status for the object type.
NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectTypeDisplay::Type |
Object type.
NXOpen::ViewDependentDisplayManager::Width NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectTypeDisplay::Width |
Object width.