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