Class ROICalCylinderPara
3D圆柱体ROI计算
public class ROICalCylinderPara
- Inheritance
-
ROICalCylinderPara
- Inherited Members
- Extension Methods
Properties
Height
半径
public double Height { get; set; }
Property Value
HeightAbsEnable
半径使能(相对值)
public bool HeightAbsEnable { get; set; }
Property Value
HeightRefEnd
高结束点(相对值)
public int HeightRefEnd { get; set; }
Property Value
HeightRefOffset
高补偿(相对值)
public double HeightRefOffset { get; set; }
Property Value
HeightRefRelative
高比例(相对值)
public double HeightRefRelative { get; set; }
Property Value
HeightRefStart
高开始点(相对值)
public int HeightRefStart { 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
Radius
半径
public double Radius { get; set; }
Property Value
RadiusAbsEnable
半径使能(相对值)
public bool RadiusAbsEnable { get; set; }
Property Value
RadiusRefEnd
半径结束点(相对值)
public int RadiusRefEnd { get; set; }
Property Value
RadiusRefOffset
半径补偿(相对值)
public double RadiusRefOffset { get; set; }
Property Value
RadiusRefRelative
半径比例(相对值)
public double RadiusRefRelative { get; set; }
Property Value
RadiusRefStart
半径开始点(相对值)
public int RadiusRefStart { 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()