Gets nodal deform coordinates for the specified plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDeformedCoord( _
ByVal SPlotName As System.String, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim SPlotName As System.String
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetDeformedCoord(SPlotName, ErrorCode) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResults~GetDeformedCoord.html# | |
---|
System.object GetDeformedCoord(
System.string SPlotName,
out System.int ErrorCode
) |
C++/CLI | |
---|
System.Object^ GetDeformedCoord(
& System.String^ SPlotName,
& [Out] System.int ErrorCode
) |
Parameters
- SPlotName
- Name of plot
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array of x, y, z coordinates for all deform nodes
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0