現行Coreform Cubit 2026.8の基本構文
refine {node|edge|tri|face|tet|hex} <range>
[numsplit <int=1> | size <double> [bias <double>]]
[depth <int> | radius <double>] [sizing_function] [smooth]
refine {vertex|curve|surface} <range>
[numsplit <int=1> | size <double> [bias <double>]]
[depth <int> | radius <double>] [sizing_function] [smooth]対象はGeometry側の Vertex / Curve / Surface と、Mesh側の Node / Edge / Tri / Face / Tet / Hex の両方を指定できます。指定エンティティに関連する、または近傍にあるメッシュ要素へ細分化が適用されます。
