

Emil Rindell

Jonas Bryntesson

Henrik Andersson
2023-03-06

Emil Rindell

Jonas Bryntesson

Henrik Andersson
2023-03-06
In this blog post, we will describe how you can customize the drawing header in your 2D drawing template to make it work smoothly with DDM and display the desired information.
Via the CAD Parameter Mapping tool in DDM-admin you can control which attributes should be displayed by default on e.g. the part in the 3D scene. You can also control which direction the values should be written, from CAD to DDM or from DDM to CAD or in both directions. Keep in mind that the changes you have made in this tool do not take effect until you restart DDM. At the bottom of this post you will find lists of some of the standard attributes found in DDM.
If you are new to both IRONCAD and DDM , we recommend that you watch these two videos first to understand how the drawing templates in IRONCAD work:
Drawing Form Part 1/2 and Drawing Form Part 2/2
When the part/assembly is loaded into DDM , DDM places attributes in different "sources".
First, they can be found under the file properties of the 3D model...

...or part/assembly in the history tree under part and/or assembly properties...

and from the file properties of the drawing:

How do we now link our attributes to the 2D drawing? Open up the drawing template you want to change. We do this by going to Menu>File>Open

Then navigate to the path of your templates(See the path of the templates here) select the template you want to open and then press ok.
For example, on this drawing template we want to retrieve an attribute from the 3D model (Part number). We first select the text tool under the Home tab and then drag out our text box by holding down the left mouse button:

To find out the attribute we want to use, we switch over to the 3D scene and right-click on our part and select Part Properties(as mentioned, it can also be a assembly and then it will be Assembly Properties). Under Name, we find, for example, the attribute PART_NO and this is what we want in our drawing template.

We now switch back to the 2D drawing and now you can either double-click on the text box to get into the properties or right-click on the text box and select Properties. In the text field, we now want our attribute, but in order for IRONCAD to understand from which source the attribute should come from, we need to add a line of code before our attribute. Since this comes from the 3D model's properties, we add the line $PRPPart and we also need to add"IC-".
Our code to be entered in the drawing header will then be: $PRPPart:"IC-PART_NO"
Then press OK

The principle of adding other values is almost identical to the above except for the source of the attribute we want to read from. For example, if we now want to read from the file properties of the drawing instead, we can first create a text field in the same way as above, but we change the source of the attribute by changing our code slightly. In this case, we now want the date created by the drawing, so we can now go into the properties of the drawing and look for this value, which is DRAW_INITIAL_CREATE_DATE_DATE.

Now to get the connection right we modify our code now by adding $PRPDrawing and IC-, our code will be: $PRPDrawing:"IC-DRAW_INITIAL_CREATE_DATE_DATE"

The change list is also built in this way with attributes:

When we are done with our changes to the template, press Save to save your changes to the template.

Here you can download the drawing template that we use as an example in this post (saved in v2023 by IRONCAD):
The list below shows all standard attributes that can be added to a drawing template. The template can be configured to retrieve attributes from the 3D scene or the drawing. To insert any of these attribute values into the drawing header, you can copy from the lists below:
Answer: Here we publish tips, guides, news and solutions for those who work with IRONCAD and Design Data Manager (DDM). The blog covers everything from basic functions to advanced workflows, helping you to optimize your design work. You'll find examples of smart shortcuts, practical instructions, solutions to common problems, and best practices for product design, mechanical design, and product data management.
Answer: Our guides and tips are designed for both beginners and experienced CAD users. They are aimed at designers, engineers and project managers who want to work more efficiently with IRONCAD and DDM, improve the design process, reduce mistakes and save time in product development.
Answer: We regularly publish new articles when the software is updated, when new features are introduced, or when our users ask for solutions to specific problems. The blog is therefore a reliable source for keeping up to date and getting tips that make everyday CAD work easier.
Answer: Many of our instructions and tips work in multiple versions, but we clearly indicate if an article applies to a specific version. We strive to make the content useful for older versions as well, and also provide recommendations on how to adapt workflows to the version you are using.
Answer: Absolutely! If you can't find the solution in the blog, you can contact our technical support via solidmakarna.support. Our experts will help you with everything from installation and configuration to advanced features in IRONCAD and DDM, so you can solve problems quickly and efficiently.
Answer: Yes! We appreciate suggestions from our users. If you have questions, tips or want us to address a specific issue in IRONCAD or DDM , please contact us via our contact form and we will prioritize relevant topics in future posts.
Answer: The blog contains, among other things:
Practical step-by-step guides to help you use IRONCAD and DDM more effectively.
Productivity and workflow tips for faster design and construction.
Solutions to common problems encountered by users in CAD programs.
Updates and news on new features, versions and improvements.
Best practices for data management and project organization in DDM.
Answer: All tips and guides are directly applicable in daily work. For example, you can use shortcuts and smart features in IRONCAD to speed up modeling, structure files better in Design Data Manager, or follow our step-by-step solutions for specific problems that often come up in design projects.
Answer: We strive to ensure that all guides and tips are relevant to the latest versions of IRONCAD and DDM. We also clearly mark when a post applies to an older version, so you always know if the instruction is directly applicable to your system.
Answer: Yes! Many of our users share the articles with colleagues and use them as internal training materials. The blog is a great complement to formal training and helps teams learn features faster, avoid mistakes, and standardize workflows in IRONCAD and DDM.