Class ROICalBoxPara
3D矩形体ROI计算
public class ROICalBoxPara
- Inheritance
-
ROICalBoxPara
- Inherited Members
- Extension Methods
Properties
LengthX
相对值长度X
public double LengthX { get; set; }
Property Value
LengthXAbsEnable
长x使能(相对值)
public bool LengthXAbsEnable { get; set; }
Property Value
LengthXRefEnd
长x结束点(相对值)
public int LengthXRefEnd { get; set; }
Property Value
LengthXRefOffset
长x补偿(相对值)
public double LengthXRefOffset { get; set; }
Property Value
LengthXRefRelative
长x比例(相对值)
public double LengthXRefRelative { get; set; }
Property Value
LengthXRefStart
长x开始点(相对值)
public int LengthXRefStart { get; set; }
Property Value
LengthY
相对值长度Y
public double LengthY { get; set; }
Property Value
LengthYAbsEnable
长Y使能(相对值)
public bool LengthYAbsEnable { get; set; }
Property Value
LengthYRefEnd
长Y结束点(相对值)
public int LengthYRefEnd { get; set; }
Property Value
LengthYRefOffset
长Y补偿(相对值)
public double LengthYRefOffset { get; set; }
Property Value
LengthYRefRelative
长Y比例(相对值)
public double LengthYRefRelative { get; set; }
Property Value
LengthYRefStart
长Y开始点(相对值)
public int LengthYRefStart { get; set; }
Property Value
LengthZ
相对值长度Z
public double LengthZ { get; set; }
Property Value
LengthZAbsEnable
public bool LengthZAbsEnable { get; set; }
Property Value
LengthZRefEnd
长Z结束点(相对值)
public int LengthZRefEnd { get; set; }
Property Value
LengthZRefOffset
长Z补偿(相对值)
public double LengthZRefOffset { get; set; }
Property Value
LengthZRefRelative
长Z比例(相对值)
public double LengthZRefRelative { get; set; }
Property Value
LengthZRefStart
长Z开始点(相对值)
public int LengthZRefStart { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
PosOffsetX
位置偏移量X
public double PosOffsetX { get; set; }
Property Value
PosOffsetY
位置偏移量Y
public double PosOffsetY { get; set; }
Property Value
PosOffsetZ
位置偏移量Z
public double PosOffsetZ { get; set; }
Property Value
PosRefPoint
位置参照点
public int PosRefPoint { get; set; }
Property Value
RotXAbsolute
X轴旋转绝对值
public double RotXAbsolute { get; set; }
Property Value
RotXAbsoluteEnable
X轴旋转绝对值使能
public bool RotXAbsoluteEnable { get; set; }
Property Value
RotXOffset
X轴旋转补偿
public double RotXOffset { get; set; }
Property Value
RotXRefEnd
X轴旋转参照结束点
public int RotXRefEnd { get; set; }
Property Value
RotXRefStart
X轴旋转参照开始点
public int RotXRefStart { get; set; }
Property Value
RotYAbsolute
Y轴旋转绝对值
public double RotYAbsolute { get; set; }
Property Value
RotYAbsoluteEnable
Y轴旋转绝对值使能
public bool RotYAbsoluteEnable { get; set; }
Property Value
RotYOffset
Y轴旋转补偿
public double RotYOffset { get; set; }
Property Value
RotYRefEnd
Y轴旋转参照结束点
public int RotYRefEnd { get; set; }
Property Value
RotYRefStart
Y轴旋转参照开始点
public int RotYRefStart { get; set; }
Property Value
RotZAbsolute
Z轴旋转绝对值
public double RotZAbsolute { get; set; }
Property Value
RotZAbsoluteEnable
Z轴旋转绝对值使能
public bool RotZAbsoluteEnable { get; set; }
Property Value
RotZOffset
Z轴旋转补偿
public double RotZOffset { get; set; }
Property Value
RotZRefEnd
Z轴旋转参照结束点
public int RotZRefEnd { get; set; }
Property Value
RotZRefStart
Z轴旋转参照开始点
public int RotZRefStart { get; set; }
Property Value
Methods
Clone()
克隆
public object Clone()
Returns
ToString()
重写转字符串
public override string ToString()