Gets or sets the clearance (gap) value for this contact set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ClearanceValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As System.Double
instance.ClearanceValue = value
value = instance.ClearanceValue |
C# | |
---|
System.double ClearanceValue {get; set;} |
C++/CLI | |
---|
property System.double ClearanceValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Clearance value
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0