Generated by DocFX

Class AxisDto

Parameters of the axis of positionning system

Inheritance
System.Object
AxisDto
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 AxisDto

Properties

| Improve this Doc View Source

Ac

Accuracy of step

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

Ax

Axis name: X, Y, Z, R R is rotation stand for the object Robotics Joints - R1, R2, R3, R4, R5, R6

Declaration
public string Ax { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

End

End of the used part of the axis - virtual end point

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

L

Length of whole axis

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

Start

Start of the used part of the axis - virtual zero point

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

Stp

Number of steps per whole axis

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