Can I create a property from my part with a selection set ? For example if I create a propertie called "Producer" that I can choose between 3 different given names? So that you can´t write nothing there, but select an option.
I created a macro which calls the properties of my part with this code:
ProductDrawn.ReferenceProduct.UserRefProperties.Item("Name from propertie")
Now I need to call the Mass of the part. Which Code could I use? Maybe something like ProductDrawn.ReferenceMass.UserRefMass.Item("Mass") ?? I...
I added new properties to my part like Material, Department, etc. and gave them values.
Now I made the drawing from this part with some Textboxes. I want a macro that displays the values of my properties in this tex tboxs.
I found a Makro that is very similar from what I need, though it acces...
Hi Akhtar,
I want also to do this linked title box with the properties of my part. I was investigated a lot, for a simpler way, since I´m totally new with programming with Catia and I don´t know how Macros work. I have tried to use this files you posted but to be honest I don´t know where and...
Hello,
I´m new with Catia and I have no idea how to programm with this software.
I want that the properties that I added on my part (Material, Part Number...) appear in the Table of the drawing that corresponds to the part without having to fill this fields again, but that they appear from...
I´m struggling with declaring variables for quiet some tiem. Someone showed me some months ago how to declare a variable and give a value to it and what I can remeber it has to do with notebook and layout. Unfortunately I can´t remember anything else and can´t figure it out.
What I intend to do...
Hello,
I want that the properties that I added on my part (Material, Part Number...) appear in the Table of the drawing that corresponds to the part without having to fill this fields again, but that they appear from them selves.
Can something be programmed or is their a tool that could be...