3D viewer for manufacturing platforms and engineering software

Let users inspect customer-uploaded parts and imported or generated components directly in your application. Use our API to connect interactive 3D views and geometry information to quotes, orders and component records.

3D printing quotation interface with an interactive part viewer, material options and estimated costs

Connect the model to the workflow around it

Customer-uploaded parts

When a customer submits a part to your manufacturing platform, associate its viewer URL with the quote request or order record. Give customers and your team a visual reference alongside the information needed to progress the job.

Imported or generated components

When your engineering software imports or generates a supported model file, associate the viewer with the relevant component or project. Let users inspect the geometry while keeping its surrounding information in your application.

Put 3D viewing where users make decisions

Customer-uploaded part displayed beside manufacturing quotation options

Quoting portals

Display the submitted model beside the customer’s requested material, quantity and process. Give users a way to inspect the part while reviewing the information attached to the enquiry.

Manufacturing order record with an embedded viewer of the ordered part

Order records

Keep an interactive view of the associated part alongside the order details. Help users identify the component and understand which model the record refers to.

Engineering component library with a selected part displayed in the 3D viewer

Component libraries

Add a visual reference to each component entry. Let users inspect its form before continuing with the engineering workflow.

Retrieve geometry information alongside the 3D viewer

Model geometry information showing area, volume, dimensions and number of parts

Use the Geometry Information API to retrieve model measurements associated with a specific model ID. Your application can bring these values into a part record alongside the interactive viewer.

  • Surface area
  • Volume
  • Overall dimensions along the X, Y and Z axes
  • Number of parts for a 3D assembly

This gives your platform a source of geometry information to use within its own calculations, review steps and component records.

Use geometry data in your platform’s own logic

Quotation inputs

Bring surface area, volume and overall dimensions into your quotation workflow. Combine relevant values with your own process assumptions, material information and pricing rules.

Size-based checks

Use the X, Y and Z dimensions as inputs to checks against size limits defined in your application. Treat overall dimensions as one part of the evaluation, alongside orientation and process-specific requirements.

Component information

Populate component records with geometry values and assembly part counts. Keep these details available alongside the model for review and downstream use.

Geometry values describe the model. Manufacturing suitability and quotation results depend on the rules, assumptions and validation implemented in your platform.

Request geometry using the model ID

Use the model ID associated with your uploaded file to request its geometry information.

Example request

curl \
"https://www.3dvieweronline.com/api/v1/geometry/?token={your-api-token}&modelID={model-ID}"

Send the request from your backend using your API token and the relevant model ID.

Example successful response


{
  "success": true,
  "message": "Message",
  "results": {
    "area": "170.8222",
    "volume": "6.5315",
    "xbox": "8.3321",
    "ybox": "10.1477",
    "zbox": "8.3321",
    "parts": "10"
  }
}

Illustrative response from the API documentation. Values are not measurements of the model shown on this page.

Plan the integration around your files and users

Start with representative models from your workflow and confirm how viewing and geometry information should behave in your application.

  • Files: Test the formats, model complexity and file sizes your users submit.
  • Processing: Handle the period before viewing and geometry results are available, including unsuccessful requests.
  • Units: Confirm how returned dimensions, area and volume should be interpreted.
  • Access and retention: Define who should open each viewer and how long the associated model is needed.
  • Manufacturing and engineering integration questions

    Can I display customer-uploaded parts in my manufacturing platform?

    Your application can submit supported model files through the API and associate the returned viewer URLs with its part, quotation or order records.

    Can I use this with components generated by engineering software?

    If your software produces a supported model file, it can submit that file through the API and associate the viewer with the relevant component or project.

    What geometry information can I retrieve?

    The geometry endpoint returns surface area, volume, overall dimensions along the X, Y and Z axes, and the number of parts for a 3D assembly.

    Can I use geometry information in a quotation workflow?

    Yes. Your application can use the returned values as inputs to its own quotation logic, alongside material information, process assumptions and pricing rules.

    Does the Geometry Information API calculate a manufacturing price?

    No. The Geometry Information API returns model geometry values, including surface area, volume and overall dimensions. Your application can use these values alongside its own material costs, process assumptions and pricing rules to calculate a quotation.

    How do I connect geometry information to the correct model?

    Send the geometry request using the model ID associated with the uploaded file. Keep that identifier linked to the corresponding part, quote, order or component record in your application.

    Where can my developers start?

    Explore the 3D Viewer API page for the upload-to-viewer workflow, then use the documentation for request parameters and response examples.

    Discuss your platform integration

    Tell us about your platform and where 3D viewing could support your workflow. We can discuss model uploads, viewer integration and geometry information for your quoting portal or engineering software.