Defect dimensions [Detection API]

https://app-service-detection.azurewebsites.net

Get relative dimensions of a defect

POST /dimensions

Get defect relative dimensions accordignly to a blade (pre set)

Headers

Name
Value

Content-Type

application/json

Body

{
        "nodes": [
            {
                "x": 0, "y": 0, "z": 2
            },
            {
                "x": 0.1, "y": 0, "z": 2
            },
            {
                "x": 0.1, "y": 0, "z": 2.1
            },
            {
                "x": 0, "y": 0, "z": 2.1
            }
        ],
        "handler": {
            "location": {
                "x": 0, "y": 0, "z": 0
            },
            "rotation": {
                "x": 0, "y": 0, "z": 0, "w": 0
            }
        }
    
}

Response

Last updated

Was this helpful?