Does someone have the code to add a custom property, such as weight, and link it to the mass value in mass properties?
I have code to "GetMassProperties()" and display the mass value in a window or report, but I don't want to add a property and just paste the value. I would like to...
I'm having trouble setting the ambient color code for Directional2 in a macro. The color code I want is 12615808 (Red 128, Grn 128, Blu 192). The macro that folows works but does not change the Directional2 ambient color. Any help?
Code:
'Clr-DyeBlack.swb - 08/13/03 by [Me]
'
'Changes the part...
Hello,
How do I delete a Design Table from a part file within a macro? The recored code for this is listed below. This code will not work unless the DT is actually selected before running the macro. The boolean status line doesn't really select the DT. The real question then is "How do I...