CAD programy 4M
: boxed_radio_row
Tato dlaždice klastru umístí okraj okolo řady přepínačů. Pokud atribut štítku chybí nebo je použit nulový řetězec (""), okraj se zobrazí bez názvu.
Poznámka
- U řady přepínačů bez okraje nebo nadpisu použijte klastr radio_row.
- Chcete-li umístit okraj kolem řady jiných (nerozváděných) dlaždic, použijte klastr box_row.
- Hodnota atributu označuje, který přepínač je ve výchozím nastavení vybrán hodnotou "1":
value = "1"
Valid Attributes
: boxed_radio_row {
alignment = position;
children_alignment = position;
children_fixed_height = flag;
children_fixed_width = flag;
fixed_height = flag;
fixed_width = flag;
height = number;
label = "string";
value = "string";
width = number;
}
Příklad
: boxed_radio_row {
label="Edit Corner"
: radio_button {
action = "(chamferlsp)";
key = "R5";
label = "Chamfer";
}
: radio_button {
action = "(filletlsp)";
key = "R6";
label = "Fillet";
}
}
Příbuzné DCL Dlaždice
dialog
column
row
boxed_column
boxed_row
boxed_radio_column
radio_column
radio_row