CDCommandOpsExtras.mesa (part of ChipNDale)
Copyright © 1986 by Xerox Corporation. All rights reserved.
by Christian Jacobi, July 23, 1986 12:04:43 pm PDT
Last Edited by: Jacobi July 23, 1986 12:11:40 pm PDT
DIRECTORY
CD;
CDCommandOpsExtras: CEDAR DEFINITIONS =
BEGIN
More various procedures to ease implementing commands
PlaceInst: PROC [design: CD.Design, ob: CD.Object, commHint: REFNIL] RETURNS [inst: CD.Instance];
--places ob down, somewhere into design and returns the instance made
--makes a guess for a good position
--commHint: hint to find gridding information
-- use NIL, ViewerClasses.Viewer, or CDSequencer.Command
END.