This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manage the schematic in memory feature node geometry.
Schematic in-memory feature nodes have an initial and a current position. The symbol used to display a node can be a composed symbol with symbol layers tagged as schematic ports, which can then be used to manage schematic links connection to ports.
Name | Description | |
---|---|---|
GetPortPosition | Provides access to the position of specified port number of the schematic in memory feature node. | |
InitialPosition | Initial position of the schematic in memory feature node. | |
PortCount | Number of ports of the schematic in memory feature node. | |
Position | Position of the schematic in memory feature node. | |
PutCoords | Changes the coordinates of the schematic in memory feature node. | |
QueryBoundingBoxCoords | Queries the bounding box coordinates of specified port number of the schematic in memory feature node. | |
QueryCoords | Queries the coordinates of the schematic in memory feature node. | |
QueryPortCoords | Queries the coordinates of specified port number of the schematic in memory feature node. |
Classes | Description |
---|---|
SchematicInMemoryFeatureNode | Schematic in memory feature node object. |