Function: scoordToWorld()
scoordToWorld(
__namedParameters
,scoord
):Types.Point3
[]
Converts flat listed 2d or 3d coordinates into Point3 world coordinates. For 3d points, this will convert just the structure from flat, while for 2d points, it will convert image to to world coords.
Parameters
• __namedParameters
• __namedParameters.is3DMeasurement: any
• __namedParameters.referencedImageId: any
• scoord: any
Returns
Types.Point3
[]