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!

SW API EXPLODE

Status
Not open for further replies.

jtarter

Mechanical
Joined
Jan 2, 2004
Messages
5
Location
US
Does anyone know the code to explode a solidworks assembly using SW API.
 
Exactly what do you mean by "explode"? I'm sure you know but I can think of at least 3 interpretations, and each one brings up 5 to 10 additional questions of its own. Need more detail, jtarter.

John Richards Sr. Mech. Engr.
Rockwell Collins Flight Dynamics

A hobbit's lifestyle sounds rather pleasant...... it's the hairy feet that turn me off.
 
I have written a vb form that builds my assembly using the top down method. My assembly has numerous configurations and depending on the input by the user to the vb form the correct configuration is changed and made active. I then need to show the exploded view of this active configuration. I have figured out the code to show the exploded view for the configuration that is active. Now my problem is being that the vb form controls both the information to build my assembly and the information to fill out the properties dialog box for each part (part must be open and current view in SW)when I use the form on the part itself I get an error because it is also trying to explode the part. I need to have my vb code only try to explode a SW assembly and not the part.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top