Gets or sets the normal or radial stiffness (stiffness normal to faces).
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NormalRadialStiffnessValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWSpringConnector
Dim value As System.Double
instance.NormalRadialStiffnessValue = value
value = instance.NormalRadialStiffnessValue |
C# | |
---|
System.double NormalRadialStiffnessValue {get; set;} |
C++/CLI | |
---|
property System.double NormalRadialStiffnessValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Normal or radial stiffness
See Also
Availability
SolidWorks Simulation API 2009 SP0