NX Open C++ Reference Guide
|
Represents a Annotations::SpecificNote builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateSpecificNoteBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
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. | |
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 | SetText (const std::vector< NXString > &text) |
Sets the text Created in NX6.0.0. | |
void | SetTitle (const NXString &title) |
Sets the str title Created in NX6.0.0. | |
NXString | Title () |
Returns the str title Created in NX6.0.0. |
Represents a Annotations::SpecificNote builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateSpecificNoteBuilder
Created in NX6.0.0.
Returns the category
Created in NX6.0.0.
License requirements : None
std::vector<NXString> NXOpen::Annotations::SpecificNoteBuilder::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
void NXOpen::Annotations::SpecificNoteBuilder::SetCategory | ( | const NXString & | category | ) |
Sets the category
Created in NX6.0.0.
License requirements : None
category | category |
void NXOpen::Annotations::SpecificNoteBuilder::SetIdentifier | ( | const NXString & | identifier | ) |
Sets the identifier
Created in NX6.0.0.
License requirements : None
identifier | identifier |
void NXOpen::Annotations::SpecificNoteBuilder::SetRevision | ( | const NXString & | revision | ) |
Sets the revision
Created in NX6.0.0.
License requirements : None
revision | revision |
void NXOpen::Annotations::SpecificNoteBuilder::SetText | ( | const std::vector< NXString > & | text | ) |
Sets the text
Created in NX6.0.0.
License requirements : None
text | text |
void NXOpen::Annotations::SpecificNoteBuilder::SetTitle | ( | const NXString & | title | ) |
Sets the str title
Created in NX6.0.0.
License requirements : None
title | title |
Returns the str title
Created in NX6.0.0.
License requirements : None