<> <> <> <> DIRECTORY CD; CDCommandOpsExtras: CEDAR DEFINITIONS = BEGIN <<>> <> PlaceInst: PROC [design: CD.Design, ob: CD.Object, commHint: REF_NIL] 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.