Saves the deformed shape of a part or assembly resulting from running a static or nonlinear study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub CreateDeformedBody( _
ByVal NCreateAs As System.Integer, _
ByVal SName As System.String, _
ByRef ErrorCode As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NCreateAs As System.Integer
Dim SName As System.String
Dim ErrorCode As System.Integer
instance.CreateDeformedBody(NCreateAs, SName, ErrorCode) |
Parameters
- NCreateAs
- Save option as defined in swsCreateDeformedBodyOption_e
- SName
- Name of the part or configuration to save
- ErrorCode
- Error code as defined in swsCreateDeformedBodyError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0