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

Function abstract_mode_width

src/laybasic/laybasic/layLayoutViewBase.h:2099–2102  ·  view source on GitHub ↗

* @brief Read accessor to the "abstract mode width" property. * * The abstract mode width enables abstract mode (for values > 0) and * specifies the border to search for touching shapes. */

Source from the content-addressed store, hash-verified

2097 * specifies the border to search for touching shapes.
2098 */
2099 double abstract_mode_width () const
2100 {
2101 return m_abstract_mode_enabled ? m_abstract_mode_width : 0.0;
2102 }
2103
2104 /**
2105 * @brief Read accessor to the "child context enabled" property.

Callers 1

configureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected