-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Preprocess:
- Run
python manager.py testinitin shell. I added a default work intestinit - Access
http://localhost:5000/work/fetch/parts/1to get Parts:- alias, local_id: Because one prototype might have serval instances in a work, hence we distinguish them with
AliasandLocal_id. (Local_idis 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'.
- alias, local_id: Because one prototype might have serval instances in a work, hence we distinguish them with
- Access
http://localhost:5000/work/fetch/relationship/1to get Relationship:- from, to: The local_id of the connected instances.
- relationship: A string.
- Access
http://localhost:5000/work/fetch/cmatrix/1to get CMatrix:- numbers: The local_id of the connected instances.
Metadata
Metadata
Assignees
Labels
No labels