Is there a way to view a solidworks file without converting it to an edrawing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The eDrawings data is embedded into the file. This is great for viewing drawings. You don’t have to load the part or assembly. Use the IEModelViewControl.
Parameters
FileName:
Fully qualified path and filename
IsTemp:
True to delete the local copy of a remote non-eDrawings file when that file is no longer open, false to not
PromptToSave:
True to show a dialog if the user exits without saving the file, False to not show a dialog
ReadOnly:
True if the file is read-only, false if not
CommandString:
Specify an empty string (“”); do not specify Nothing, Empty, or vbNullString