Gets or sets whether to use the restitution coefficient instead of impact force in a 3D Contact feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseRestitutionCoefficient As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimulation3DContactFeatureData
Dim value As System.Boolean
instance.UseRestitutionCoefficient = value
value = instance.UseRestitutionCoefficient |
C# | |
---|
System.bool UseRestitutionCoefficient {get; set;} |
C++/CLI | |
---|
property System.bool UseRestitutionCoefficient {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use the restitution coefficient, false to use impact force
Example
See Also
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0