I have created a 24x36 drawing template for plan view drawings based on automation information in the default SI5 templates.
I have found a few issues and have comments:
1. When I create a new Plan drawing using my template, the first time it is opened in SI5 the titleblock, which is a CAD block object, is deleted. The command history shows no history of commands causing the deletion. This makes me believe that something is happening programmatically from
VB automation or other means. I can use the "insert" command to reinsert the title. Then I have to open "Project Information" from the D-Tools menu and click "Save" to populate the title info.
2. Can D-Tools provide a list of automation fields available for populating blocks? Both Project information and product information. I think PROJECTADDRESS-1, -2, -3 is divided improperly. Most people use addresses this way:
1234 Any Street
San Francisco, CA 94123
For this to be effective, D-Tools would use something like this:
PROJECTADDRESS-1 (1234 Any Street)
PROJECTADDRESS-2 (San Francisco, CA 94123)
The current solution also apparently leaves out the "Address 2" filed if a value is entered.
Is D-Tools strictly using "Attributes" for filling in automation data? The Field object is typically more flexible for this. An example using fields:
[PROJECTADDRESS]
[PROJECTCITY], [PROJECTSTATE] [PROJECTZIP]
This allows advanced placement of data mixed with non-data text entities.
I would invite further discussion on how best to use these tools to allow for maximum flexibility.