Adds a radial explode step to the explode view of the active configuration.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function AddRadialExplodeStep( _
   ByVal ExplDist As System.Double, _
   ByVal ExplAng As System.Double, _
   ByVal DivergeFromAxis As System.Boolean, _
   ByRef Error As System.Integer _
) As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IConfiguration
Dim ExplDist As System.Double
Dim ExplAng As System.Double
Dim DivergeFromAxis As System.Boolean
Dim Error As System.Integer
Dim value As System.Object
 
value = instance.AddRadialExplodeStep(ExplDist, ExplAng, DivergeFromAxis, Error) | 
Parameters
- ExplDist
- Distance in meters to move the components in this explode step
- ExplAng
- Angle in radians of rotation about component origins
- DivergeFromAxis
- True to move components at an angle from the selected explode direction, false to not (see Remarks)
- Error
- Error code as defined in swCreateExplodeStepError_e
Return Value
Explode stepRemarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0