Click or drag to resize

FrameValues Class

A frame holds position information of an object. The object position is defined by values for x, y and z axis as well as rotation values rx,ry and rz in degree, for the x, y and z axis.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsFrameValues

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class FrameValues : INotifyPropertyChanged

The FrameValues type exposes the following members.

Constructors
 NameDescription
Public methodFrameValues Creating a new FrameValues object with initially all values set to 0.0
Public methodFrameValues(Double, Double, Double, Double, Double, Double) Creating a new FrameValues object with the given frame values
Top
Properties
 NameDescription
Public propertyRx Gets or sets the rx.
Public propertyRy Gets or sets the ry.
Public propertyRz Gets or sets the rz.
Public propertyX Gets or sets the x.
Public propertyY Gets or sets the y.
Public propertyZ Gets or sets the z.
Top
Events
 NameDescription
Public eventPropertyChanged occurs, when a property changed
Top
See Also