Usages of RoutingObstacle
Properties
source | in PathSearchRequest | Gets the source obstacle describing the area where this request starts. | |
target | in PathSearchRequest | Gets the target obstacle describing the area where this request ends. |
Method Return Values
getObstacles (PartitionCell) | in IRouterPartition | Returns all RoutingObstacles that cover the given PartitionCell. | |
createObstacle (Rect, any, boolean?, number?) | in PartitionExtension | Creates another obstacle to the partition, optionally inserting it into the partition with a padding. | |
getObstacle (any) | in PartitionExtension | Gets the RoutingObstacle that has been created earlier for the given data object. |
Method Parameters
getCoveredCells (RoutingObstacle) | in IRouterPartition | Returns all PartitionCells that are completely covered by the given RoutingObstacle. |