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