Specifies a default drop test study result plot for the active document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddDefaultDropTestStudyPlot( _
ByVal NResultType As System.Integer, _
ByVal NResultComponent As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWModelDoc
Dim NResultType As System.Integer
Dim NResultComponent As System.Integer
Dim value As System.Integer
value = instance.AddDefaultDropTestStudyPlot(NResultType, NResultComponent) |
Parameters
- NResultType
- Type of drop test study result to plot as defined by swsDropTestStudyResultType_e
- NResultComponent
If NResultType is swsDropTestStudyResultType_e... |
Then NResultComponent is... |
swsDropTestResultDisplacement |
Displacement component to plot as defined by swsDisplacementComponent_e |
swsDropTestResultElementalStrain |
Strain component to plot as defined by swsStrainComponent_e |
swsDropTestResultElementalStress or swsDropTestResultNodalStress |
Stress component to plot as defined by swsStressComponent_e |
Return Value
Error code as defined by
swsAddDefaultDropTestStudyPlotResultError_e
Example
See Also
Availability
SolidWorks Simulation API 2014 SP0