Generated by DocFX

Class ObjectPositionDto

Scanned object position in the scene

Inheritance
System.Object
ObjectPositionDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Imaging.Xray.Dto
Assembly: VEDriversLite.dll
Syntax
public class ObjectPositionDto

Properties

| Improve this Doc View Source

Dod

Distance between Object rotation Axis XY center and Detector Distance is in milimeters

Declaration
public double Dod { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Dsd

Distance between Source Focal spot and Detector Distance is in milimeters

Declaration
public double Dsd { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

R1

Object Rotation R1 It is rotation in XY plane Rotation is in degrees

Declaration
public double R1 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

R2

Object Rotation R2 It is rotation in XZ plane Rotation is in degrees

Declaration
public double R2 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

R3

Object Rotation R3 It is rotation in ZY plane Rotation is in degrees

Declaration
public double R3 { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

X

Object Position X

Declaration
public double X { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Y

Object Position Y

Declaration
public double Y { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Z

Object Position Z

Declaration
public double Z { get; set; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

IsDefault()

Returns true if the all values inside class are in default values

Declaration
public bool IsDefault()
Returns
Type Description
System.Boolean