NX Open C++ Reference Guide
|
Represents a Annotations::TableSection builder
To create a new instance of this class, use Annotations::TableSectionCollection::CreateTableSectionBuilder
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. |
Represents a Annotations::TableSection builder
To create a new instance of this class, use Annotations::TableSectionCollection::CreateTableSectionBuilder
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.
Returns the column width
Created in NX8.0.0.
License requirements : None
Returns the Annotations::LeaderBuilder for the annotation
Created in NX8.0.0.
License requirements : None
Returns the number of columns, input for tabulr note column numbers
Created in NX8.0.0.
License requirements : None
Returns the number of rows
Created in NX8.0.0.
License requirements : None
Returns the origin, where the symbol is going to be displayed
Created in NX8.0.0.
License requirements : None
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 |
Returns the style
Created in NX8.0.0.
License requirements : None