NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 (string Type, int IsEnabled, string Name)
 Constructor for the FlatPatternCalloutTypeDisplay struct. More...
 

Public Attributes

int IsEnabled
 Enabled status for the callout type. More...
 
string Name
 dialog name for the callout type. More...
 
string 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 ( string  Type,
int  IsEnabled,
string  Name 
)
inline

Constructor for the FlatPatternCalloutTypeDisplay struct.

Parameters
TypeThe 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.
IsEnabledEnabled status for the callout type.
Namedialog name for the callout type.

Member Data Documentation

int NXOpen.Preferences.PartFlexiblePrintedCircuitDesign.FlatPatternCalloutTypeDisplay.IsEnabled

Enabled status for the callout type.

string NXOpen.Preferences.PartFlexiblePrintedCircuitDesign.FlatPatternCalloutTypeDisplay.Name

dialog name for the callout type.

string 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.