Changes between Version 18 and Version 19 of barServiceGetReconstruction
- Timestamp:
- 03/01/12 15:06:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceGetReconstruction
v18 v19 11 11 ;structureName=<structure name> 12 12 [;qualityPreset=(low|high)] 13 [;outputFormat=(vrml )]13 [;outputFormat=(vrml|niftii)] 14 14 }}} 15 15 … … 27 27 ==== Optional arguments ==== 28 28 * qualityPreset 29 Sets predefined quality preset , possible values are 'low'30 and 'high' the default value is 'low'29 Sets predefined quality preset. Possible values are 'low' 30 and 'high', the default value is 'low'. 31 31 32 32 * outputFormat 33 Defines format of the reconstruction. Possible format is 'vrml' with the default value 'vrml'. 33 Defines format of the reconstruction. Possible values are 34 'vrml' and 'niftii', the default value is 'vrml'. 34 35 35 36 ==== Examples ====