I am trying to create a plane that is parallel to a non standard view. Since the rotation of the view is unrelated to the features of the part, I am unable to define a plane with the standard methods.
Is the initial search path in solidworks initially empty?
When I use:
retval = swApp.GetSearchFolders ( folderType)
I get retval = ""
I am worried that if I use SetSeachFolders that I may overwrite a default solidworks search path.
Any help would be appreciated
If I try to use the solidworks / visual basic command:
retval = Sheet.GetProperties ()
I get the following error:
Run-time error '438':
Object doesn't support this property or method.
Any suggestions would be much appreciated.