Table of Contents

Class ROICalBoxPara

Namespace
AT.Librarys.Container.Toolkit.ROI
Assembly
AT.Librarys.Container.dll

3D矩形体ROI计算

public class ROICalBoxPara
Inheritance
ROICalBoxPara
Inherited Members
Extension Methods

Properties

LengthX

相对值长度X

public double LengthX { get; set; }

Property Value

double

LengthXAbsEnable

长x使能(相对值)

public bool LengthXAbsEnable { get; set; }

Property Value

bool

LengthXRefEnd

长x结束点(相对值)

public int LengthXRefEnd { get; set; }

Property Value

int

LengthXRefOffset

长x补偿(相对值)

public double LengthXRefOffset { get; set; }

Property Value

double

LengthXRefRelative

长x比例(相对值)

public double LengthXRefRelative { get; set; }

Property Value

double

LengthXRefStart

长x开始点(相对值)

public int LengthXRefStart { get; set; }

Property Value

int

LengthY

相对值长度Y

public double LengthY { get; set; }

Property Value

double

LengthYAbsEnable

长Y使能(相对值)

public bool LengthYAbsEnable { get; set; }

Property Value

bool

LengthYRefEnd

长Y结束点(相对值)

public int LengthYRefEnd { get; set; }

Property Value

int

LengthYRefOffset

长Y补偿(相对值)

public double LengthYRefOffset { get; set; }

Property Value

double

LengthYRefRelative

长Y比例(相对值)

public double LengthYRefRelative { get; set; }

Property Value

double

LengthYRefStart

长Y开始点(相对值)

public int LengthYRefStart { get; set; }

Property Value

int

LengthZ

相对值长度Z

public double LengthZ { get; set; }

Property Value

double

LengthZAbsEnable

public bool LengthZAbsEnable { get; set; }

Property Value

bool

LengthZRefEnd

长Z结束点(相对值)

public int LengthZRefEnd { get; set; }

Property Value

int

LengthZRefOffset

长Z补偿(相对值)

public double LengthZRefOffset { get; set; }

Property Value

double

LengthZRefRelative

长Z比例(相对值)

public double LengthZRefRelative { get; set; }

Property Value

double

LengthZRefStart

长Z开始点(相对值)

public int LengthZRefStart { get; set; }

Property Value

int

Name

名称

public string Name { get; set; }

Property Value

string

PosOffsetX

位置偏移量X

public double PosOffsetX { get; set; }

Property Value

double

PosOffsetY

位置偏移量Y

public double PosOffsetY { get; set; }

Property Value

double

PosOffsetZ

位置偏移量Z

public double PosOffsetZ { get; set; }

Property Value

double

PosRefPoint

位置参照点

public int PosRefPoint { get; set; }

Property Value

int

RotXAbsolute

X轴旋转绝对值

public double RotXAbsolute { get; set; }

Property Value

double

RotXAbsoluteEnable

X轴旋转绝对值使能

public bool RotXAbsoluteEnable { get; set; }

Property Value

bool

RotXOffset

X轴旋转补偿

public double RotXOffset { get; set; }

Property Value

double

RotXRefEnd

X轴旋转参照结束点

public int RotXRefEnd { get; set; }

Property Value

int

RotXRefStart

X轴旋转参照开始点

public int RotXRefStart { get; set; }

Property Value

int

RotYAbsolute

Y轴旋转绝对值

public double RotYAbsolute { get; set; }

Property Value

double

RotYAbsoluteEnable

Y轴旋转绝对值使能

public bool RotYAbsoluteEnable { get; set; }

Property Value

bool

RotYOffset

Y轴旋转补偿

public double RotYOffset { get; set; }

Property Value

double

RotYRefEnd

Y轴旋转参照结束点

public int RotYRefEnd { get; set; }

Property Value

int

RotYRefStart

Y轴旋转参照开始点

public int RotYRefStart { get; set; }

Property Value

int

RotZAbsolute

Z轴旋转绝对值

public double RotZAbsolute { get; set; }

Property Value

double

RotZAbsoluteEnable

Z轴旋转绝对值使能

public bool RotZAbsoluteEnable { get; set; }

Property Value

bool

RotZOffset

Z轴旋转补偿

public double RotZOffset { get; set; }

Property Value

double

RotZRefEnd

Z轴旋转参照结束点

public int RotZRefEnd { get; set; }

Property Value

int

RotZRefStart

Z轴旋转参照开始点

public int RotZRefStart { get; set; }

Property Value

int

Methods

Clone()

克隆

public object Clone()

Returns

object

ToString()

重写转字符串

public override string ToString()

Returns

string