Creates an animation in which a collapsed view of an assembly is exploded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateByExplode( _
ByVal DeleteExistingPath As System.Boolean, _
ByVal Duration As System.Double, _
ByVal StartTime As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IMotionStudy
Dim DeleteExistingPath As System.Boolean
Dim Duration As System.Double
Dim StartTime As System.Double
Dim value As System.Boolean
value = instance.CreateByExplode(DeleteExistingPath, Duration, StartTime) |
Parameters
- DeleteExistingPath
- True to delete any existing animation sequences, false to not
- Duration
- Length of time of the animation in seconds
- StartTime
- Time to start this animation (see Remarks)
Return Value
True if the animation is created, false if not
Example
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0