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