Disposition: selected plies table
Last updated
Was this helpful?
Last updated
Was this helpful?
Feature Description:
The Plies Selection feature enables users to retrieve information about specific plies (layers of composite material) required for repair tasks within the defect tracking system.
Selection Process:
Users can select specific plies for repair by interacting with the Layup section of the interface, where different plies are listed with their respective quantities.
API Interaction:
Upon selection, the system generates a GET request to the API with the endpoint structured as: GET API_BASE/dispositions/selected?zstart={Z_START}&zend={Z_END}&xstart={X_START}&xend={X_END}&selected={N_SELECTED}
This request retrieves data based on the selected plies within the defined 3D space coordinates.
API Response:
The API returns a JSON object that contains an array of the selected plies, each with a name and quantity.
An example response includes an object like:
Using the Feature:
In the user interface, the total number of plies affected is displayed, and the specific plies selected for repair are highlighted with their quantities indicated.
Best Practices:
When selecting plies for repair, ensure the correct quantities are chosen to accurately reflect the repair needs.
Always verify the selected plies correspond to the appropriate repair method, as indicated in the interface.
Note:
The ply selection is an integral part of the repair planning process and should be performed with attention to detail to ensure effective and efficient repairs.