The Delete Document Node task will delete a Node from a DriveWorks 3D Document.
If the Node you are deleting has child Nodes, these will also be deleted. It can be thought of as deleting an Assembly from a SOLIDWORKS Model.
The Delete Document Node task works on a 3D Document within a 3D Preview Control. In order to save changes made by this task you will need to use the Save 3D Document task.
It is advised that you use the Save 3D Document task at the end of a Specification.
This task does NOT work on 3D Previews created from SOLIDWORKS and DriveWorks Autopilot, or static DriveWorks 3D Files.
Property Name | Description |
---|---|
Preview Control Name | The name of a 3D Preview Control to perform the action on.
This 3D Preview Control must be using a DriveWorks 3D Document. |
Target Node Address | Enter the Node address within the DriveWorks 3D Document of the Node you want to delete. |
When this task is added the properties are static by default.
See How To: Change A
Static Property To A Dynamic Property to enable rules to be built on these properties.
Property Name | Example rule | Example result | Meaning |
---|---|---|---|
Preview Control Name | "3DPreviewControl" | 3DPreviewControl | This task will run on the named Preview Control. If that Preview Control has a DriveWorks 3D Document, then the task will attempt to delete the specified Node. |
Target Node Address | "Root\Table\Leg-" & LegReturn | Root\Table\Leg-1 | This task will delete the Node called Leg-1 in the 3D Document on the control called 3D Preview Control. |
All Node Addresses start from the "Root" Node in the DriveWorks 3D Document. This "Root" Node can be renamed, so you may need to enter the renamed Node name.
Example:
If you want to delete the model "Foot" you need to decide which one to delete. To delete the Foot model in Leg-1 you would use the following address:
Root\Table\Leg-1\Foot
To delete the Foot from Leg-2 you use the following address:
Root\Table\Leg-2\Foot
The address is a hierarchical path and you need to know the address of the model you are deleting.
DWCurrentMacroCaller can be used when clicking a 3D Model in a DriveWorks 3D Document. This Special Variable will return the address of the model clicked.
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success
Success with Warnings
Failed (one of the following occurred)