Gets or sets the bending stiffness Y value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BendingStiffnessYValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWGeneralSpringConnector
Dim value As System.Double
instance.BendingStiffnessYValue = value
value = instance.BendingStiffnessYValue |
C# | |
---|
System.double BendingStiffnessYValue {get; set;} |
C++/CLI | |
---|
property System.double BendingStiffnessYValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Bending stiffness Y value in force-distance/angle
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2025 SP0