MCPcopy Create free account
hub / github.com/KLayout/klayout / selection_bbox

Function selection_bbox

src/laybasic/laybasic/layEditable.h:117–120  ·  view source on GitHub ↗

* @brief Deliver the bbox of the selection * * This bounding box is used to compute the center of the * selection for transformation by an angle (it is better * to do this around der center of the selection bbox). * The bbox must either be empty (if no selection is present) * or must be given in micron units. */

Source from the content-addressed store, hash-verified

115 * or must be given in micron units.
116 */
117 virtual db::DBox selection_bbox ()
118 {
119 return db::DBox ();
120 }
121
122 /**
123 * @brief transform the selection

Callers 5

timeoutMethod · 0.85
mouse_click_eventMethod · 0.85
zoom_fit_selMethod · 0.85
pasteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected