|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
CentreCommand | Centres the view on a selected entity or on a picked free position. Examples:
$centre "select /p2 true 7.0 -7.0 0.0" |
DeleteAllCommand | Deletes everything in the scene graph. Example:
$deleteAll |
DeleteCommand | Deletes the current selection. Example:
$delete
|
DeleteNodeCommand | Deletes the specified node. |
FitCommand | Modifies the active view's camera to fit the scene. Example:
$fit
|
GArrowCommand | Creates an arrow as a child of the current selection or specified node. |
GArrowheadCommand | Creates an arrowhead as a child of the current selection or specified node. |
GAxesCommand | Creates a set of axes as a child of the current selection or specified node. |
GGroupCommand | Creates an empty group with the specified owner and the given name. Examples:
$ggroup "/a1" "name=b8";
|
GLineArrayCommand | Creates a graphical line segment array from basic dataas a child of the current selection or specified node. |
GLineCommand | Creates a graphical line from basic data as a child of the current selection or specified node. |
GMeshCommand | Creates a graphical indexed triangle array from basic data as a child of the current selection or specified node. |
GPointArrayCommand | Creates a graphical point array from basic data as a child of the current selection or specified node. |
GPointCommand | Creates a graphical point from basic data as a child of the current selection or specified node. |
GPolylineArrayCommand | Creates a graphical polyline array from basic data as a child of the current selection or specified node. |
GPolylineCommand | Creates a graphical polyline from basic dataas a child of the current selection or specified node. |
GQuadArrayCommand | Creates a graphical quad array from basic data as a child of the current selection or specified node. |
GraphicsCommand | Base class for graphics commands |
HiliteNodeCommand | Hilites the specified node. Example:
$hiliteNode "/a2/a2/e3"
|
HomeCommand | Sets the active camera to be the home camera. Example:
$home
|
MoveCommand | Translates the specified node or current selection by the specified vector. Examples:
$move 3 4 5 |
NextViewCommand | Restores the next camera Example:
$undoView
|
PanDynamicCommand | Pans the active view dynamically under control of the mouse. Example:
$panDynamic |
PreviousViewCommand | Restores the previous camera Example:
$undoView
|
ResetHomeCommand | Resets the home camera to default values. Example:
$resetHome
|
RotateCommand | Rotates the specified node or current selection around the specified axis by the specified angle in degrees. Examples:
$rotate 3 4 5 0 0 1 30 |
RotateDynamicCommand | Rotates the active view dynamically under control of the mouse. Example:
$rotateDynamic |
ScaleCommand | Uniformly scales the specified node or current selection around the specified scale centre by the specified scale factor. Examples:
$scale 6 2 1 10 |
SetHomeDirCommand | Sets the home camera viewing direction to the specified vector. Example:
$setHomeDir 0 0 -1
|
SetHomeUpCommand | Sets the home camera's up direction to the specified vector. Example:
$setHomeUp 1 0 0
|
SetPropertyCommand | Sets the specified property on the specified node or on the current selection. Examples:
$setProperty "/a1/a2/e3" "tag=50" "name=e4" "rgb=1.0 0.0 0.0"; |
TransformCommand | Transforms the specified node or current selection by the specified 4x4 transformation matrix. Examples:
|
UnhiliteAllCommand | Unhilites everything in the scene graph. Examples:
$unhiliteAll
|
UnhiliteNodeCommand | Unhilites the specified node. Example:
$unhiliteNode "/a1/a2/e2"
|
ZoomCommand | Zooms the active view by the specified factor. Example:
$zoom 3
|
ZoomDynamicCommand | Zooms the active view dynamically under control of the mouse. Example:
$zoomDynamic |
ZoomWindowCommand | Scales the view to fit a new rectangle Example:
|
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |