Show / Hide Table of Contents

Class ItemMovedEventResult

继承
object
EventResult
ItemMovedEventResult
Inherited Members
EventResult.EventType
EventResult.Item
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType ()
object.MemberwiseClone()
Namespace:RoboDk.API
Assembly: RoboDkApi.dll
Syntax
public class ItemMovedEventResult : EventResult

构造ors

|Improve this Doc View Source

ItemMovedEventResult(IItem, Mat)

Item moved event

Declaration
public ItemMovedEventResult(IItem item, Mat relativePose)
Parameters
Type Name Description
IItem item
Mat relativePose

Relative pose (pose with respect to parent)

Properties

|Improve this Doc View Source

RelativePose

Declaration
public Mat RelativePose { get; }
Property Value
Type Description
Mat
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc .)