NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::NotePreferencesBuilder Class Reference

Represents a NXOpen::CAE::NotePreferencesBuilder
To create a new instance of this class, use NXOpen::CAE::NoteManager::CreateNotePreferencesBuilder

Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::CAE::NotePreferencesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double FontGapFactor ()
 Returns the CAE note font gap factor
Created in NX1847.0.0. More...
 
double LetteringAngle ()
 Returns the CAE note lettering angle
Created in NX1847.0.0. More...
 
double LineGapFactor ()
 Returns the CAE note line gap factor
Created in NX1847.0.0. More...
 
bool LockSizeAndPosition ()
 Returns the CAE note lock size and position option
Created in NX1847.0.0. More...
 
bool ParallelToScreen ()
 Returns the CAE note parallel to screen option
Created in NX1847.0.0. More...
 
void SetFontGapFactor (double fontGapFactor)
 Sets the CAE note font gap factor
Created in NX1847.0.0. More...
 
void SetLetteringAngle (double letteringAngle)
 Sets the CAE note lettering angle
Created in NX1847.0.0. More...
 
void SetLineGapFactor (double lineGapFactor)
 Sets the CAE note line gap factor
Created in NX1847.0.0. More...
 
void SetLockSizeAndPosition (bool isLockSizeAndPos)
 Sets the CAE note lock size and position option
Created in NX1847.0.0. More...
 
void SetParallelToScreen (bool isParallelToScreen)
 Sets the CAE note parallel to screen option
Created in NX1847.0.0. More...
 
void SetTextAspectRatio (double textAspectRatio)
 Sets the CAE note text aspect ratio
Created in NX1847.0.0. More...
 
void SetTextColor (int textColor)
 Sets the CAE note text color
Created in NX1847.0.0. More...
 
void SetTextFont (int textFont)
 Sets the CAE note text font
Created in NX1847.0.0. More...
 
void SetTextHeight (double textHeight)
 Sets the CAE note text height
Created in NX1847.0.0. More...
 
void SetTextJustification (int textJustification)
 Sets the CAE note text justification
Created in NX1847.0.0. More...
 
void SetTextWidth (double textWidth)
 Sets the CAE note text width
Created in NX1847.0.0. More...
 
double TextAspectRatio ()
 Returns the CAE note text aspect ratio
Created in NX1847.0.0. More...
 
int TextColor ()
 Returns the CAE note text color
Created in NX1847.0.0. More...
 
int TextFont ()
 Returns the CAE note text font
Created in NX1847.0.0. More...
 
double TextHeight ()
 Returns the CAE note text height
Created in NX1847.0.0. More...
 
int TextJustification ()
 Returns the CAE note text justification
Created in NX1847.0.0. More...
 
double TextWidth ()
 Returns the CAE note text width
Created in NX1847.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

Represents a NXOpen::CAE::NotePreferencesBuilder
To create a new instance of this class, use NXOpen::CAE::NoteManager::CreateNotePreferencesBuilder

Created in NX1847.0.0.


Member Function Documentation

double NXOpen::CAE::NotePreferencesBuilder::FontGapFactor ( )

Returns the CAE note font gap factor
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAE::NotePreferencesBuilder::LetteringAngle ( )

Returns the CAE note lettering angle
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAE::NotePreferencesBuilder::LineGapFactor ( )

Returns the CAE note line gap factor
Created in NX1847.0.0.



License requirements : None

bool NXOpen::CAE::NotePreferencesBuilder::LockSizeAndPosition ( )

Returns the CAE note lock size and position option
Created in NX1847.0.0.



License requirements : None

bool NXOpen::CAE::NotePreferencesBuilder::ParallelToScreen ( )

Returns the CAE note parallel to screen option
Created in NX1847.0.0.



License requirements : None

void NXOpen::CAE::NotePreferencesBuilder::SetFontGapFactor ( double  fontGapFactor)

Sets the CAE note font gap factor
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
fontGapFactorfontgapfactor
void NXOpen::CAE::NotePreferencesBuilder::SetLetteringAngle ( double  letteringAngle)

Sets the CAE note lettering angle
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
letteringAngleletteringangle
void NXOpen::CAE::NotePreferencesBuilder::SetLineGapFactor ( double  lineGapFactor)

Sets the CAE note line gap factor
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
lineGapFactorlinegapfactor
void NXOpen::CAE::NotePreferencesBuilder::SetLockSizeAndPosition ( bool  isLockSizeAndPos)

Sets the CAE note lock size and position option
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
isLockSizeAndPosislocksizeandpos
void NXOpen::CAE::NotePreferencesBuilder::SetParallelToScreen ( bool  isParallelToScreen)

Sets the CAE note parallel to screen option
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
isParallelToScreenisparalleltoscreen
void NXOpen::CAE::NotePreferencesBuilder::SetTextAspectRatio ( double  textAspectRatio)

Sets the CAE note text aspect ratio
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
textAspectRatiotextaspectratio
void NXOpen::CAE::NotePreferencesBuilder::SetTextColor ( int  textColor)

Sets the CAE note text color
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
textColortextcolor
void NXOpen::CAE::NotePreferencesBuilder::SetTextFont ( int  textFont)

Sets the CAE note text font
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
textFonttextfont
void NXOpen::CAE::NotePreferencesBuilder::SetTextHeight ( double  textHeight)

Sets the CAE note text height
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
textHeighttextheight
void NXOpen::CAE::NotePreferencesBuilder::SetTextJustification ( int  textJustification)

Sets the CAE note text justification
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
textJustificationtextjustification
void NXOpen::CAE::NotePreferencesBuilder::SetTextWidth ( double  textWidth)

Sets the CAE note text width
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
textWidthtextwidth
double NXOpen::CAE::NotePreferencesBuilder::TextAspectRatio ( )

Returns the CAE note text aspect ratio
Created in NX1847.0.0.



License requirements : None

int NXOpen::CAE::NotePreferencesBuilder::TextColor ( )

Returns the CAE note text color
Created in NX1847.0.0.



License requirements : None

int NXOpen::CAE::NotePreferencesBuilder::TextFont ( )

Returns the CAE note text font
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAE::NotePreferencesBuilder::TextHeight ( )

Returns the CAE note text height
Created in NX1847.0.0.



License requirements : None

int NXOpen::CAE::NotePreferencesBuilder::TextJustification ( )

Returns the CAE note text justification
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAE::NotePreferencesBuilder::TextWidth ( )

Returns the CAE note text width
Created in NX1847.0.0.



License requirements : None


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