Spector Vision
  • Home
  • Getting started
    • Install
    • Device pairing
  • Features
    • 🔬NDT
      • Measurement mesh
      • Measurement display
    • 🗜️Laminate repair tool
    • 📐Space aware positioning
      • Origin manipulation
    • 📹Video capture
    • 🪄Detection
      • Streaming
    • Advanced use
      • Changing API Environment in Spector
  • UI elements
    • 🎛️Defect panel
    • 📍Origin handler
  • API
    • Overview
    • Startup [Admin API]
    • Device [Content API]
      • Main
      • Marker manipulations
    • Documents [Content API]
      • View documents
    • LRT [Detection API]
    • Defect dimensions [Detection API]
    • Space settings
      • Endpoints
  • Releases
    • 1.2
    • 1.1
    • 1.0
    • Pilot 1.8
      • 🥽Fixes
      • 🥽Alignment marker along z-axis
      • 🥽Nodes rotation
    • Pilot 1.7
      • 🥽Status bar and header
      • 🥽Defect description
      • 🥽Defect codes relations
      • 🥽Disposition: select number of plies
      • 🥽Disposition: all plies table
      • 📡Disposition API: get all plies
      • 📡Disposition API: get selected plies
      • 🥽Disposition: selected plies table
      • 🥽Disposition: display layup image
      • 📡Disposition API: Get image layup
      • 📡Disposition API: Update LRT data
      • 🥽Handler (Scene Origin) Rotation
      • 🖥️Portal laminate repair tool
      • 📡Detection API: Defect dimensions
    • Pilot 1.6
    • Pilot 1.5
    • Pilot 1.4
    • Pilot 1.3
    • Pilot 1.1-2
    • 🔵Pilot 1.0
    • Pilot 0.3
    • Pilot 0.2
    • Pilot 0.1
    • 🟢Demo 1.0
    • Demo 0.3
    • Demo 0.2
    • Demo 0.1
  • Identity
    • Spector logo
Powered by GitBook
On this page

Was this helpful?

  1. Releases
  2. Pilot 1.7

Disposition: display layup image

Last updated 1 year ago

Was this helpful?

  1. Feature Overview:

    • The Layup Image Retrieval feature enables users to request and view an image representing the layup of materials or components from a storage API. Layup refers to the configuration of materials in a composite structure.

  2. API Interaction:

    • To retrieve the layup image, the system sends a GET request to the storage API's files/process endpoint. The request includes parameters to specify the coordinates of the layup area.

  3. Query Parameters:

    • zstart (required): The starting point along the Z-axis.

    • zend (required): The ending point along the Z-axis.

    • xstart (required): The starting point along the X-axis.

    • xend (required): The ending point along the X-axis.

  4. Using the Feature:

    • Users input the desired coordinates into the system, which then constructs the API call dynamically based on those inputs.

    • Upon a successful API call, the layup image is retrieved and displayed within the user interface, providing a visual representation of the selected area.

  5. Best Practices:

    • Confirm that the inputted coordinates correspond to the area of interest within the composite structure for accurate retrieval.

    • Use the visual representation to assist in identifying and analyzing the layup configuration for maintenance or repair.

  6. Note:

    • The retrieval of the layup image is crucial for tasks that require a clear understanding of the material layout, such as defect identification or repair planning.

🥽