Gets or sets the stiffness per unit area that is parallel to the impact plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TangentialStiffness As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As System.Double
instance.TangentialStiffness = value
value = instance.TangentialStiffness |
C# | |
---|
System.double TangentialStiffness {get; set;} |
C++/CLI | |
---|
property System.double TangentialStiffness {
System.double get();
void set ( & System.double value);
} |
Property Value
Stiffness per unit area that is parallel to the impact plane (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0