The file name rule is used to determine the name of the driven drawing.
Rule | Meaning |
---|---|
Creates a new drawing with the same name as its parent assembly or part. | |
"DELETE" | Prevents the drawing from being generated. |
DWSpecificationId | Creates a new drawing with its filename set to be its original file name, suffixed with the specification number - for example, "Block.slddrw" would become "Block 1.slddrw" if it was generated by the first specification. |
"*" & DWSpecificationId | Creates a new drawing with its filename set to be the specification number - for example, "Block.slddrw" would become "1.slddrw" if it was generated by the first specification. |
"*" & DWSpecificationId & "*" | Creates a new subassembly or part with its filename set to be its original file name, prefixed with the specification number - for example, "Block.slddrw" would become "1 Block.slddrw" if it was generated by the first specification. |