Define Drawing Creator
Purpose
The Define Drawing Creator function provides information to DWF reading applications about which software program was used to generate the .dwf file.
Syntax
Opcode format | Opcode | Operand Format | Comments |
Extended ASCII | (Creator | <ws><TProgram>) | Defines name of the software used to create the .dwf file |
Program Name of the software program that was used to generate the .dwf file
Details
Some DWF reading applications may need to "know" what software was used to create the .dwf file. The DWF generating application can indicate this with the Creator opcode:
(Creator 'AutoCAD R13c4')
Notes
A .dwf file should contain a maximum of one occurrence of the creator opcode, which by convention should be nested inside a Define Drawing Information Block opcode.
Default
By default no drawing creator is defined, which is equivalent to
(Creator unknown)
Implementation in WHIP! Versions
Toolkit Function |
TBD |
Partial |
Full |
Revised in |
Define Drawing Creator | - | - |
2.0 |
- |
See Also