Class AutoRouter.PathDescriptor
Describe the Path layout and the state variables during routing
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class AutoRouter.PathDescriptor
Fields
| Name | Description |
|---|---|
| area | Area occupied by the route |
| fromPort | Coordinate of the source port |
| length | Length of the route |
| nodeRects | Obstacle rectangles used during auto routing process |
| p1 | Control point 1 |
| p2 | Control point 2 |
| p3 | Control point 3 |
| p4 | Control point 4 |
| points | Points of the route |
| toPort | Coordinate of the target port |