|
NX Open C++ Reference Guide
|
Represents a Integer Table block
Created in NX8.5.0.
More...
Public Member Functions | |
| NXString | ColumnTitles () |
| Returns the ColumnTitles Created in NX8.5.0. | |
| std::vector< int > | GetMaximumValues (int *nRows, int *nColumns) |
| Gets the MaximumValues. | |
| std::vector< int > | GetMinimumValues (int *nRows, int *nColumns) |
| Gets the MinimumValues. | |
| std::vector< NXString > | GetRowTitles () |
| Gets the RowTitles. | |
| std::vector< int > | GetValues (int *nRows, int *nColumns) |
| Gets the Values. | |
| double | Increment () |
| Returns the Increment. | |
| 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< int > &matrixValue) |
| Sets the MaximumValues Created in NX8.5.0. | |
| void | SetMinimumValues (int nRows, int nColumns, const std::vector< int > &matrixValue) |
| Sets the MinimumValues Created in NX8.5.0. | |
| void | SetRowTitles (std::vector< NXString > &rowTitle) |
| Sets the RowTitles 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< int > &matrixValue) |
| Sets the Values 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. | |
Public Member Functions inherited from NXOpen::BlockStyler::UIBlock | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Integer Table block
Created in NX8.5.0.
| NXString NXOpen::BlockStyler::IntegerTable::ColumnTitles | ( | ) |
Returns the ColumnTitles
Created in NX8.5.0.
License requirements : None
| std::vector<int> NXOpen::BlockStyler::IntegerTable::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<int> NXOpen::BlockStyler::IntegerTable::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::IntegerTable::GetRowTitles | ( | ) |
Gets the RowTitles.
| std::vector<int> NXOpen::BlockStyler::IntegerTable::GetValues | ( | int * | nRows, |
| int * | nColumns | ||
| ) |
Gets the Values.
| nRows | Number of Rows in the 2D matrix |
| nColumns | Number of Columns in the 2D matrix |
| double NXOpen::BlockStyler::IntegerTable::Increment | ( | ) |
Returns the Increment.
Use this property only when Spin is true
Created in NX8.5.0.
License requirements : None
| void NXOpen::BlockStyler::IntegerTable::SetColumnTitles | ( | const NXString & | title | ) |
Sets the ColumnTitles
Created in NX8.5.0.
License requirements : None
| title | title |
| void NXOpen::BlockStyler::IntegerTable::SetColumnTitles | ( | const char * | title | ) |
Sets the ColumnTitles
Created in NX8.5.0.
License requirements : None
| title | title |
| void NXOpen::BlockStyler::IntegerTable::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::IntegerTable::SetMaximumValues | ( | int | nRows, |
| int | nColumns, | ||
| const std::vector< int > & | 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 for given property. |
| void NXOpen::BlockStyler::IntegerTable::SetMinimumValues | ( | int | nRows, |
| int | nColumns, | ||
| const std::vector< int > & | 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::IntegerTable::SetRowTitles | ( | std::vector< NXString > & | rowTitle | ) |
Sets the RowTitles
Created in NX8.5.0.
License requirements : None
| rowTitle | Value to set for the property. |
| void NXOpen::BlockStyler::IntegerTable::SetSpin | ( | bool | spin | ) |
Sets the Spin
Created in NX8.5.0.
License requirements : None
| spin | spin |
| void NXOpen::BlockStyler::IntegerTable::SetValues | ( | int | nRows, |
| int | nColumns, | ||
| const std::vector< int > & | matrixValue | ||
| ) |
Sets the Values
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 | Values to set for the property. |
| void NXOpen::BlockStyler::IntegerTable::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::IntegerTable::Spin | ( | ) |
Returns the Spin
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::IntegerTable::WrapSpin | ( | ) |
Returns the WrapSpin.
Use this property only when Spin is true
Created in NX8.5.0.
License requirements : None