Block UI Styler > Block Catalog > Numbers
Double Table
The Double Table block provides a control to place a number of double entry fields in a table configuration. The entry fields accept double numbers.
Use this block when there are two or more related, but different, numerical inputs for one or more options. You must define the row and column titles.
Inherited general properties
- BlockID
- Enable
- Group
- Label
- Show
- Expanded
Block-specific properties
Structurally identical to Integer Table, but for Double values:
| Property Name | Description | Access | Property Type | List of Values |
|---|---|---|---|---|
| ColumnTitles | Specifies the column titles for the block. | CIG | Strings | Any string value. |
| MaximumValues | Specifies the maximum allowed double value(s). Any value greater than this is invalid. | SG | DoubleMatrix2d | Array/matrix of double values. |
| MinimumValues | Specifies the minimum allowed double value(s). Any value less than this is invalid. | SG | DoubleMatrix2d | Array/matrix of double values. |
| RowTitles | Specifies the row titles for the block. | CIG | Strings | Any string value. |
| Spin | Specifies whether to turn on the spin control. | CIG | Logical | True — turn on the spin control. False — turn off. |
| Values | Specifies the double values in the table. | SG | DoubleMatrix2d | Array/matrix of double values. |
Access column legend
| Character | Stands for | Meaning |
|---|---|---|
| C | Creation | Modifiable interactively in Block UI Styler at design time. |
| I | Initialize | Modifiable at run time via NXOpen API, but only during the Initialize callback. |
| G | Get | Readable via NXOpen API in any callback. |
| S | Set | Modifiable at run time via NXOpen API in any callback. |
Related Numbers blocks
Angular Dimension, Double, Expression, Integer, Integer Table, Linear Dimension, On Path Dimension, Radius Dimension.
Source: https://docs.sw.siemens.com/en-US/doc/209349590/PL20220512394070742.blockstyler/bs_double_table · retrieved 2026-07-07