All Frameworks Object Hierarchy This Framework Indexes
CatSchIDLGapPriority (Enumeration)
enum CatSchIDLGapPriority {
catSchIDLGapThisRoute,
catSchIDLGapInputRoute,
catSchIDLGapNoPriority,
catSchIDLGapHorizontalSeg,
catSchIDLGapVerticalSeg
}
Schematic route gap priority.
Role: Indicates which route to gap when 2 routes intersect.
- Values:
-
- catSchIDLGapThisRoute
- Put a gap on this route.
- catSchIDLGapInputRoute
- Put a gap on the input route.
- catSchIDLGapNoPriority
- Put a gap based on priority rule.
- catSchIDLGapHorizontalSeg
- Put a gap on the horizontal segment.
- catSchIDLGapVerticalSeg
- Put a gap on the vertical segment.