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

NameValue

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

{
    "LEFT": 2023,
    "LENGTH": 611,
    "RIGHT": 2160,
    "ROOT": 2383,
    "TIP": 72502,
    "WIDTH": 451
}

Last updated