Gets or sets the wall shear stiffness value for this flexible virtual wall contact set.
.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
Wall shear stiffness value
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0