Changeset 3844 for branches/1.3/packages/vizservers/vtkvis/protocol.txt
- Timestamp:
- Jul 26, 2013, 6:00:09 PM (11 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/packages/vizservers/vtkvis/protocol.txt
r3696 r3844 342 342 contour2d add contourlist <list> <?datasetName?> 343 343 list = {isoval1 isoval2 isoval3...} 344 contour2d c color <r> <g> <b> <?datasetName?>344 contour2d color <r> <g> <b> <?datasetName?> 345 345 synonym for linecolor 346 346 contour2d colormap <colormapName> <?datasetName?> 347 contour2d colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>348 Set the field used to color the object. 'c color' means to use349 the constant color defined by the c color subcommand. 'scalar' uses347 contour2d colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 348 Set the field used to color the object. 'constant' means to use 349 the constant color defined by the color subcommand. 'scalar' uses 350 350 the active scalar field. 'vmag' uses the magnitude of the current 351 351 vector field, and 'vx','vy','vz' use the corresponding component of … … 369 369 contour3d add contourlist <list> <?datasetName?> 370 370 list = {isoval1 isoval2 isoval3...} 371 contour3d c color r g b <?datasetName?>371 contour3d color r g b <?datasetName?> 372 372 contour3d colormap <colorMapName> <?dataSetName?> 373 contour3d colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>374 Set the field used to color the object. 'c color' means to use375 the constant color defined by the c color subcommand. 'scalar' uses373 contour3d colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 374 Set the field used to color the object. 'constant' means to use 375 the constant color defined by the color subcommand. 'scalar' uses 376 376 the active scalar field. 'vmag' uses the magnitude of the current 377 377 vector field, and 'vx','vy','vz' use the corresponding component of … … 394 394 cutplane axis <axis> <bool> <?dataSetName?> 395 395 Toggle visibility of the 3 principal axis cutplanes 396 cutplane c color r g b <?datasetName?>396 cutplane color r g b <?datasetName?> 397 397 Set color of outline bounding box 398 398 cutplane cloudstyle <style> <?datasetName?> … … 471 471 glyphs add <shape> <?dataSetName?> 472 472 See 'glyphs shape' for list of shapes 473 glyphs c color r g b <?datasetName?>473 glyphs color r g b <?datasetName?> 474 474 glyphs colormap <colorMapName> <?dataSetName?> 475 glyphs colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?dataSetName?>475 glyphs colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?dataSetName?> 476 476 Set the color mode: color by scalar field or 477 477 vector magnitude -- uses the current color map, 478 or c color for constant color478 or color for constant color 479 479 glyphs delete <?dataSetName?> 480 480 glyphs edges <bool> <?datasetName?> … … 490 490 Control if data values are normalized to [0,1] range before applying 491 491 glyph scaling factor (gscale) 492 glyphs numglyphs <max> <random> <offset> <ratio> <?dataSetName?> 493 Limit the maximum number of glyphs displayed. Can use either a random 494 sampling or every nth point sampling (useful for uniform grids) 495 <max> = integer maximum number of glyphs 496 <random> = bool indicating if random sampling should be used 497 <offset> = offset point index from which to start sampling 498 <ratio> = If random is false, use this to control every nth point sampling 492 499 glyphs opacity <val> <?datasetName?> 493 500 glyphs orient <qw> <qx> <qy> <qz> <?dataSetName?> … … 505 512 506 513 group add <nodeList> <name> 514 Add listed nodes to group named <name>. Group will be created if 515 it doesn't exist, but nodes may be added to existing groups. The 516 nodes will be removed from the virtual root scene. 507 517 group delete <?name?> 508 518 group orient <qw> <qx> <qy> <qz> <?name?> … … 510 520 group pos <x> <y> <z> <?name?> 511 521 group remove <nodeList> <name> 522 Remove listed nodes from group. Currently, nodes will be added back 523 to the virtual root scene, and so nodes must be explicitly deleted to 524 remove them from the scene. 512 525 group scale <sx> <sy> <sz> <?name?> 513 526 group visible <bool> <?name?> … … 524 537 <style> = mesh | splat 525 538 heightmap colormap <colorMapName> <?dataSetName?> 526 heightmap colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>527 Set the field used to color the object. 'c color' means to use528 the constant color defined by the c color subcommand. 'scalar' uses539 heightmap colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 540 Set the field used to color the object. 'constant' means to use 541 the constant color defined by the color subcommand. 'scalar' uses 529 542 the active scalar field. 'vmag' uses the magnitude of the current 530 543 vector field, and 'vx','vy','vz' use the corresponding component of … … 560 573 heightmap wireframe <bool> <?datasetName?> 561 574 575 image add <?dataSetName?> 576 Create an image from a vtkImageData data set 577 image backing <bool> <?dataSetName?> 578 image bg <bool> <?dataSetName?> 579 image border <bool> <?dataSetName?> 580 image color <r> <g> <b> <?dataSetName?> 581 image colormap <colorMapName> <?dataSetName?> 582 image delete <?dataSetName?> 583 image extents <xmin> <xmax> <ymin> <ymax> <zmin> <zmax> <?dataSetName?> 584 image level <level> <?dataSetName?> 585 image opacity <opacity> <?dataSetName?> 586 image orient <qw> <qx> <qy> <qz> <?dataSetName?> 587 image pos <x> <y> <z> <?dataSetName?> 588 image scale <sx> <sy> <sz> <?dataSetName?> 589 image visible <bool> <?dataSetName?> 590 image window <windowWidth> <?dataSetName?> 591 image zslice <sliceNum> <?dataSetName?> 592 562 593 lic add <?datasetName?> 563 594 lic colormap <colormapName> <?datasetName?> … … 615 646 molecule bstyle <cylinder|line> <?datasetName?> 616 647 Set bond render style 617 molecule c color r g b <?datasetName?>648 molecule color r g b <?datasetName?> 618 649 molecule colormap <colormapName> <?datasetName?> 619 molecule colormode <by_elements|scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>620 Set the field used to color the object. 'c color' means to use621 the constant color defined by the c color subcommand. 'scalar' uses650 molecule colormode <by_elements|scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 651 Set the field used to color the object. 'constant' means to use 652 the constant color defined by the color subcommand. 'scalar' uses 622 653 the active scalar field. 'vmag' uses the magnitude of the current 623 654 vector field, and 'vx','vy','vz' use the corresponding component of … … 632 663 molecule linecolor <r> <g> <b> <?datasetName?> 633 664 molecule linewidth <val> <?datasetName?> 665 molecule material <ambientCoeff> <diffuseCoeff> <specularCoeff> <specularExp> <?datasetName?> 634 666 molecule opacity <val> <?datasetName?> 635 667 molecule orient <qw> <qx> <qy> <qz> <?dataSetName?> … … 655 687 656 688 polydata add <?datasetName?> 689 polydata color <r> <g> <b> <?datasetName?> 657 690 polydata cloudstyle <style> <?datasetName?> 658 691 <style> = mesh | points 659 polydata color <r> <g> <b> <?datasetName?> 692 polydata colormap <colormapName> <?datasetName?> 693 polydata colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 694 Set the field used to color the object. 'constant' means to use 695 the constant color defined by the color subcommand. 'scalar' uses 696 the active scalar field. 'vmag' uses the magnitude of the current 697 vector field, and 'vx','vy','vz' use the corresponding component of 698 the active vector field. 660 699 polydata culling <bool> <?name?> 661 700 polydata delete <?datasetName?> … … 669 708 polydata origin <x> <y> <z> <?name?> 670 709 polydata pos <x> <y> <z> <?dataSetName?> 710 polydata preinterp <bool> <?dataSetName?> 711 Controls if VTK's InterpolateScalarsBeforeMapping option is set. 712 Setting this on will give more correct colors, as the interpolation 713 is done on texture coordinates that lookup into a 1D texture instead 714 of using color interpolation from triangle vertices. 671 715 polydata ptsize <size> <?dataSetName?> 672 716 polydata scale <sx> <sy> <sz> <?dataSetName?> … … 697 741 698 742 pseudocolor add <?datasetName?> 699 pseudocolor c color <r> <g> <b> <?datasetName?>743 pseudocolor color <r> <g> <b> <?datasetName?> 700 744 pseudocolor cloudstyle <style> <?datasetName?> 701 745 <style> = mesh | points | splat 702 746 pseudocolor colormap <colormapName> <?datasetName?> 703 pseudocolor colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>704 Set the field used to color the object. 'c color' means to use705 the constant color defined by the c color subcommand. 'scalar' uses747 pseudocolor colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 748 Set the field used to color the object. 'constant' means to use 749 the constant color defined by the color subcommand. 'scalar' uses 706 750 the active scalar field. 'vmag' uses the magnitude of the current 707 751 vector field, and 'vx','vy','vz' use the corresponding component of … … 749 793 750 794 streamlines add <?datasetName?> 751 streamlines c color <r> <g> <b> <?datasetName?>752 Set the constant color of streamlines used for color mode 'c color'795 streamlines color <r> <g> <b> <?datasetName?> 796 Set the constant color of streamlines used for color mode 'constant' 753 797 streamlines colormap <colormapName> <?datasetName?> 754 798 Colormap used to color streamlines/tubes/ribbons by vector magnitude 755 streamlines colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>756 Set the field used to color the streamlines. 'c color' means to use757 the constant color defined by the c color subcommand. 'scalar' uses799 streamlines colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 800 Set the field used to color the streamlines. 'constant' means to use 801 the constant color defined by the color subcommand. 'scalar' uses 758 802 the active scalar field. 'vmag' uses the magnitude of the current 759 803 vector field, and 'vx','vy','vz' use the corresponding component of … … 812 856 streamlines visible <bool> <?datasetName?> 813 857 858 text3d add <textString> <name> 859 text3d color <r> <g> <b> <?name?> 860 text3d delete <?name?> 861 text3d fntfamily <fontName> <?name?> 862 text3d fntsize <fontSize> <?name?> 863 text3d opacity <opacity> <?name?> 864 text3d orient <qw> <qx> <qy> <qz> <?name?> 865 text3d origin <x> <y> <z> <?name?> 866 text3d pos <x> <y> <z> <?name?> 867 text3d scale <sx> <sy> <sz> <?name?> 868 text3d visible <bool> <?name?> 869 814 870 volume add <?datasetName?> 815 871 volume colormap <colorMapName> <?datasetName?> … … 827 883 828 884 warp add <?dataSetName?> 829 warp c color <r> <g> <b> <?datasetName?>885 warp color <r> <g> <b> <?datasetName?> 830 886 warp cloudstyle <style> <?datasetName?> 831 887 <style> = mesh | points 832 888 warp colormap <colormapName> <?datasetName?> 833 warp colormode <scalar|vmag|vx|vy|vz|c color> <fieldName> <?datasetName?>834 Set the field used to color the object. 'c color' means to use835 the constant color defined by the c color subcommand. 'scalar' uses889 warp colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?> 890 Set the field used to color the object. 'constant' means to use 891 the constant color defined by the color subcommand. 'scalar' uses 836 892 the active scalar field. 'vmag' uses the magnitude of the current 837 893 vector field, and 'vx','vy','vz' use the corresponding component of
Note: See TracChangeset
for help on using the changeset viewer.