Tagged Questions
SolidWorks is a 3D mechanical CAD (computer-aided design) program that runs on Microsoft Windows and is being developed by Dassault Systèmes SolidWorks Corp., a subsidiary of Dassault Systèmes, S. A. (Vélizy, France). SolidWorks is currently used by over 1.3 million engineers and designers at more than 130,000 companies worldwide. FY2009 revenue for SolidWorks, was 366 million dollars.
4
votes
2answers
184 views
Check Solidworks is installed?
I have a c# application that runs on both 32-bit and 64-bit OS.In my app, how can I programatically check that solidworks is installed or not on computer.If we can check it by reading registry key ...
2
votes
0answers
26 views
can´t change the Failure Criteria to a Composite Failure Criteria
I need help with Solidworks 2011 version 1.0 64bit Windows7!
I´f build a composite shell and want to simulate a simple force on a surface. Everything is fine exapt of the following: When I want ...
2
votes
6answers
879 views
Importing AutoCAD/Solidworks drawings/objects into winforms?
Has anybody done anything like that?
I need to import 3d objects, done in either AutoCAD or Solidworks, and draw them into a windows form. I only need the object to be viewed in 3D and moved around - ...
1
vote
1answer
128 views
Solidworks & Excel C# Referencing the Design Table
I can't get my design table to modify when opened the line I am having the trouble is var sheet = (Excel._Worksheet)swDoc.GetDesignTable; . Essentially what I want it to do is open the window and ...
1
vote
2answers
158 views
1
vote
2answers
498 views
SolidWorks API - Electromagnetic Dynamics
Is it possible to simulate custom forces (in my case, electromagnetic) using the SolidWorks API for Animator/Motion Study/COSMOS/EMS?
I'm looking for any combination of API's that would expose the ...
1
vote
2answers
173 views
Inserting block without specifying the MathPoint. Attach to mouse instead
I am programmatically inserting a block into a drawing using the MakeSketchBlockFromFile function. This function requires a MathPoint for the position of the block, but I would like to have the user ...
1
vote
2answers
700 views
3d files in vb.net
I know this will be a difficult question, so I am not necessarily looking for a direct answer but maybe a tutorial or a point in the right direction.
What I am doing is programing a robot that will ...
0
votes
1answer
18 views
Opening edrawingsviewer files from java
I have an application that I run on a pc with a mouse, I want to launch edrawingsviewer with a particular file name from java and then when the user returns to the fullscreen app, if they haven't ...
0
votes
1answer
55 views
Can't get sensible co-ordinates for note blocks
I've been trying to resurrect an existing drawing check macro, and want to find the co-ordinates of any note blocks on each sheet. I've been modifying code found here using the GetAttachPos method ...
0
votes
1answer
171 views
Check-In File Solidworks API using Enterprise PDM (PDMworks) C#
I Want to be able to check in a drawing using PDMworks, but can't figure it out for the life of me I will post what the website had below. All I want to do is check the drawing in and change its final ...
0
votes
2answers
148 views
Solidworks API and Winforms C# swApp (Standalone)
This is what solidworks tells you to do to reference swApp, but I keep getting NullReferenceException on the line that it is referenced.
Does anyone have any idea why? or How I go about repairing?
...
0
votes
2answers
89 views
Opening a File Pathway in C#
I am having trouble with winform opening a drawing. The error I am getting says NullReferenceException was unhandled and is highlighting the pathway. any help is appreciated. Thanks
private void ...
0
votes
1answer
198 views
How to Export SolidWorks file to use in WebGL?
Is there a way to export or convert a SolidWorks file to be used in any way for WebGL?
0
votes
1answer
43 views
Opening a native app within a JFrame
I have a fullscreen app that needs to open edrawings, is it at all possible to load edrawings within the Java app so that as soon as the user closes the drawing it will return to the fullscreen app?
0
votes
3answers
166 views
How can I view solidworks files without converting to edrawing?
Is there a way to view a solidworks file without converting it to an edrawing?