Sets the value in the stress component equation of this topology study stress constraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetValue( _
ByVal DValue As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyStressConstraint
Dim DValue As System.Double
Dim value As System.Integer
value = instance.SetValue(DValue) |
C# | |
---|
System.int SetValue(
System.double DValue
) |
C++/CLI | |
---|
System.int SetValue(
& System.double DValue
) |
Parameters
- DValue
- > Minimum model stress
Return Value
Result code as defined in
swsTopologyStudy_StressConstraintErrors_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0