By creating an iProperty named C360_OutputFileBaseName, you can control the names of files downloaded by end users. Controlling names is useful if there are variations of a model or drawing that you want your customers to easily identify. For example, if your model name is shelf_unit.iam and you enable STEP file downloads, by default every download would be named shelf_unit.stp. Using C360_OutputFileBaseName, you can specify the model dimension in the download filename; for example, shelf_unit_48x24.stp.
For drawing outputs, you define this iProperty in the drawing files themselves. Each drawing can have its own C360_OutputFileBaseName iProperty.
For other outputs, you define this iProperty in the top-level IAM or main IPT file. In addition, if there are multiple drawing outputs, the iProperty in the top-level IAM controls the name of the zip file that contains the drawings.
Typically, you will use a rule to define this iProperty that references one or more properties or parameters and concatenates them into a single string. Make sure that parameter changes trigger the rule.
C360_OutputFileBaseName only controls a file's base name. The output-type always controls the filename extension.
If this iProperty is not present, output filenames are based on the names of the original model and/or drawing files.