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