NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::AME::SymbolAnnotationSettingsBuilder Class Reference

JA class for the symbol settings
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateSymbolAnnotationSettingsBuilder

Created in NX12.0.0. More...

Inheritance diagram for NXOpen::AME::SymbolAnnotationSettingsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double PortAnnotationHeight ()
 Returns the port annotation text height
Created in NX12.0.0. More...
 
NXOpen::TextColorFontWidthBuilderPortAnnotationTextCFW ()
 Returns the port annotation text color font width
Created in NX12.0.0. More...
 
bool PortAnnotationTextOverlined ()
 Returns whether the symbol annotation text is overlined
Created in NX12.0.0. More...
 
bool PortAnnotationTextUnderlined ()
 Returns whether the symbol annotation text is underlined
Created in NX12.0.0. More...
 
void ResetToDefault ()
 Reset to default setting
Created in NX12.0.0. More...
 
void SetPortAnnotationHeight (double textHeight)
 Sets the port annotation text height
Created in NX12.0.0. More...
 
void SetPortAnnotationTextCFW (NXOpen::TextColorFontWidthBuilder *textColorFontWidth)
 Sets the port annotation text color font width
Created in NX12.0.0. More...
 
void SetPortAnnotationTextOverlined (bool overlined)
 Sets whether the symbol annotation text is overlined
Created in NX12.0.0. More...
 
void SetPortAnnotationTextUnderlined (bool underlined)
 Sets whether the symbol annotation text is underlined
Created in NX12.0.0. More...
 
void SetSymbolAnnotationHeight (double textHeight)
 Sets the symbol annotation text height
Created in NX12.0.0. More...
 
void SetSymbolAnnotationTextAlignment (int alignment)
 Sets the symbol annotation text alignment
Created in NX12.0.0. More...
 
void SetSymbolAnnotationTextCFW (NXOpen::TextColorFontWidthBuilder *textColorFontWidth)
 Sets the symbol annotation text color font width
Created in NX12.0.0. More...
 
void SetSymbolAnnotationTextOverlined (bool overlined)
 Sets whether the symbol annotation text is overlined
Created in NX12.0.0. More...
 
void SetSymbolAnnotationTextUnderlined (bool underlined)
 Sets whether the symbol annotation text is underlined
Created in NX12.0.0. More...
 
double SymbolAnnotationHeight ()
 Returns the symbol annotation text height
Created in NX12.0.0. More...
 
int SymbolAnnotationTextAlignment ()
 Returns the symbol annotation text alignment
Created in NX12.0.0. More...
 
NXOpen::TextColorFontWidthBuilderSymbolAnnotationTextCFW ()
 Returns the symbol annotation text color font width
Created in NX12.0.0. More...
 
bool SymbolAnnotationTextOverlined ()
 Returns whether the symbol annotation text is overlined
Created in NX12.0.0. More...
 
bool SymbolAnnotationTextUnderlined ()
 Returns whether the symbol annotation text is underlined
Created in NX12.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

JA class for the symbol settings
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateSymbolAnnotationSettingsBuilder

Created in NX12.0.0.


Member Function Documentation

double NXOpen::AME::SymbolAnnotationSettingsBuilder::PortAnnotationHeight ( )

Returns the port annotation text height
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::TextColorFontWidthBuilder* NXOpen::AME::SymbolAnnotationSettingsBuilder::PortAnnotationTextCFW ( )

Returns the port annotation text color font width
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::SymbolAnnotationSettingsBuilder::PortAnnotationTextOverlined ( )

Returns whether the symbol annotation text is overlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::SymbolAnnotationSettingsBuilder::PortAnnotationTextUnderlined ( )

Returns whether the symbol annotation text is underlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::SymbolAnnotationSettingsBuilder::ResetToDefault ( )

Reset to default setting
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetPortAnnotationHeight ( double  textHeight)

Sets the port annotation text height
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
textHeighttextheight
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetPortAnnotationTextCFW ( NXOpen::TextColorFontWidthBuilder textColorFontWidth)

Sets the port annotation text color font width
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
textColorFontWidthtextcolorfontwidth
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetPortAnnotationTextOverlined ( bool  overlined)

Sets whether the symbol annotation text is overlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
overlinedoverlined
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetPortAnnotationTextUnderlined ( bool  underlined)

Sets whether the symbol annotation text is underlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
underlinedunderlined
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetSymbolAnnotationHeight ( double  textHeight)

Sets the symbol annotation text height
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
textHeighttextheight
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetSymbolAnnotationTextAlignment ( int  alignment)

Sets the symbol annotation text alignment
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
alignmentalignment
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetSymbolAnnotationTextCFW ( NXOpen::TextColorFontWidthBuilder textColorFontWidth)

Sets the symbol annotation text color font width
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
textColorFontWidthtextcolorfontwidth
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetSymbolAnnotationTextOverlined ( bool  overlined)

Sets whether the symbol annotation text is overlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
overlinedoverlined
void NXOpen::AME::SymbolAnnotationSettingsBuilder::SetSymbolAnnotationTextUnderlined ( bool  underlined)

Sets whether the symbol annotation text is underlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
underlinedunderlined
double NXOpen::AME::SymbolAnnotationSettingsBuilder::SymbolAnnotationHeight ( )

Returns the symbol annotation text height
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

int NXOpen::AME::SymbolAnnotationSettingsBuilder::SymbolAnnotationTextAlignment ( )

Returns the symbol annotation text alignment
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::TextColorFontWidthBuilder* NXOpen::AME::SymbolAnnotationSettingsBuilder::SymbolAnnotationTextCFW ( )

Returns the symbol annotation text color font width
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::SymbolAnnotationSettingsBuilder::SymbolAnnotationTextOverlined ( )

Returns whether the symbol annotation text is overlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::SymbolAnnotationSettingsBuilder::SymbolAnnotationTextUnderlined ( )

Returns whether the symbol annotation text is underlined
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")


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