PointCloudInstance.GetScanOrigin
Method
Description:
Returns the origin point of a scan in model coordinates.
Returns the origin point of a scan in model coordinates.
Parameters
Parameter | Type | Description |
---|---|---|
scanName | String | Name of the scan. |
Return Value
Type | Description |
---|---|
XYZ | Resulting origin point of the scan. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | PointCloudInstance does not contain scan scanName. |
ArgumentNullException | A non-optional argument was null |