So I'm wandering through swconst.h (Properties for changing file saving) to be able to change the properties of saving VRML files. I cannot find the command for VRML version file outputs.
I want to save a VRML 1.0 file by using a macro(coded in VB),
However I want to make sure that the file...
Thanks for the info I actually had to keep
Set Component2 = Child.GetModelDoc
but I changed the Child properties at the end
Child.MaterialPropertyValues = Temp
Something was wrong with mismatching the information
Thanks
Hi all thanks for the quick response...
However using the MaterialPropertyValues goes into the part of the assembly and changes the color, then that color is then displayed throughout the assembly. The problem this creates is that all the subsequent parts that are in the assembly which share...
So I am interested in coloring a part inside of an assembly using the 'component properties'. However I cannot find how to do this using a macro.
I am interested in doing this because I am exporting the file in VRML format and it will only recognize color if the color is specified in the...