Custom properties in file templates
Custom properties in file templates
(OP)
I've recently been setting up some templates to feed data into a custom BOM, for SW 2001. My problem is when I use the templates to make parts the custom properties still refer to the name of the template and not the name of the part that has been saved, hence the cut prop value doesn't work. eg Mass: "SW-Mass@Part.SLDPRT"
Am I doing something wrong?
Thanks in advance
Oliver
Am I doing something wrong?
Thanks in advance
Oliver






RE: Custom properties in file templates
I do not think you are doing anything wrong. From my experience, you have to set this type of custom property after you name the part. You could write a macro that would take the name of the part and substitute it for Part.SLDPRT
Regg
RE: Custom properties in file templates
thanks for the help
RE: Custom properties in file templates
RE: Custom properties in file templates
Jay
RE: Custom properties in file templates
>Am I doing something wrong?
Possibly. As this works great for most. You can do this thing you want to do. I just needs to be set up properly.
This is right from the sheet format of a .drwdot file of mine.
$PRPSHEET:"MATERIAL"
This updates the drawing with a prop value from the model. Now if you have a drw template that is NOT a .drwdot file then I could see how this is happening. If you want to have cust props update properly. Make/use a drwdot file that has the cust props filled in. Then when making the slddrw that you wish to have your BOM on. Select this template file. Then when you add an ASM your slddrw will update based on the cust props that exsist in the drwdot file. This will also get you out of save as. This way you will be prompted to save the slddrw with a name on first save of the newly created slddrw.
Custom props will do the thing you want. If you have more questions please post. Someone here will be able to help you.
Regards,
Sean F
Mechanical Engineer
seanf@newing-halll.com
1 2 many l's in e-mail
RE: Custom properties in file templates
Thanks All
???Oliver???
RE: Custom properties in file templates
Actually I have to take back what I said. After alittle investigation, I believe the format you have is wrong. I think it should be "SW-Mass@@XX@Part1.SLDPRT" where XX is the name of the configuration. Try that and let me know.
Regards,
Regg
RE: Custom properties in file templates
RE: Custom properties in file templates
You seem to be correct in assuming that in SW2001 it does not work. It works in both SW2001+ and SW2003.
Regg