From 7a37a6b7ed98bae7363518320dd8b71b07a6a429 Mon Sep 17 00:00:00 2001
From: Matthias Koefferlein _
z?)=vNuHX8TG7O+R6%O6lxXuo8*5wYCb$q+;!?y#ce)an
zx+!i1aUrgXtFFYAR2TjO_x^);-+S-rofPgQ7zj^$&Ut!g&b$moh#*))B@-0>pnzkD
zF@=-KpAiM&QlkzW&E{|3dU@^cw-0~kZtq;&ez(y@CGYo&Vc2Oetv9R46)
+To remove the clip condition, call "clip" without any arguments.
Similar to log, but the message is printed formatted as an error
-Usage:
See Source#extent for a description of that function. diff --git a/src/lay/lay/doc/about/drc_ref_source.xml b/src/lay/lay/doc/about/drc_ref_source.xml index 05525f41e..20a46bee9 100644 --- a/src/lay/lay/doc/about/drc_ref_source.xml +++ b/src/lay/lay/doc/about/drc_ref_source.xml @@ -96,18 +96,31 @@ Use the global version of "edges" without a source object to address the default
This method has been introduced in version 0.27.
-Usage:
+Without an argument, the extent method returns a layer with the bounding box +of the top cell. With a cell filter argument, the method returns a layer +with the bounding boxes of the selected cells. The cell filter is a glob +pattern. +
The extent function is useful to invert a layer:
inverse_1 = extent.sized(100.0) - input(1, 0)+
+The following example returns the bounding boxes of all cells whose +names start with "A": +
+
+a_cells = extent("A*")
+