This task will clear the deferred drawings flag (if set) for all given components.
Property Name | Description |
---|---|
Components | A pipe delimited list of target paths of drawings whose deferred flag to clear. |
Title | Changes the Title (not the name) of the task. |
Generating Deferred Drawings
Drawings that have been flagged as "Deferred" can be generated by one of the following methods:
There are two places where models can be manually generated:
From the DriveWorks add in inside SOLIDWORKS, select the Generate Models icon. A list appears with all of the models in the queue. The option to Show Deferred Drawings is active if any deferred drawings exist. Checking this option will allow all deferred drawings to be generated.
The model generation queue in DriveWorks Autopilot will pick up on drawings that have had their Deferred Flag cleared.
These will be generated in date order but also adhere to the tags applied to them at the time of release.
Data Management has the ability to remove the deferred flag. Once removed the drawing can be generated using the manual or DriveWorks Autopilot methods above.
Property | Example rule | Example result | Meaning |
---|---|---|---|
Components | DWSpecificationFullPath&"\"&DWProjectName&" MyDrawing "&Text(DWSpecificationID,"0000")&".SLDDRW" | D:\DriveWorks\Specifications\MyProject 9999\MyProject MyDrawing 9999.SLDDRW | Will clear the deferred flag set for the drawing:
DWSpecificationFullPath = D:\DriveWorks\Specifications\MyProject 9999 And DWProjectName&" MyDrawing "&Text(DWSpecificationID,"0000")&".SLDDRW" = MyProject MyDrawing 9999.SLDDRW |
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 does not currently support Status Output Navigation.
Please check the Specification Report for details of Success/Warnings/Failure.
See Also