Gets or sets the tangential stiffness for contact with a flexible virtual wall.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TangentialStiffnessValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As System.Double
instance.TangentialStiffnessValue = value
value = instance.TangentialStiffnessValue |
C# | |
---|
System.double TangentialStiffnessValue {get; set;} |
C++/CLI | |
---|
property System.double TangentialStiffnessValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Tangential stiffness
See Also
Availability
SolidWorks Simulation API 2008 SP1.0