Loading...
Searching...
No Matches
realvirtual.LogicStep_GripPlace Class Reference
Logic step that triggers a Grip component to place (Unfix) all currently gripped MUs. More...
Inheritance diagram for realvirtual.LogicStep_GripPlace:
Public Attributes | |
| Grip | Grip |
| The Grip component to trigger the place operation on. | |
| bool | Blocking |
| If true the step waits until the Grip has released all MUs before proceeding. | |
Public Attributes inherited from realvirtual.LogicStep | |
| string | Name |
| Name identifier for this logic step, used for jumps and debugging. | |
| float | State |
| Current execution state as percentage (0-100) | |
| bool | StepActive |
| True when this step is currently executing. | |
| bool | IsWaiting |
| True when this step is waiting for a condition. | |
| bool | IsContainer |
| True if this step is a container for other steps. | |
Protected Member Functions | |
| override void | OnStarted () |
Protected Member Functions inherited from realvirtual.LogicStep | |
| void | OnStarted () |
| virtual void | OnStartInit () |
| void | NextStep () |
| bool | NonBlocking () |
| void | NextStep (string name) |
| void | Start () |
Additional Inherited Members | |
Public Member Functions inherited from realvirtual.LogicStep | |
| void | StartStep () |
| Starts the execution of this logic step. | |
Properties inherited from realvirtual.LogicStep | |
| bool | IsShowingRuntimeInfo [get] |
Detailed Description
Logic step that triggers a Grip component to place (Unfix) all currently gripped MUs.
When Blocking is true the step waits until no MU is gripped before proceeding.
Member Data Documentation
◆ Blocking
| bool realvirtual.LogicStep_GripPlace.Blocking |
If true the step waits until the Grip has released all MUs before proceeding.
◆ Grip
| Grip realvirtual.LogicStep_GripPlace.Grip |
The Grip component to trigger the place operation on.
Public Attributes inherited from