User Tools

Site Tools


visual3d:documentation:pipeline:event_commands:event_sequence_delete

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:event_commands:event_sequence_delete [2025/04/28 16:16] – [Overview] wikisysopvisual3d:documentation:pipeline:event_commands:event_sequence_delete [2025/04/28 19:05] (current) wikisysop
Line 1: Line 1:
 ====== Event Sequence Delete ====== ====== Event Sequence Delete ======
  
-=====Event Sequence Delete===== +=====Overview=====
- +
-====Overview====+
 The `Event_Sequence_Delete` command **removes a previously defined event sequence** from the motion file. The `Event_Sequence_Delete` command **removes a previously defined event sequence** from the motion file.
   * Event sequences are often used to group event pairs (e.g., LHS to LTO) into meaningful motion phases. This command allows you to cleanly remove those sequences if no longer needed or if you’re regenerating them.   * Event sequences are often used to group event pairs (e.g., LHS to LTO) into meaningful motion phases. This command allows you to cleanly remove those sequences if no longer needed or if you’re regenerating them.
 +  * Use cases include cleaning up a trial before re-defining new event sequences and removing incorrect or outdated gait cycle definitions.
 +  * A **requirement** is that the event sequence to be deleted must already exist, and its name must match exactly.
  
-**Use cases:** +=====Pipeline Command===== 
-  * Cleaning up a trial before re-defining new event sequences. +The pipeline command is shown below as seen in the Visual3D application.
-  * Removing incorrect or outdated gait cycle definitions.+
  
-**Requirements:** 
-  * The event sequence to be deleted must already exist, and its name must match exactly. 
  
-====Pipeline Command==== 
 <code> <code>
 Event_Sequence_Delete Event_Sequence_Delete
Line 21: Line 17:
 </code> </code>
  
-====Command Parameters====+=====Command Parameters====
 + 
 +The following table shows the command parameters and descriptions. 
 |**Parameter**             |**Description**| |**Parameter**             |**Description**|
 |**/EVENT_SEQUENCE_NAME=** | The name of the event sequence you want to delete (e.g., `LeftGaitCycle`). | |**/EVENT_SEQUENCE_NAME=** | The name of the event sequence you want to delete (e.g., `LeftGaitCycle`). |
  
-====Dialog==== +=====Dialog===== 
-The command can be edited in a text editor or in the dialog form. To edit in the dialog pop-up form, either click the **Edit** button in the pipeline workshop or double-click the command.+Due to the simplicity of this command, there is no dialog box and it can be edited within the text editor.
  
-|[IMAGE of Event_Sequence_Delete dialog]|+=====Examples===== 
 +The following example shows the use of the Event_Sequence_Delete command in the Visual3D application,
  
-- Provides a dropdown list of all event sequences in the file. +====Example 1: Delete and Redefine Sequence=====
-- You must select or manually type the **exact name** of the sequence to delete. +
-- There is **no undo**, so make sure this command appears at the right stage in the pipeline.+
  
-====Examples====+The functionality of this command is very straightforward. Simply type in the name of the event sequence desired to be deleted. 
 + 
 +In the following example, an event sequence named 'RightCycle' will be deleted and redefined afterwords.
  
-===Simple Example=== 
-Delete the gait cycle sequence called `LeftStride`: 
-<code> 
-Event_Sequence_Delete 
-/EVENT_SEQUENCE_NAME=LeftStride 
-; 
-</code> 
  
-===Complex Example=== 
-Use in a workflow where you are replacing event sequences: 
 <code> <code>
 Event_Sequence_Delete Event_Sequence_Delete
Line 53: Line 44:
 Event_Define_Event_Sequence Event_Define_Event_Sequence
 /EVENT_SEQUENCE_NAME=RightCycle /EVENT_SEQUENCE_NAME=RightCycle
-/EVENT_SEQUENCE=RHSRTO+/EVENT_SEQUENCE=RHS+RTO
 /EXCLUDE_EVENTS= /EXCLUDE_EVENTS=
 /INSIDE_OF_SEQUENCE= /INSIDE_OF_SEQUENCE=
Line 66: Line 57:
  
 ====Notes==== ====Notes====
-Deleting an event sequence **does not delete the events themselves**, only the sequence structure. + 
-Useful during iterative workflows where event phases are updated repeatedly. +  * Deleting an event sequence **does not delete the events themselves**, only the sequence structure. 
-- Be cautious: if other commands depend on the sequence you remove, those commands may fail or behave unexpectedly.+  Useful during iterative workflows where event phases are updated repeatedly. 
  
  
  
visual3d/documentation/pipeline/event_commands/event_sequence_delete.1745857013.txt.gz · Last modified: 2025/04/28 16:16 by wikisysop