DeveloperModeHelpers Module
Nested modules
Modules | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
createTableFromASegments segments
Parameters:
ASegment list
Returns: ReactElement
|
|
|
|
|
|
|
|
|
|
|
|
|
The Number of distinct wire visible segments that intersect with one or more symbols in the sheet. Counts each such segment even if they overlap (which is not likely) assumes that within one wire, at most one segment crosses a symbol boundary although this is not always true, it is fine for a metric.
|
|
|
|
|
|
The number of pairs of distinct visible wire segments that cross each other at right angles in a sheet. Returns the number right angle intersections between wire segments. Does not include crossings that are "T junction" counts segments that overlap only once ASSUMPTION: overlapping segments are in same Net and have same starting point.
|
Full Usage:
overlapArea2DBox bb1 bb2
Parameters:
BoundingBox
bb2 : BoundingBox
Returns: BoundingBox option
|