Changeset 4783 for vtkvis/branches/1.7/protocol.txt
- Timestamp:
- Nov 23, 2014 7:40:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vtkvis/branches/1.7/protocol.txt
r4777 r4783 603 603 image delete <?dataSetName?> 604 604 image extents <xmin> <xmax> <ymin> <ymax> <zmin> <zmax> <?dataSetName?> 605 Deprecated 606 image follow <bool> <?dataSetName?> 607 Toggle camera following. When on, slice plane will face the camera and 608 camera focal point determines slice offset 605 609 image level <level> <?dataSetName?> 606 610 image opacity <opacity> <?dataSetName?> … … 608 612 image pos <x> <y> <z> <?dataSetName?> 609 613 image scale <sx> <sy> <sz> <?dataSetName?> 614 image slice <nx> <ny> <nz> <ox> <oy> <oz> <?dataSetName?> 615 Disable camera follow and set slice plane by plane normal (nx,ny,nz) and 616 origin (ox,oy,oz) 610 617 image visible <bool> <?dataSetName?> 611 618 image window <windowWidth> <?dataSetName?> 612 619 image zslice <sliceNum> <?dataSetName?> 620 Deprecated 613 621 614 622 lic add <?datasetName?>
Note: See TracChangeset
for help on using the changeset viewer.