NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Preferences::PartFlexiblePrintedCircuitDesign::FlatPatternCalloutTypeDisplay Struct Reference

The members of the following structure are the display data for a callout in a flat pattern drawing member view. More...

Public Member Functions

 FlatPatternCalloutTypeDisplay (const NXString &typeInitial, int isEnabledInitial, const NXString &nameInitial)
 Constructor for the FlatPatternCalloutTypeDisplay struct. More...
 

Public Attributes

int IsEnabled
 Enabled status for the callout type. More...
 
NXString Name
 dialog name for the callout type. More...
 
NXString Type
 The name of the callout type. More...
 

Detailed Description

The members of the following structure are the display data for a callout in a flat pattern drawing member view.

Constructor & Destructor Documentation

NXOpen::Preferences::PartFlexiblePrintedCircuitDesign::FlatPatternCalloutTypeDisplay::FlatPatternCalloutTypeDisplay ( const NXString typeInitial,
int  isEnabledInitial,
const NXString nameInitial 
)

Constructor for the FlatPatternCalloutTypeDisplay struct.

Parameters
typeInitialThe name of the callout type. The string is one returned by the get_callout_data method, or can be hand-coded as the application name 'dot' the callout name, like this: "FlatPatternView.BendRadius". Neither name is case sensitive and blanks are not significant. This type of hand-coded callout type is usable as long as the callout type name is unique within the application name. Beware of changing the defaults and loading old parts.
isEnabledInitialEnabled status for the callout type.
nameInitialdialog name for the callout type.

Member Data Documentation

int NXOpen::Preferences::PartFlexiblePrintedCircuitDesign::FlatPatternCalloutTypeDisplay::IsEnabled

Enabled status for the callout type.

NXString NXOpen::Preferences::PartFlexiblePrintedCircuitDesign::FlatPatternCalloutTypeDisplay::Name

dialog name for the callout type.

NXString NXOpen::Preferences::PartFlexiblePrintedCircuitDesign::FlatPatternCalloutTypeDisplay::Type

The name of the callout type.

The string is one returned by the get_callout_data method, or can be hand-coded as the application name 'dot' the callout name, like this: "FlatPatternView.BendRadius". Neither name is case sensitive and blanks are not significant. This type of hand-coded callout type is usable as long as the callout type name is unique within the application name. Beware of changing the defaults and loading old parts.


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