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:09]
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:
- +<code> 
-%%  -h      Replace existing header with INFILE; no data transferred.%%\\ +  -h      Replace existing header with INFILE; no data transferred. 
-%%  -R [N]  Relabel old (existing) record RTYPE to RTYPE+N (default: N=500)%%\\ +  -R [N]  Relabel old (existing) record RTYPE to RTYPE+N (default: N=500) 
-%%  -abcd   Create file with little byte first byte order.%%\\ +  -abcd   Create file with little byte first byte order. 
-%%  -dcba   Create file with big byte first byte order.%%\\ +  -dcba   Create file with big byte first byte order. 
-%%          (byte order is ignored if appending to existing file).%%\\ +          (byte order is ignored if appending to existing file). 
-%%  -f      DM file only contains header and pointer to data file%%\\ +  -f      DM file only contains header and pointer to data file 
-%%          (default is to put both header and data into DM file).%%\\ +          (default is to put both header and data into DM file). 
-%%  -A      Append only; don't create the file if it doesn't exist.%%\\ +  -A      Append only; don't create the file if it doesn't exist. 
-%%  -vN     Verbose flag -- print diagnostic messages.%%\\ +  -vN     Verbose flag -- print diagnostic messages. 
 +</code>
  
 **See Also:**\\ **See Also:**\\
 [[jvs:utilities:dmread|DMRead]],[[jvs:cigal|CIGAL]],[[jvs:fscan|fScan]] [[jvs:utilities:dmread|DMRead]],[[jvs:cigal|CIGAL]],[[jvs:fscan|fScan]]
  
jvs/dmwrite.1324393756.txt.gz · Last modified: 2014/08/04 16:03 (external edit)