User Tools

Site Tools


jvs:dmwrite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:dmwrite [2011/12/20 15:03]
voyvodic
jvs:dmwrite [2023/02/23 18:43] (current)
Line 8: Line 8:
  
 RTYPE is the record type, any value > 0.\\ RTYPE is the record type, any value > 0.\\
-NOTE: RTYPE values less than 30 have predefined meanings.+NOTE: For commonly used archive files (e.g. CIGAL "pdigm" files, fScan surface files), many RTYPE values have standardized meanings. Programs find data automatically by RTYPE value.
  
 OPTIONS can appear anywhere in the command line. They can be: OPTIONS can appear anywhere in the command line. They can be:
-   -h      Replace existing header with INFILE; no data transferred. +<code> 
-   -R [N]  Relabel old (existing) record RTYPE to RTYPE+N (default: N=500) +  -h      Replace existing header with INFILE; no data transferred. 
-   -abcd   Create file with little byte first byte order. +  -R [N]  Relabel old (existing) record RTYPE to RTYPE+N (default: N=500) 
-   -dcba   Create file with big byte first byte order. +  -abcd   Create file with little byte first byte order. 
-           (byte order is ignored if appending to existing file). +  -dcba   Create file with big byte first byte order. 
-   -f      DM file only contains header and pointer to data file +          (byte order is ignored if appending to existing file). 
-           (default is to put both header and data into DM file). +  -f      DM file only contains header and pointer to data file 
-   -A      Append only; don't create the file if it doesn't exist. +          (default is to put both header and data into DM file). 
-   -vN     Verbose flag -- print diagnostic messages. +  -A      Append only; don't create the file if it doesn't exist. 
 +  -vN     Verbose flag -- print diagnostic messages. 
 +</code>
  
 **See Also:**\\ **See Also:**\\
-[[jvs:dmread|DMRead]],[[jvs:cigal|CIGAL]],[[jvs:fscan|fScan]]+[[jvs:utilities:dmread|DMRead]],[[jvs:cigal|CIGAL]],[[jvs:fscan|fScan]]
  
jvs/dmwrite.1324393400.txt.gz · Last modified: 2014/08/04 16:03 (external edit)