NX Open C++ Reference Guide
|
Represents a Double Table block
Created in NX8.5.0.
More...
Public Member Functions | |
int | CellWidth () |
Returns the CellWidth Created in NX8.5.0. | |
NXString | ColumnTitles () |
Returns the ColumnTitles Created in NX8.5.0. | |
std::vector< double > | GetMaximumValues (int *nRows, int *nColumns) |
Gets the MaximumValues. | |
std::vector< double > | GetMinimumValues (int *nRows, int *nColumns) |
Gets the MinimumValues. | |
std::vector< NXString > | GetRowTitles () |
Gets the titles of rows in table. | |
std::vector< double > | GetValues (int *nRows, int *nColumns) |
Gets the Values in table. | |
double | Increment () |
Returns the Increment. | |
void | SetCellWidth (int cellWidth) |
Sets the CellWidth Created in NX8.5.0. | |
void | SetColumnTitles (const NXString &title) |
Sets the ColumnTitles Created in NX8.5.0. | |
void | SetColumnTitles (const char *title) |
Sets the ColumnTitles Created in NX8.5.0. | |
void | SetIncrement (double increment) |
Sets the Increment. | |
void | SetMaximumValues (int nRows, int nColumns, const std::vector< double > &matrixValue) |
Sets the MaximumValues Created in NX8.5.0. | |
void | SetMinimumValues (int nRows, int nColumns, const std::vector< double > &matrixValue) |
Sets the MinimumValues Created in NX8.5.0. | |
void | SetRowTitles (std::vector< NXString > &rowTitle) |
Sets the titles of rows in table Created in NX8.5.0. | |
void | SetSpin (bool spin) |
Sets the Spin Created in NX8.5.0. | |
void | SetValues (int nRows, int nColumns, const std::vector< double > &matrixValue) |
Sets the Values in table Created in NX8.5.0. | |
void | SetWrapSpin (bool wrapSpin) |
Sets the WrapSpin. | |
bool | Spin () |
Returns the Spin Created in NX8.5.0. | |
bool | WrapSpin () |
Returns the WrapSpin. | |
![]() | |
bool | Enable () |
Returns the Enable. | |
bool | Expanded () |
Returns the Expanded Created in NX8.5.0. | |
void | Focus () |
Focuses on the block. | |
NXOpen::BlockStyler::PropertyList * | GetProperties () |
Returns the properties of the block. | |
bool | Group () |
Returns the Group Created in NX8.5.0. | |
NXString | Label () |
Returns the Label Created in NX8.5.0. | |
NXString | Name () |
Returns the name of the block or BlockID Created in NX6.0.0. | |
void | SetEnable (bool enable) |
Sets the Enable. | |
void | SetExpanded (bool expanded) |
Sets the Expanded Created in NX8.5.0. | |
void | SetGroup (bool group) |
Sets the Group Created in NX8.5.0. | |
void | SetLabel (const NXString &label) |
Sets the Label Created in NX8.5.0. | |
void | SetLabel (const char *label) |
Sets the Label Created in NX8.5.0. | |
void | SetShow (bool show) |
Sets the Visibility of block. | |
bool | Show () |
Returns the Visibility of block. | |
NXString | Type () |
Returns the type of block Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Double Table block
Created in NX8.5.0.
int NXOpen::BlockStyler::DoubleTable::CellWidth | ( | ) |
Returns the CellWidth
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::DoubleTable::ColumnTitles | ( | ) |
Returns the ColumnTitles
Created in NX8.5.0.
License requirements : None
std::vector<double> NXOpen::BlockStyler::DoubleTable::GetMaximumValues | ( | int * | nRows, |
int * | nColumns | ||
) |
Gets the MaximumValues.
nRows | Number of Rows in the 2D matrix |
nColumns | Number of Columns in the 2D matrix |
std::vector<double> NXOpen::BlockStyler::DoubleTable::GetMinimumValues | ( | int * | nRows, |
int * | nColumns | ||
) |
Gets the MinimumValues.
nRows | Number of Rows in the 2D matrix |
nColumns | Number of Columns in the 2D matrix |
std::vector<NXString> NXOpen::BlockStyler::DoubleTable::GetRowTitles | ( | ) |
Gets the titles of rows in table.
std::vector<double> NXOpen::BlockStyler::DoubleTable::GetValues | ( | int * | nRows, |
int * | nColumns | ||
) |
Gets the Values in table.
nRows | Number of Rows in the 2D matrix |
nColumns | Number of Columns in the 2D matrix |
double NXOpen::BlockStyler::DoubleTable::Increment | ( | ) |
Returns the Increment.
Use this property only when Spin is true
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::DoubleTable::SetCellWidth | ( | int | cellWidth | ) |
Sets the CellWidth
Created in NX8.5.0.
License requirements : None
cellWidth | cell width |
void NXOpen::BlockStyler::DoubleTable::SetColumnTitles | ( | const NXString & | title | ) |
Sets the ColumnTitles
Created in NX8.5.0.
License requirements : None
title | title |
void NXOpen::BlockStyler::DoubleTable::SetColumnTitles | ( | const char * | title | ) |
Sets the ColumnTitles
Created in NX8.5.0.
License requirements : None
title | title |
void NXOpen::BlockStyler::DoubleTable::SetIncrement | ( | double | increment | ) |
Sets the Increment.
Use this property only when Spin is true
Created in NX8.5.0.
License requirements : None
increment | increment |
void NXOpen::BlockStyler::DoubleTable::SetMaximumValues | ( | int | nRows, |
int | nColumns, | ||
const std::vector< double > & | matrixValue | ||
) |
Sets the MaximumValues
Created in NX8.5.0.
License requirements : None
nRows | Number of Rows in the 2D matrix |
nColumns | Number of Columns in the 2D matrix |
matrixValue | Value to set to the property |
void NXOpen::BlockStyler::DoubleTable::SetMinimumValues | ( | int | nRows, |
int | nColumns, | ||
const std::vector< double > & | matrixValue | ||
) |
Sets the MinimumValues
Created in NX8.5.0.
License requirements : None
nRows | Number of Rows in the 2D matrix |
nColumns | Number of Columns in the 2D matrix |
matrixValue | Value to set for given property. |
void NXOpen::BlockStyler::DoubleTable::SetRowTitles | ( | std::vector< NXString > & | rowTitle | ) |
Sets the titles of rows in table
Created in NX8.5.0.
License requirements : None
rowTitle | Value to set for the property. |
void NXOpen::BlockStyler::DoubleTable::SetSpin | ( | bool | spin | ) |
Sets the Spin
Created in NX8.5.0.
License requirements : None
spin | spin |
void NXOpen::BlockStyler::DoubleTable::SetValues | ( | int | nRows, |
int | nColumns, | ||
const std::vector< double > & | matrixValue | ||
) |
Sets the Values in table
Created in NX8.5.0.
License requirements : None
nRows | Number of Rows in the 2D matrix |
nColumns | Number of Columns in the 2D matrix |
matrixValue | Value to set for the property. |
void NXOpen::BlockStyler::DoubleTable::SetWrapSpin | ( | bool | wrapSpin | ) |
Sets the WrapSpin.
Use this property only when Spin is true
Created in NX8.5.0.
License requirements : None
wrapSpin | wrap spin |
bool NXOpen::BlockStyler::DoubleTable::Spin | ( | ) |
Returns the Spin
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::DoubleTable::WrapSpin | ( | ) |
Returns the WrapSpin.
Use this property only when Spin is true
Created in NX8.5.0.
License requirements : None