Table of Contents

Class PositionItemResult

Namespace
AT.Librarys.Container.Station
Assembly
AT.Librarys.Container.dll

定位项结果

public class PositionItemResult : ReturnValueBase
Inheritance
PositionItemResult
Inherited Members
Extension Methods

Constructors

PositionItemResult()

构造

public PositionItemResult()

Properties

Camera

相机位置

public CPointAngle Camera { get; set; }

Property Value

CPointAngle

Machine

机械位置

public CPointAngle Machine { get; set; }

Property Value

CPointAngle

Offset

偏差值

public CPointAngle Offset { get; set; }

Property Value

CPointAngle

Methods

ToFixed(int)

保留小数位

public void ToFixed(int decimals)

Parameters

decimals int

保留几位小数点