NX Open C++ Reference Guide
|
Represents a Annotations::BalloonNote builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateBalloonNoteBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
NXString | BalloonText () |
Returns the balloon text Created in NX6.0.0. | |
NXString | Category () |
Returns the category Created in NX6.0.0. | |
std::vector< NXString > | GetText () |
Returns the text. | |
NXString | Identifier () |
Returns the identifier Created in NX6.0.0. | |
NXString | Revision () |
Returns the revision Created in NX6.0.0. | |
double | Scale () |
Returns the scale Created in NX6.0.0. | |
void | SetBalloonText (const NXString &balloonText) |
Sets the balloon text Created in NX6.0.0. | |
void | SetCategory (const NXString &category) |
Sets the category Created in NX6.0.0. | |
void | SetIdentifier (const NXString &identifier) |
Sets the identifier Created in NX6.0.0. | |
void | SetRevision (const NXString &revision) |
Sets the revision Created in NX6.0.0. | |
void | SetScale (double scale) |
Sets the scale Created in NX6.0.0. | |
void | SetText (const std::vector< NXString > &text) |
Sets the text Created in NX6.0.0. | |
void | SetTitle (const NXString &title) |
Sets the title Created in NX6.0.0. | |
NXString | Title () |
Returns the title Created in NX6.0.0. |
Represents a Annotations::BalloonNote builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateBalloonNoteBuilder
Created in NX6.0.0.
Returns the balloon text
Created in NX6.0.0.
License requirements : None
Returns the category
Created in NX6.0.0.
License requirements : None
std::vector<NXString> NXOpen::Annotations::BalloonNoteBuilder::GetText | ( | ) |
Returns the text.
Returns the identifier
Created in NX6.0.0.
License requirements : None
Returns the revision
Created in NX6.0.0.
License requirements : None
Returns the scale
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::BalloonNoteBuilder::SetBalloonText | ( | const NXString & | balloonText | ) |
Sets the balloon text
Created in NX6.0.0.
License requirements : None
balloonText | balloontext |
void NXOpen::Annotations::BalloonNoteBuilder::SetCategory | ( | const NXString & | category | ) |
Sets the category
Created in NX6.0.0.
License requirements : None
category | category |
void NXOpen::Annotations::BalloonNoteBuilder::SetIdentifier | ( | const NXString & | identifier | ) |
Sets the identifier
Created in NX6.0.0.
License requirements : None
identifier | identifier |
void NXOpen::Annotations::BalloonNoteBuilder::SetRevision | ( | const NXString & | revision | ) |
Sets the revision
Created in NX6.0.0.
License requirements : None
revision | revision |
void NXOpen::Annotations::BalloonNoteBuilder::SetScale | ( | double | scale | ) |
Sets the scale
Created in NX6.0.0.
License requirements : None
scale | scale |
void NXOpen::Annotations::BalloonNoteBuilder::SetText | ( | const std::vector< NXString > & | text | ) |
Sets the text
Created in NX6.0.0.
License requirements : None
text | text |
void NXOpen::Annotations::BalloonNoteBuilder::SetTitle | ( | const NXString & | title | ) |
Sets the title
Created in NX6.0.0.
License requirements : None
title | title |
Returns the title
Created in NX6.0.0.
License requirements : None