Click or drag to resize

Goal Class

Transient goal.
Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.KJEGoal

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Goal : IGoal

The Goal type exposes the following members.

Constructors
  NameDescription
Public methodGoal
Initializes a new instance of the Goal class
Top
Properties
  NameDescription
Public propertyCoordinateSystem
The coordinate system for the LocalTCP and Target matrices.
Public propertyLink
The link for the TCP.
Public propertyLocalTCP
The transform for the TCP local to the link.
Public propertyLocked
Whether the goal should be solved using only the first joint up the chain from the link.
Public propertyObjective
The objective for the goal.
Public propertyPersistent
Whether the goal should persist until explicitly removed.
Public propertyRender
Whether the goal should be rendered.
Public propertyTarget
The transform for the target local to the mechanism.
Top
Methods
  NameDescription
Public methodOnAdded
Called when the goal is added to a mechanism.
Public methodOnRemoved
Called when the goal is removed from a mechanism.
Top
Remarks
Transient goals are removed from the mechanism after the mechanism has been solved.
See Also