Changes between Version 4 and Version 5 of barServiceGetReconstruction
- Timestamp:
- 04/01/11 22:07:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceGetReconstruction
v4 v5 7 7 Returns a model of a given structure from selected dataset as a zip file containing the 8 8 reconstruction and short description. 9 9 10 Available datasets: 10 ------------------------------------------------------------------------------ 11 sba_WHS10 : http://212.87.16.231:8080/getCafInfo?cafDatasetName=sba_WHS10 12 whs_0.51 : http://212.87.16.231:8080/getCafInfo?cafDatasetName=whs_0.51 11 * sba_WHS10 : http://212.87.16.231:8080/getCafInfo?cafDatasetName=sba_WHS10 12 * whs_0.51 : http://212.87.16.231:8080/getCafInfo?cafDatasetName=whs_0.51 13 13 14 syntax::14 syntax:: 15 15 {{{ 16 16 getReconstruction?cafDatasetName=<dataset name> … … 21 21 22 22 ==== Required arguments ==== 23 *cafDatasetName::23 cafDatasetName:: 24 24 The name of the selected CAF dataset. The list of available 25 25 CAF datasets is located at the end of this page. 26 26 27 *structureName::27 structureName:: 28 28 Name of structure from hierarchy tree. In practice nearly all names 29 29 should be fine but formally name has to point to a root node of a subtree … … 32 32 33 33 ==== Optional arguments ==== 34 *qualityPreset::34 qualityPreset:: 35 35 Sets predefined quality preset, possible values are 'low', 'medium' 36 36 and 'high' the default value is 'low' 37 37 38 *outputFormat::38 outputFormat:: 39 39 Defines format of the reconstruction. Possible formats are 'vrml' 40 40 and 'x3d' with the default value 'vrml'.