PersistentGoal Class |
Namespace: Demo3D.Visuals.KJE
public class PersistentGoal : IGoal, IDisposable
The PersistentGoal type exposes the following members.
| Name | Description | |
|---|---|---|
| PersistentGoal | Initializes a new instance of the PersistentGoal class |
| Name | Description | |
|---|---|---|
| CoordinateSystem | ||
| Link |
The link for the TCP.
| |
| LocalTCP |
The transform for the TCP local to the link.
| |
| Locked |
Whether the goal should be solved using only the first joint up the chain from the link.
| |
| Objective |
The objective for the goal.
| |
| Persistent |
Whether the goal should persist until explicitly removed.
| |
| Render |
Whether the goal should be rendered.
| |
| Target |
The transform for the target local to the mechanism.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PersistentGoal | |
| Dispose(Boolean) | Releases the unmanaged resources used by the PersistentGoal and optionally releases the managed resources | |
| OnAdded |
Called when the goal is added to a mechanism.
| |
| OnRemoved |
Called when the goal is removed from a mechanism.
|