NX Open C++ Reference Guide
|
Represents a @link Annotations::TableSection Annotations::TableSection@endlink builder <br> To create a new instance of this class, use @link Annotations::TableSectionCollection::CreateTableSectionBuilder Annotations::TableSectionCollection::CreateTableSectionBuilder @endlink <br>
Default values. More...
Public Member Functions | |
double | ColumnWidth () |
Returns the column width Created in NX8.0.0. | |
NXOpen::Annotations::LeaderBuilder * | Leader () |
Returns the Annotations::LeaderBuilder for the annotation Created in NX8.0.0. | |
int | NumberOfColumns () |
Returns the number of columns, input for tabulr note column numbers Created in NX8.0.0. | |
int | NumberOfRows () |
Returns the number of rows Created in NX8.0.0. | |
NXOpen::Annotations::OriginBuilder * | Origin () |
Returns the origin, where the symbol is going to be displayed Created in NX8.0.0. | |
double | RowHeight () |
Returns the row height Created in NX8.0.0. | |
void | SetColumnWidth (double columnWidth) |
Sets the column width Created in NX8.0.0. | |
void | SetNumberOfColumns (int numberOfColumns) |
Sets the number of columns, input for tabulr note column numbers Created in NX8.0.0. | |
void | SetNumberOfRows (int numberOfRows) |
Sets the number of rows Created in NX8.0.0. | |
void | SetRowHeight (double rowHeight) |
Sets the row height Created in NX8.0.0. | |
NXOpen::Annotations::TableStyleBuilder * | Style () |
Returns the style Created in NX8.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Annotations::TableSection Annotations::TableSection@endlink builder <br> To create a new instance of this class, use @link Annotations::TableSectionCollection::CreateTableSectionBuilder Annotations::TableSectionCollection::CreateTableSectionBuilder @endlink <br>
Default values.
Property | Value |
---|---|
ColumnWidth |
50 (millimeters part), 2 (inches part) |
NumberOfColumns |
5 |
NumberOfRows |
5 |
RowHeight |
8 (millimeters part), 0.25 (inches part) |
Created in NX8.0.0.
double NXOpen::Annotations::TableSectionBuilder::ColumnWidth | ( | ) |
Returns the column width
Created in NX8.0.0.
License requirements : None
NXOpen::Annotations::LeaderBuilder* NXOpen::Annotations::TableSectionBuilder::Leader | ( | ) |
Returns the Annotations::LeaderBuilder for the annotation
Created in NX8.0.0.
License requirements : None
int NXOpen::Annotations::TableSectionBuilder::NumberOfColumns | ( | ) |
Returns the number of columns, input for tabulr note column numbers
Created in NX8.0.0.
License requirements : None
int NXOpen::Annotations::TableSectionBuilder::NumberOfRows | ( | ) |
Returns the number of rows
Created in NX8.0.0.
License requirements : None
NXOpen::Annotations::OriginBuilder* NXOpen::Annotations::TableSectionBuilder::Origin | ( | ) |
Returns the origin, where the symbol is going to be displayed
Created in NX8.0.0.
License requirements : None
double NXOpen::Annotations::TableSectionBuilder::RowHeight | ( | ) |
Returns the row height
Created in NX8.0.0.
License requirements : None
void NXOpen::Annotations::TableSectionBuilder::SetColumnWidth | ( | double | columnWidth | ) |
Sets the column width
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
columnWidth | columnwidth |
void NXOpen::Annotations::TableSectionBuilder::SetNumberOfColumns | ( | int | numberOfColumns | ) |
Sets the number of columns, input for tabulr note column numbers
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
numberOfColumns | numberofcolumns |
void NXOpen::Annotations::TableSectionBuilder::SetNumberOfRows | ( | int | numberOfRows | ) |
Sets the number of rows
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
numberOfRows | numberofrows |
void NXOpen::Annotations::TableSectionBuilder::SetRowHeight | ( | double | rowHeight | ) |
Sets the row height
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
rowHeight | rowheight |
NXOpen::Annotations::TableStyleBuilder* NXOpen::Annotations::TableSectionBuilder::Style | ( | ) |
Returns the style
Created in NX8.0.0.
License requirements : None