要从行中删除单元,请执行以下操作:
<tr>
<th>PowerMILL Version</th><td>{version} CodeBase {codebase}</td>
</tr>
<tr>
<th>PowerMILL Version</th><!--<td>{version} CodeBase {codebase}</td>-->
</tr>
现在,系统会隐藏注释之间的单元,但该行中的表标题仍会显示。
要删除一行单元,请执行以下操作:
<tr>
<th>PowerMILL Version</th><td>{version} CodeBase {codebase}</td>
</tr>
<!--<tr>
<th>PowerMILL Version</th><td>{version} CodeBase {codebase}</td>
</tr>-->
现在,系统会隐藏注释行中的所有单元。
要删除合并列中的单元,请执行以下操作:
<tr>
<th>Block</th>
<td colspan="3">
{block.limits.x.max-block.limits.x.min} ×
{block.limits.y.max-block.limits.y.min} ×
{block.limits.z.max-block.limits.z.min}
</td>
</tr>
<!--{block.limits.x.max-block.limits.x.min} ×-->
<td colspan="2">
要删除合并行中的单元,请执行以下操作:
<tr>
<td rowspan="3">{strategy}</td>
</tr>
<tr>
<th>Diameter</th><td>{tool.diameter}</td>
</tr>
<tr>
<th>Tip radius</th><td>{tool.tip_radius}</td>
</tr>
<tr>
<th>Length</th><td>{tool.length}</td>
</tr>
<!--<tr>
<th>Diameter</th><td>{tool.diameter}</td>
</tr>-->
<td rowspan="2">