MGED CMD keypoint

From BRL-CAD


keypoint[edit]

Syntax[edit]

keypoint [x y z | reset]


Argument(s)[edit]

[x y z]
Optional. Sets the Keypoint
[reset]
Optional. Resets the keypoint to default.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "keypoint" command without any options displays the current keypoint setting. If a point is specified, then that point becomes the keypoint. If reset is specified, then the default keypoint is restored. The keypoint is used as the center of rotation and scaling in primitive edit or matrix edit (formerly known as object edit) modes. This command has no effect when used in nonediting modes.


Example(s)[edit]

mged> keypoint 10 20 30
Set the keypoint to the point (10 20 30) in model units.


See Also[edit]

l

Page Generated by David Loman on: 10/11/2007 at: 1:14:45 PM