Saving file properties in APL using (swconst.h) VRML
Saving file properties in APL using (swconst.h) VRML
(OP)
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 is not a VRML 2.0 file
Is there someone who knows the command that can access the version of the saved VRML file.
Then once I access the command I am looking for how to implement it. I am using swModel.SaveAs4(sPathName,swSaveAsCurrentVersion,swSaveAsOptions_Silent,nErrors,nWarnings), but this will just save the file, not access the properties of the saved file
I know the command is in there, but I have been terribly unsuccessful in finding it.
Thanks in advance
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 is not a VRML 2.0 file
Is there someone who knows the command that can access the version of the saved VRML file.
Then once I access the command I am looking for how to implement it. I am using swModel.SaveAs4(sPathName,swSaveAsCurrentVersion,swSaveAsOptions_Silent,nErrors,nWarnings), but this will just save the file, not access the properties of the saved file
I know the command is in there, but I have been terribly unsuccessful in finding it.
Thanks in advance






RE: Saving file properties in APL using (swconst.h) VRML
However, the setting is located in the registry;
HKEY_CURRENT_USER\Software\SolidWorks\SolidWorks 2003\Export Settings\VRML Version
maybe this can help.