Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving file properties in APL using (swconst.h) VRML

Status
Not open for further replies.

tgoudie000

Aerospace
Joined
Jul 12, 2004
Messages
4
Location
US
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 looked as well, but wasnt able to locate anything in User settings.

However, the setting is located in the registry;

HKEY_CURRENT_USER\Software\SolidWorks\SolidWorks 2003\Export Settings\VRML Version

maybe this can help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top