|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::GetCenterRotation function method returns the center of rotation for this visualization.
Result = Obj->[IDLitVisualization::]GetCenterRotation([, /NO_TRANSFORM] [, XRANGE=[xmin, xmax]] [, YRANGE=[ymin, ymax]] [, ZRANGE=[zmin, zmax]])
Returns a two- or three-element vector, [x, y] or [x, y, z] indicating the center (in data coordinates) of the bounding box for this visualization if the center of rotation was not explicitly specified with the CENTER_OF_ROTATION property of this visualization. See the CENTER_OF_ROTATION property for more details.
None
Set this keyword to indicate that this visualization's transform should not be applied when computing the x, y, and z ranges. By default, the transform is applied.
Set this keyword to a named variable that will contain a 2-element vector, [xmin, xmax], representing the x range of the bounding box for this visualization.
Set this keyword to a named variable that will contain a 2-element vector, [ymin, ymax], representing the y range of the bounding box for this visualization.
Set this keyword to a named variable that will contain a 2-element vector, [zmin, zmax], representing the z range of the bounding box for this visualization.
For more information on deprecated features, see Obsolete Features.
IDL Online Help (March 06, 2007)