You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run python manager.py testinit in shell. I added a default work in testinit
Access http://localhost:5000/work/fetch/parts/1 to get Parts:
alias, local_id: Because one prototype might have serval instances in a work, hence we distinguish them with Alias and Local_id. (Local_id is also used in CMatrix and Relationship.)
x, y: Coordinates.
prototype_id: What prototype does this instance belong to. You can treat it as 'type_id'.
Access http://localhost:5000/work/fetch/relationship/1 to get Relationship:
from, to: The local_id of the connected instances.
relationship: A string.
Access http://localhost:5000/work/fetch/cmatrix/1 to get CMatrix:
numbers: The local_id of the connected instances.
The text was updated successfully, but these errors were encountered:
all interfaces in Design is now moved to design/*
for instance, http://localhost:5000/data/fetch/device is moved to http://localhost:5000/design/data/fetch/device
Preprocess:
python manager.py testinit
in shell. I added a default work intestinit
http://localhost:5000/work/fetch/parts/1
to get Parts:Alias
andLocal_id
. (Local_id
is also used in CMatrix and Relationship.)http://localhost:5000/work/fetch/relationship/1
to get Relationship:http://localhost:5000/work/fetch/cmatrix/1
to get CMatrix:The text was updated successfully, but these errors were encountered: