Hide Table of Contents
AddExplodeStep Method (IConfiguration)

Adds a new explode step to the configuration.

.NET Syntax

Visual Basic (Declaration) 
Function AddExplodeStep( _
   ByVal ExplDist As Double, _
   ByVal ReverseDir As Boolean, _
   ByVal RigidSubassembly As Boolean, _
   ByVal ExplodeRelated As Boolean _
) As Object
Visual Basic (Usage) 
Dim instance As IConfiguration
Dim ExplDist As Double
Dim ReverseDir As Boolean
Dim RigidSubassembly As Boolean
Dim ExplodeRelated As Boolean
Dim value As Object
 
value = instance.AddExplodeStep(ExplDist, ReverseDir, RigidSubassembly, ExplodeRelated)
C# 
object AddExplodeStep( 
   double ExplDist,
   bool ReverseDir,
   bool RigidSubassembly,
   bool ExplodeRelated
)
C++/CLI 
Object^ AddExplodeStep( 
&   double ExplDist,
&   bool ReverseDir,
&   bool RigidSubassembly,
&   bool ExplodeRelated
) 

Parameters

ExplDist

Explode distance

ReverseDir

True to reverse the direction of the explode step, false to not

RigidSubassembly

True to explode entire sub assembly, false to explode just the selected component

ExplodeRelated

True to explode related components together, false to not

Return Value

Pointer to a newly created explode step

Remarks

Before calling this method, you must select by mark both an edge direction to explode along and a component to move. For example:

boolstatus = Model.Extension.SelectByID2('', 'EDGE', -0.011, 0.06, 0.084, True, 1, Nothing)

boolstatus = Model.Extension.SelectByID2('squarebolt1-1@Assem1', 'COMPONENT', 0, 0, 0, True, 2, Nothing, swSelectOptionDefault)

 

See Also

Availability

SolidWorks 2001 FCS, Revision Number 9.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   AddExplodeStep Method (IConfiguration)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.