btcoutermash
Industrial
- Feb 2, 2004
- 108
All,
In all of our part files we have our preset properties that we require users to fill out. The question I had was, using a macro how could I write in a fixed value? The example I am trying to do is, in the part file we have "Revision". So the user needs to fill in something here in the part file properties dialog box. What I wanted to do is when I creat a part run a macro customized for myself that would automatically put in values like "01" into the "Revision" property. I thoight the line below would do that, but is does't. Could anyone give me a pointer on this?
aBool = Part.AddCustomInfo3("", "Revision", 30, "01")
In all of our part files we have our preset properties that we require users to fill out. The question I had was, using a macro how could I write in a fixed value? The example I am trying to do is, in the part file we have "Revision". So the user needs to fill in something here in the part file properties dialog box. What I wanted to do is when I creat a part run a macro customized for myself that would automatically put in values like "01" into the "Revision" property. I thoight the line below would do that, but is does't. Could anyone give me a pointer on this?
aBool = Part.AddCustomInfo3("", "Revision", 30, "01")