| bases |
Count number of bases |
|
nbases:I=bases() |
| |
The 'nbases' attribute has the same contents. |
| baseread |
Get infos about a given base |
|
(base-idx:I,base-name:S,cell-dim:I,phys-dim:I)=baseread(base-idx:I) |
| |
Arg is base id, returns a tuple with base information. |
| basewrite |
Create a new base in an existing CGNS file |
|
base-idx:I=basewrite(base-name:S,cell-dim:I,phys-dim:I) |
| |
Args are base name, cell and physical dimensions.Returns the new id of the created base |