Gets or sets the contact penalty stiffness scale factor for this static study.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property ContactPenaltyStiffnessScaleFactor As System.Double |
| Visual Basic (Usage) | |
|---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Double
instance.ContactPenaltyStiffnessScaleFactor = value
value = instance.ContactPenaltyStiffnessScaleFactor |
| C# | |
|---|
System.double ContactPenaltyStiffnessScaleFactor {get; set;} |
| C++/CLI | |
|---|
property System.double ContactPenaltyStiffnessScaleFactor {
System.double get();
void set ( & System.double value);
} |
Property Value
0.01 (approximate ) <= Contact penalty stiffness scale factor <= 1.0 (precise)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2023 SP0