Click or drag to resize
Accord.NET (logo)

DenavitHartenbergViewer Class

Denavit Hartenberg Viewer.
Inheritance Hierarchy
SystemObject
  Accord.ControlsDenavitHartenbergViewer

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public class DenavitHartenbergViewer : IDisposable
Request Example View Source

The DenavitHartenbergViewer type exposes the following members.

Constructors
  NameDescription
Public methodDenavitHartenbergViewer
Initializes a new instance of the DenavitHartenbergViewer class.
Top
Properties
  NameDescription
Public propertyArrowsBoundingBox
Gets or sets the arrows indicating the axes on each drawing represented as a Rectangle object.
Public propertyBackColor
Gets or sets the color of the rendering surface background
Public propertyBaseJointColor
Gets or sets the color of the first joint of a model
Public propertyEndJointColor
Gets or sets the color of the last joint of a model
Public propertyJointRadius
Gets or sets the radius of the joints circles. Default is 8.
Public propertyJointsColor
Gets or sets the color of the joints
Public propertyLinksColor
Gets or sets the color of the links between joints
Public propertyPlaneXY
Image of the model viewed on the XY plane.
Public propertyPlaneXZ
Image of the model viewed on the XZ plane.
Public propertyPlaneYZ
Image of the model viewed on the YZ plane.
Public propertyScale
Gets or sets the value to scale the drawing of the model to fit the window. Default is 1.
Top
Methods
  NameDescription
Public methodComputeImages(DenavitHartenbergModel)
Computes the three images of a list of models
Public methodComputeImages(DenavitHartenbergNode)
Computes the three images of a list of ModelCombinator
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the DenavitHartenbergViewer is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
Remarks
This class can be used to visualize a D-H model as bitmaps.
See Also